-
Whats the recommended tooling if we use Poetry for our dependency management and want to move to Dagster Cloud? The docs mention Requirements.txt and setup.py, neither of which come for free with Poetry. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
You can generate a requirements.txt for use in Dagster Cloud from Poetry with the following command:
|
Beta Was this translation helpful? Give feedback.
-
poetry2setup is in archived state. |
Beta Was this translation helpful? Give feedback.
-
I'm curious about the compatibility between Poetry projects and Dagster+. In your docs you mention:
But tht doesn't really explain to me why Dagster+ doesn't support PEP518. What are the roadblocks for Dagster+ supporting PEP518? Does Dagster+ work with uv? maybe this is the impetus I need to switch |
Beta Was this translation helpful? Give feedback.
You can generate a requirements.txt for use in Dagster Cloud from Poetry with the following command: