-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correctly handle double dashes in BigQuery project names #3783
Comments
I don't think using backticks there is the right syntax. Both |
Have you tried |
@georgesittas For example, using
|
Ah nice catch. I definitely missed this :) |
Currently, trying to specify a BigQuery project with dashes in it just produces errors trying to fetch column info.
Against our
sqlmesh init
example structure, with the following config:BigQuery produces errors like:
(notice SQLMesh tried
arcx:sqlmesh__sqlmesh_example
instead ofarcx--dev:sqlmesh__sqlmesh_example
)Also, the proper catalog is clearly missing from the model names in the plan:
The text was updated successfully, but these errors were encountered: