Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
I'm using Python Wheel Task in Databricks job with WHEEL dependencies. However, the cluster installed the dependencies as JAR instead of WHEEL. Is this an expected behavior or a bug?
Hi @John Williamโ it could be a user error while uploading the library. I installed two wheel libraries to my cluster. For one library I used the format as Wheel and for the other I used JAR. In both cases, the library will be installed.
Hi @John Williamโ it could be a user error while uploading the library. I installed two wheel libraries to my cluster. For one library I used the format as Wheel and for the other I used JAR. In both cases, the library will be installed.