Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When a data engineer observes the comment '# Databricks notebook source' at the beginning of each Databricks Python file's source code on GitHub, what is its primary purpose?
A
This comment is primarily for Python's auto-generated documentation.
B
This comment marks the Python files as originating from Databricks notebooks, enabling Databricks to recognize and reconstruct them accordingly.
C
This comment enhances human readability by indicating the source of the generated code.
D
This comment is used to include the Python file in the Databricks workspace search index.
E
This comment has no special purpose; Python interpreters ignore all comments.