-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Data Connectors: Use Environment Variables #9777
Comments
Thanks for your feedback and suggestions. 🙂 You can set your database URL using environment variables if you use configuration templating. You can specify a There's some brief documentation about this on the Snowflake doco page, search for the As for the backend configs, currently you can't draw from environment variables there; thank you for the suggestion. As a workaround, you might be able to use the |
@daniel-chambers thanks! Currently unable to add I'm able to add this on my local instance and all works great! |
Closing as fixed in #10077 - will go out in next release |
Is your proposal related to a problem?
We use two different Hasura instances depending on whether we're developing locally or deploying publicly, both connected to different databases. We'd like to be able to check in and deploy the same Hasura config, only changing the environment variables depending on the environment.
Describe the solution you'd like
When defining a data connector (and it's config), allow substituting/specifying environment variables.
For example:
backend_configs.yaml
databases.yaml
The text was updated successfully, but these errors were encountered: