This component supports the use of pipeline and project variables. For more information, read Variables.
Properties
A human-readable name for the component.
Select the Databricks cluster. The special value
[Environment Default] uses the cluster defined in the active environment.The path to a Databricks notebook. Search via a filepath string or browse the list of directories and notebooks based on the connected Workspace in the environment. Read Copy notebook path (AWS) or Copy notebook path (Azure) to learn how to retrieve your notebook file path.
- Asynchronous: Runs the task and sends a request to Databricks. The status of the task is ignored in terms of continuing the pipeline.
- Synchronous: Runs the task and polls Databricks for a status update. The pipeline is delayed until Databricks has returned a status of
TERMINATED. The results of which includeSUCCESS,FAILED,TIMEOUT, orCANCELLED.

