|
12 | 12 | }, |
13 | 13 | "bronze_database_prod": "{uc_catalog_name}.{bronze_schema}", |
14 | 14 | "bronze_table": "customers", |
| 15 | + "bronze_table_path_prod": "{dbfs_path}/data/bronze/customers", |
15 | 16 | "bronze_reader_options": { |
16 | 17 | "cloudFiles.format": "csv", |
17 | 18 | "cloudFiles.rescuedDataColumn": "_rescued_data", |
|
20 | 21 | "bronze_data_quality_expectations_json_prod": "{dbfs_path}/demo/conf/dqe/customers.json", |
21 | 22 | "bronze_database_quarantine_prod": "{uc_catalog_name}.{bronze_schema}", |
22 | 23 | "bronze_quarantine_table": "customers_quarantine", |
| 24 | + "bronze_quarantine_table_path_prod": "{dbfs_path}/data/bronze/customers_quarantine", |
23 | 25 | "silver_database_prod": "{uc_catalog_name}.{silver_schema}", |
24 | 26 | "silver_table": "customers", |
| 27 | + "silver_table_path_prod": "{dbfs_path}/data/silver/customers", |
25 | 28 | "silver_cdc_apply_changes": { |
26 | 29 | "keys": [ |
27 | 30 | "customer_id" |
|
50 | 53 | }, |
51 | 54 | "bronze_database_prod": "{uc_catalog_name}.{bronze_schema}", |
52 | 55 | "bronze_table": "transactions", |
| 56 | + "bronze_table_path_prod": "{dbfs_path}/data/bronze/transactions", |
53 | 57 | "bronze_reader_options": { |
54 | 58 | "cloudFiles.format": "csv", |
55 | 59 | "cloudFiles.rescuedDataColumn": "_rescued_data", |
|
61 | 65 | "bronze_quarantine_table_path_prod": "{dbfs_path}/demo/resources/data/bronze/transactions_quarantine", |
62 | 66 | "silver_database_prod": "{uc_catalog_name}.{silver_schema}", |
63 | 67 | "silver_table": "transactions", |
| 68 | + "silver_table_path_prod": "{dbfs_path}/data/silver/transactions", |
64 | 69 | "silver_cdc_apply_changes": { |
65 | 70 | "keys": [ |
66 | 71 | "transaction_id" |
|
90 | 95 | }, |
91 | 96 | "bronze_database_prod": "{uc_catalog_name}.{bronze_schema}", |
92 | 97 | "bronze_table": "products", |
| 98 | + "bronze_table_path_prod": "{dbfs_path}/data/bronze/products", |
93 | 99 | "bronze_reader_options": { |
94 | 100 | "cloudFiles.format": "csv", |
95 | 101 | "cloudFiles.rescuedDataColumn": "_rescued_data", |
|
102 | 108 | "bronze_quarantine_table_path_prod": "{dbfs_path}/demo/resources/data/bronze/products_quarantine", |
103 | 109 | "silver_database_prod": "{uc_catalog_name}.{silver_schema}", |
104 | 110 | "silver_table": "products", |
| 111 | + "silver_table_path_prod": "{dbfs_path}/data/silver/products", |
105 | 112 | "silver_cdc_apply_changes": { |
106 | 113 | "keys": [ |
107 | 114 | "product_id" |
|
131 | 138 | }, |
132 | 139 | "bronze_database_prod": "{uc_catalog_name}.{bronze_schema}", |
133 | 140 | "bronze_table": "stores", |
| 141 | + "bronze_table_path_prod": "{dbfs_path}/data/bronze/stores", |
134 | 142 | "bronze_reader_options": { |
135 | 143 | "cloudFiles.format": "csv", |
136 | 144 | "cloudFiles.rescuedDataColumn": "_rescued_data", |
|
143 | 151 | "bronze_quarantine_table_path_prod": "{dbfs_path}/demo/resources/data/bronze/stores_quarantine", |
144 | 152 | "silver_database_prod": "{uc_catalog_name}.{silver_schema}", |
145 | 153 | "silver_table": "stores", |
| 154 | + "silver_table_path_prod": "{dbfs_path}/data/silver/stores", |
146 | 155 | "silver_cdc_apply_changes": { |
147 | 156 | "keys": [ |
148 | 157 | "store_id" |
|
0 commit comments