unable to debug pipeline

arkiboys 9,686 Reputation points
2021-12-06T07:05:27.387+00:00

Hi,
pipeline1 has a parameter of myDate which is left blank by default, i.e. default value --> Value.
before the debug, I can assign a previous date to myDate parameter but if I leave it blank then the current date will be set to it.
inside the pipeline, myDate is assigned the current date.
I would like to create a trigger for my pipeline but it expects me to assign a value to the myDate parameter. I would like this parameter to be blank.
How can I do this?
Thank you

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

Accepted answer
  1. svijay-MSFT 5,226 Reputation points Microsoft Employee
    2021-12-09T07:19:20.367+00:00

    Hello @arkiboys ,

    From your question:

    inside the pipeline, myDate is assigned the current date.

    You have a logic/expression inside the pipeline which assigns the current date when the parameter is sent blank value? if my understanding correct. If this is not the case -
    Can you pls provide screenshots on how you are manipulating the myDate in the pipeline to have some additional context ?

    Rather than the currentdate you can set a null value - "" or if your passing it to dataflow - toDate(null())


0 additional answers

Sort by: Most helpful