-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Scheduled ingestions does not include env variables #10739
Labels
bug
Bug report
Comments
related issue #10739 |
Which version are you on? I believe this was fixed by #10195 |
Thanks @hsheth2 so I am using |
@am2222 it was part of 0.13.3 |
@hsheth2 oh so I am one version low! Thanks! |
Going to close this for now - let me know if you have issues after upgrading. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Once we create a new ingestion from UI we have options to set env variables for the task. If we set some env variables and run that ingestion manually it applies them on the venv but datahub keeps forgetting the env variables for the rest of the scheduled tasks.
To Reproduce
Steps to reproduce the behavior:
{"MLFLOW_TRACKING_INSECURE_TLS":"true"}
this allows mlflow to communicate with invalid ssl serversIF
your server has self signed ssl it will run with no issues.{"MLFLOW_TRACKING_INSECURE_TLS":"true"}
is not passed to venv correctlyExpected behavior
I above scenario it should finish successfuly
Screenshots
The text was updated successfully, but these errors were encountered: