Dynamic Paramter Cluster option

Kuldeep Chitrakar 1 Reputation point
2022-11-10T08:20:50.303+00:00

Hi

259027-image.png

How can we parametrize above option in Azure Databricks Linked Services in ADF

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,639 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,642 Reputation points Microsoft Employee Moderator
    2022-11-11T00:34:09.107+00:00

    Hello @Kuldeep Chitrakar ,

    Thanks for the question and using MS Q&A platform.

    As per my understanding you would like to make the Work options (selection between Fixed vs Autoscaling) parameterize and dynamically select at the runtime. Please correct me if my understanding is not accurate.

    If my understanding is correct, then the answer to your question is that you cannot parameterize selection of Work options ( Fixed vs Autoscaling).

    Workaround: But as an alternative you may have to have 2 Databricks linked services one with Work options ( Fixed) and the other with Work options (Autoscaling). Then design your pipeline in such a way that based on the criteria/requirement you will do a precheck to decide which Work options to be executed at that runtime using If condition activity. Then inside If condition activity you will have 2 paths If True and Else. You will have to have the same flow in both the paths (True/False) but referencing to unique (one choosing Work options ( Fixed) and the other path having Linked service with Work options ( Autoscaling)) Databricks linked service in each path.

    Hope this will help. Please let us know if any further queries.

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

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.