Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
I've configured the DABs on our project successfully. Moreover, I could switch from setuptools to poetry almost successfully. In the project's databricks.yml I configured it as the documentation suggested, I've just changed the name of the artifact:
Do you see your .whl file in your artifacts folder?
Could you try to install the package by running the code in your notebook :
%pip install <path to your wheel>
As far as I understand you want to have a job with a notebook that is using this package. There is a whole video that covers this scenario: https://www.youtube.com/watch?v=dbuSAdcagEk
Could you check if your job task has dependent libraries set with the path tyou your .whl file?