
Explanation:
The correct command group is fs.
The databricks fs cp subcommand is specifically designed to copy files or directories between the local filesystem and DBFS (or Unity Catalog volumes). To make a Python Wheel available for a job, you would use a command similar to:
databricks fs cp ./my_library.whl dbfs:/FileStore/jars/.
Analysis of other commands:
Ultimate access to all questions.
No comments yet.
A data engineer has developed a custom Python library packaged as a Wheel file. After properly configuring the Databricks CLI, which command group should be used to upload this file from a local filesystem to DBFS (Databricks File System) so it can be referenced in a production job?
A
configure
B
workspace
C
fs
D
libraries
E
jobs