Certified Data Engineer Professional Exam QuestionsBrowse all questions from this exam

Certified Data Engineer Professional Exam - Question 53


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

Show Answer
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

3 comments
Sign in to comment
alexvnoOption: D
Dec 18, 2023

Wheels should be ok

sodereOption: D
Dec 18, 2023

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

hal2401meOption: D
Feb 26, 2024

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