Ask Your Question
2

What is the procedure for utilizing parameters in Kusto query on Expression builder within DataFlow activity?

asked 2022-04-04 11:00:00 +0000

devzero gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-04-04 18:00:00 +0000

woof gravatar image

The procedure for utilizing parameters in Kusto query on Expression builder within DataFlow activity is as follows:

  1. Open the Azure Data Factory and navigate to the DataFlow activity.

  2. Click on the "Expression" button next to the Kusto sink or source query textbox.

  3. In the Expression builder, define the parameter by typing "@paramname" and specifying the datatype of the parameter.

  4. Use the parameter in the Kusto query by replacing the corresponding value in the query with the parameter defined in the Expression builder. For example, use "@paramname" instead of a static value.

  5. Save the query and test it by running the DataFlow activity.

  6. Once validated and working, use the "Publish All" option to save the changes to the DataFlow activity in Azure.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-04-04 11:00:00 +0000

Seen: 10 times

Last updated: Apr 04 '23