Databricks Certified Data Engineer Professional — Question 46
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. jobs
- D. libraries
- E. workspace
Correct answer: B
Explanation
The 'fs' command is used to interact with the file system in Databricks, which includes uploading files to DBFS. The other options, such as 'configure', 'jobs', 'libraries', and 'workspace', do not pertain to file uploads and are used for different purposes within the Databricks environment.