Databricks Q&A
On May 5 th , I had the pleasure of presenting “Data Cleansing using Databricks ( https://www.meetup.com/ohio-north-database-training/events/314363881/ ). During the meeting, many good questions were raised. Listed below are the answers to these questions: What are jobs in databricks? Jobs are workloads that can be scheduled, managed, and automated without manual intervention. Workloads can be notebooks, SQL queries, or pipelines on a cluster. How do jobs compare to other automation tools? Feature Jobs Workflows Delta Live Tables Purpose Automate & schedule tasks Orchestrate multi-step pipelines Declarative ETL pipelines Best for ETL, ML training, batch jobs Complex DAGs Data quality + streaming/batch ETL Com...