Replies: 2 comments 13 replies
-
This behavior isn't implemented yet. Creating a table will create it in the default schema. I can adopt the postgres syntax: table my_schema.my_table = expression Would that be sufficient for your purposes? Are you using schemas heavily in your flow? If so, I will try to add full support soon. |
Beta Was this translation helpful? Give feedback.
13 replies
-
In case of BigQuery - our typical use case is to query a table from one dataset and save the results in another. We use and specify schema/dataset all the time. We also switch between dev/prod datasets/tables, via templating the SQL files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
preql
can persist tables usingtable
command, but it is not clear which schema/dataset this table would be added to, if connected to a database that supports/uses schemas.Beta Was this translation helpful? Give feedback.
All reactions