Which distribution does Databricks support for installing custom Python code packages?
Which distribution does Databricks support for installing custom Python code packages?
Wheels are the official built-package format for Python. They are a newer standard for packaging Python code, which includes compiled extensions and metadata, making them suitable for distributing custom Python packages. Databricks supports the use of wheels for installing custom Python code packages.
Wheels should be ok
https://learn.microsoft.com/en-us/azure/databricks/workflows/jobs/how-to/use-python-wheels-in-workflows
https://learn.microsoft.com/en-us/azure/databricks/workflows/jobs/how-to/use-python-wheels-in-workflows