Hello, when I set `add_metadata_columns: true` fo...
# getting-started
s
Hello, when I set
add_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?
Ok, I turned it off by setting
table_prefix = ''
and
table_suffix = ''
. Still what is the purpose of the suffix?