Databricks Concepts
Kevin Barlow
Data Analytics Practitioner
Databricks Workflows is a collection of built-in capabilities to orchestrate all your data processes, at no additional cost!
Example Databricks Workflow
Users can create jobs directly from the Databricks UI:
Users can also programmatically create jobs using the Jobs CLI or Jobs API with the Databricks platform.
{
"name": "A multitask job",
"tags": {},
"tasks": [],
"job_clusters": [],
"format": "MULTI_TASK",
}
Databricks Concepts