
Explanation:
The Databricks CLI offers the 'fs' utility for interacting with DBFS. To upload a CSV file from a local system to DBFS, the command databricks fs cp C:\source\file.csv dbfs:/target/file.csv –overwrite is used. This command copies files to and from DBFS. For more details, refer to the Databricks CLI documentation.
Ultimate access to all questions.
No comments yet.
A data engineer is looking to upload a CSV file from their local system to the DBFS in a Databricks workspace. With the Databricks CLI already set up on their local system, which command should they use to accomplish this task?
A
jobs
B
fs
C
libraries
D
configure
E
workspace