cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Development Feedback Loop

leelee3000
Esteemed Contributor III
Esteemed Contributor III

I've noticed that the current development cycle for DLT jobs is quite time-consuming. The process of coding, saving, running in a workflow, and debugging seems arduous, and the feedback loop is slow. Is there a way to run DLT jobs without relying on a workflow, enabling a faster and more efficient development feedback loop? #deltalivetables

3 REPLIES 3

Kaniz_Fatma
Community Manager
Community Manager

Hi @leelee3000, Developing and iterating on Delta Live Tables (DLT) jobs can be time-consuming when relying solely on traditional workflows.

 

Databricks Jobs:

  • Databricks jobs allow you to orchestrate multiple tasks within a Databricks job, creating a data processing workflow. You can include a DLT pipeline as part of a job using the Pipeline task when completing the job.
  • This approach enables you to run DLT pipelines directly without the need for an external workflow. It streamlines the process by eliminating the intermediate steps of saving and running in a separate workflow.
  • To implement this, use the DatabricksSubmitRunOperator in Apache Airflow (an open source solution fo....

Azure Data Factory:

Fast Iteration:

  • When developing DLT jobs, consider using interactive notebooks within Databricks. These notebooks allow you to rapidly write, test, and iterate on your code.
  • By directly executing DLT pipeline code in a notebook, you can instantly observe results, debug issues, and fine-tune your logic.
  • Once satisfied, you can encapsulate the tested code into a DLT pipeline and integrate it into your workflow.

leelee3000
Esteemed Contributor III
Esteemed Contributor III

Thank you for the speedy response here! Any specific GCP related documentation, if I don't plan on using ADF?

Thank you, that helps me a lot.

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group