sumit_rai
09/12/2021, 2:25 AMadd_metadata_columns: true
for BigQuery, it adds prefix t_
and _<hash>
suffix on the table names, how can I turn it off? What is the purpose of that?sumit_rai
09/12/2021, 2:30 AMtable_prefix = ''
and table_suffix = ''
. Still what is the purpose of the suffix?