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: 

How to make a DLT pipeline trigger another pipeline?

guangyi
Contributor II

For example, I have 2 DLT pipelines, one is used for computing user gender distribution, another is used for compute user location distribution.

 

In the first pipeline, I follow the medallion architecture creating the bronze, silver, gold table one by one.

 

In the second pipeline, considering it related to the user data also, I want reuse the silver table created in the first pipeline.

 

I implemented the pipeline code successfully. But I don’t know how to achieve this: when the silver table data been updated by the first pipeline, the second pipeline should be triggered as well for updating the data immediately to reflect the latest distribution 



1 ACCEPTED SOLUTION

Accepted Solutions

Kaniz_Fatma
Community Manager
Community Manager

 

Hi @guangyi, To trigger your second pipeline when the silver table data is updated by the first pipeline, you can follow these steps:

  1. Event-Based Trigger:

  2. Azure Data Factory (ADF):

If you have any further questions or need additional guidance, feel free to ask! 😊

View solution in original post

1 REPLY 1

Kaniz_Fatma
Community Manager
Community Manager

 

Hi @guangyi, To trigger your second pipeline when the silver table data is updated by the first pipeline, you can follow these steps:

  1. Event-Based Trigger:

  2. Azure Data Factory (ADF):

If you have any further questions or need additional guidance, feel free to ask! 😊

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