Replies: 1 comment
-
Hey @jarichb I believe Dagster Support helped you to solve this. If you're comfortable please share the solution here for others 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I keep on getting this error when trying to deploy:
dagster._core.errors.DagsterUserCodeLoadError: Error occurred during the loading of Dagster definitions in
executable_path=/venvs/8aefc23caae7/bin/python3.8, module_name=dlt_sources.definitions, working_directory=dlt_sources
It makes sense to me that this folder doesn't exist but it does exist in the github repo.
My project.py file looks like this, which I thought would take the current directory and get a relative path from that but it just doesn't work. Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions