Hello everyone, not sure where to start but so will do it from the beginning.
I encountered an issue where my .whl files in the dist/ and packages/ directories were not being deployed to Databricks using dab-deploy. After investigating, I discovered that these directories were listed in .gitignore, which prevented them from being included in the deployment. As a workaround, commenting out the dist/ and packages/ entries in .gitignore ensures the deployment is successful.
The question arises why for some it works and for others, it does not and has to do some workarounds.
Thanks,
P