Poetry and Databricks #8241
Replies: 5 comments 3 replies
-
Any progress on this topic so far? |
Beta Was this translation helpful? Give feedback.
-
From our side, unfortunately no. Right now we use Poetry for dependency management and then export a |
Beta Was this translation helpful? Give feedback.
-
Hello, I don't know if I get you right but what about using GitHub actions to automatically build a python wheel using poetry. Afterwards, use another GitHub action to upload the wheel to a location to which your Databricks service has access to. Then you can install your package as an own library, cluster wide, and use its functionality. |
Beta Was this translation helpful? Give feedback.
-
Seems there's some work currently being done on this end for the Databricks Asset Bundles fyi. https://github.com/databricks/bundle-examples/tree/python-wheel-poetry/knowledge_base/python_wheel_poetry |
Beta Was this translation helpful? Give feedback.
-
I'm leveraging a poetry plugin to run |
Beta Was this translation helpful? Give feedback.
-
Does anyone have any experience with Poetry and Databricks?
We want to use it at my company where we have a databricks cluster running.
Currently we use an init script to install the python packages which is basically:
We want to move over to Poetry, however, we are having trouble getting Poetry up and running in the init scripts. It is a big mono-repo with sub-projects:
Does anyone have any experience in this area? I get almost zero google results on experiences with Databricks and Poetry combined.
Beta Was this translation helpful? Give feedback.
All reactions