Pass Filter Output to Data Bricks Notebook

Krushnakanth Lenka 1 Reputation point
2022-05-11T09:58:21.757+00:00

How to pass filter activity output value to data bricks note book

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,913 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
    2022-05-11T11:20:16.203+00:00

    Hi @Krushnakanth Lenka ,

    Thank you for posting query in Microsoft Q&A Platform.

    If I understand your ask better, you want to pass values from filter activity output to Databricks notebook parameters using Notebook activity in ADF. Please correct me If I am wrong.

    We can do this using expressions. You need to consider writing expression to read values from filter activity output json.

    Please check below example in which I am trying to pass ItemsCount property value from filter activity output for Databricks notebook parameter called param1.
    201031-image.png

    200945-image.png

    Please check this video to know more about filter activity.
    Please check this video to know about how to create parameters in Databricks notebook.

    Hope this helps. Please let us know if any queries. Thank you.

    ------------

    Please consider hitting Accept Answer. Accepted answers help community as well.