Databricks Certified Data Engineer Professional — Question 148
Assuming that the Databricks CLI has been installed and configured correctly, which Databricks CLI command can be used to upload a custom Python Wheel to object storage mounted with the DBFS for use with a production job?
Answer options
- A. configure
- B. fs
- C. workspace
- D. libraries
Correct answer: B
Explanation
The correct answer is B, as the 'fs' command in the Databricks CLI is specifically designed for file system operations, including uploading files to DBFS. The other options, such as 'configure', are for setup, 'workspace' relates to managing workspace items, and 'libraries' deals with library management, none of which are suitable for uploading files.