Subdomain 1.3: Describe the role and features of Databricks Marketplace
1.An analyst has just used the 'Get instant access' feature for a dataset on the Databricks Marketplace. What is the immediate outcome within their Unity Catalog-enabled Databricks workspace?
- A.A new cluster is automatically created and configured to process the data.
- B.The dataset's files are downloaded as a ZIP archive to the analyst's local machine.
- C.An email is sent to the data provider, who must manually grant access within several business days.
- D.A new read-only catalog containing the shared data appears and is ready to be queried.
Show answer & explanation
Correct answer: D — A new read-only catalog containing the shared data appears and is ready to be queried.
- A. Incorrect. The 'Get instant access' feature provisions access to data, not compute resources. Cluster management is a separate process that must be performed by the user to query the newly available data.
- B. Incorrect. Databricks Marketplace uses Delta Sharing to provide live, direct access to the data within the Databricks workspace. The data is not downloaded as a static file or ZIP archive to the user's local machine.
- C. Incorrect. The purpose of the 'Get instant access' feature is to provide immediate, programmatic access without requiring a manual approval workflow or waiting period. While some listings may require a request, this specific feature bypasses that process.
- D. Correct. When an analyst uses 'Get instant access' on Databricks Marketplace, the underlying Delta Sharing protocol instantly creates a new read-only catalog in their Unity Catalog metastore. This catalog points to the shared data, making it immediately available for querying using standard SQL, assuming the user has access to a running compute resource.