
Explanation:
The databricks runs export command is used to retrieve and export the output of a job run. This command is essential for data engineers who need to programmatically capture job results for auditing, offline analysis, or troubleshooting failed tasks.
Which Databricks CLI command should a data engineer use to export the execution output of a specific job run for external analysis or debugging?
A
databricks jobs export-output
B
databricks jobs get
C
databricks runs export
D
databricks runs get-output
E
databricks jobs status
No comments yet.