Exam Certified Data Engineer Professional All QuestionsBrowse all questions from this exam
Question 53

Which distribution does Databricks support for installing custom Python code packages?

    Correct Answer: D

    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.

Discussion
alexvnoOption: D

Wheels should be ok

hal2401meOption: D

https://learn.microsoft.com/en-us/azure/databricks/workflows/jobs/how-to/use-python-wheels-in-workflows

sodereOption: D

https://learn.microsoft.com/en-us/azure/databricks/workflows/jobs/how-to/use-python-wheels-in-workflows