Skip to content

Commit 86750c4

Browse files
authored
Update export_azure.dig
1 parent 9b96107 commit 86750c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

td_table_export/azure/export_azure.dig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _export:
1515
# result_connection: ${azure_blob_conn}
1616
# result_settings:
1717
# container: ${container}
18-
# path_prefix: ${path}${td.each.tbl}.csv
18+
# path_prefix: ${blob_path}${td.each.tbl}.csv
1919
# format: csv
2020
# blob_type: BLOCK_BLOB
2121
+to_adls_parquet:
@@ -28,7 +28,7 @@ _export:
2828
sas_token: ${secret.sas_token}
2929
proxy_type: none
3030
container_name: ${container_name}
31-
file_path: ${file_path}
31+
file_path: ${adls_path}${td.each.tbl}.parquet
3232
overwrite_file: false
3333
compression: snappy
3434
row_group_size: 128

0 commit comments

Comments
 (0)