Table to Storage: configuration file
👁️🗨️ Configuration file example
{
"configuration_type" : "table-to-storage",
"configuration_id" : "000099_load_bda_freshness_next_exe_export_json",
"short_description" : "this is a short description",
"environment" : "DEV",
"account" : "000099",
"activated" : true,
"archive" : false,
"gcs_dest_bucket" : "tailer-freshness",
"gcs_dest_prefix" : "gbq-to-firestore/000099/next_execution/",
"delete_dest_bucket_content" : false,
"gcp_project" : "my-project",
"field_delimiter" : ",",
"print_header": false,
"sql_file" : "000099_load_bda_freshness_next_exe_export_json.sql",
"compression" : "None",
"output_filename" : "freshness_next_execution_data.json",
"destination_format": "NEWLINE_DELIMITED_JSON",
"copy_table" : false
}Last updated