-
Notifications
You must be signed in to change notification settings - Fork 70
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
break: Support the same env var formats as Meltano #1896
Comments
We could do this in a non-breaking way by adding a flag that's present in the cookiecutter templates so new packages support the new format |
This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, a setting of array type can be parsed from an env var with the following format:
However, Meltano expects array settings to be JSON arrays:
This mismatch is surprising to users familiar with Meltano, and to developers using Meltano to test connectors during development. In the latter case, the env vars and
.env
file are incompatible.Related:
The text was updated successfully, but these errors were encountered: