We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is the ability to override location in a config block per .sqlx file possible, as suggested here:
config { type: "table", location: "europe-west2" } SELECT * FROM ...
If so, from what version is this possible?
The text was updated successfully, but these errors were encountered:
@baptiste-nottingham1 @bs1cad for visibility
Sorry, something went wrong.
There's no field for location in the config blocks currently - the default_location in the workflow settings file is the only option currently.
default_location
We would need to wire the option through our backend though, so this isn't a simple config change. Have added the feature request tag.
No branches or pull requests
Is the ability to override location in a config block per .sqlx file possible, as suggested here:
If so, from what version is this possible?
The text was updated successfully, but these errors were encountered: