[V1-V2: deprecated] Table to Storage configuration file
This is the description of the JSON configuration file of a Table to Storage data operation.
👁️🗨️ Example
{
"configuration_type": "table-to-storage",
"configuration_id": "tts-some-id-example",
"short_description" : "Short description of the job",
"environment": "DEV",
"account": "000111",
"activated": true,
"archived": false,
"gcs_dest_bucket": "152-composer-test",
"gcs_dest_prefix": "jultest_table_to_storage/",
"gcp_project": "fd-tailer-datalake",
"field_delimiter": "|",
"print_header": true,
"sql_file": "jul_test.sql",
"compression": "None",
"output_filename": "{{FD_DATE}}_some_file_name.csv",
"copy_table": false,
"dest_gcp_project_id": "GCP Project ID used if copy_table is true",
"dest_gbq_dataset": "GBQ Dataset used if copy_table is true",
"dest_gbq_table": "GBQ Table name used if copy_table is true",
"dest_gbq_table_suffix": "dag_execution_date",
"delete_dest_bucket_content": true
}🌐 Global parameters
Parameter
Description
👬 Table copy parameters
Parameter
Description
Last updated