BigQuery Compilation Overrides #114
-
I currently have a compilation override in BigQuery for the schema suffix "_prod". What is the best way to note that in my local repository (or just this plug-in?) in a way that it won't be picked up by BigQuery and end up with "_prod_prod" when the override runs? Right now the plugin can't find the tables in BigQuery because it's looking for the suffix-less version, I think. I tried to find the best practice for this in the documentation. Apologies if I missed it! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @peoute , if i understand your question correctly. You can configure the schema suffix or table suffix temporarily in workflow_settings.yaml by using the following
more info on the above documentation can be found here Please see an example usage in the screenshot below |
Beta Was this translation helpful? Give feedback.
Hi @peoute , if i understand your question correctly. You can configure the schema suffix or table suffix temporarily in workflow_settings.yaml by using the following
datasetSuffix
for dataset prefixnamePrefix
for table prefixmore info on the above documentation can be found here
Please see an example usage in the screenshot below