-
Notifications
You must be signed in to change notification settings - Fork 6
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
change: set ff.env_var_strict_mode
to true
#312
base: main
Are you sure you want to change the base?
Conversation
ff.env_var_strict_mode
to true
@aaronsteers oh nice! I found the issue also meltano/meltano#3348 to refresh my memory. Thanks I'll give it a try. |
@aaronsteers I'm not able to get this to work. On
I confirmed that after adding an underscore like this it no longer throws this error because the DBT_SNOWFLAKE_USER value renders as just the underscore which is valid but the nothing about USER_PREFIX gets raised: transformers:
- name: dbt-snowflake
config:
user: ${USER_PREFIX}_ Is there something else I should try or could there be a bug? I was expecting it to complain about USER_PREFIX not being set. Any ideas for me? cc @cjohnhanson |
@pnadolny13 This should be resolved now, let me know if you continue to have issues. |
@pnadolny13 - Per @cjohnhanson's comments above, and per the related comment in #354, can you let us know if the latest version of Meltano resolves this, and if so, can we merge in this PR? |
@pnadolny13 - We're considering making this the default behavior in a future release. Do you mind testing for us in squared?
This was based on your request to provide a way to set required env vars.