cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Databricks notebook run

Prototype998
New Contributor III

How to run the databricks notebook through ADF ??? 

1 ACCEPTED SOLUTION

Accepted Solutions

Rishabh264
Honored Contributor II

hey @Punit Chauhanโ€‹ , you can run your databricks notebook from ADF by creating one ADF pipeline and in that you can created linked service to your databricks workspace and add the schema and all the things then you can run your adf pipeline.

refer this link for more understanding

https://learn.microsoft.com/en-us/azure/data-factory/transform-data-using-databricks-notebook

View solution in original post

4 REPLIES 4

Rishabh264
Honored Contributor II

hey @Punit Chauhanโ€‹ , you can run your databricks notebook from ADF by creating one ADF pipeline and in that you can created linked service to your databricks workspace and add the schema and all the things then you can run your adf pipeline.

refer this link for more understanding

https://learn.microsoft.com/en-us/azure/data-factory/transform-data-using-databricks-notebook

Prototype998
New Contributor III

thanks @Rishabh Pandeyโ€‹ for the answer

Ajay-Pandey
Esteemed Contributor III

Hi @Punit Chauhanโ€‹ you can use databricks notebook activity in ADF to trigger you databricks notebook via ADF-

image.png

thanks @Ajay Pandeyโ€‹