How to pass linked service parameter to Data Flow sink for error logging?
Jenkins, Ben
0
Reputation points
How do I pass in a parameter to the error logging linked service in a data flow?
Here is my parameterized linked service:
In my data flow sink I am trying to write skipped rows to blob storage:
When I click on Debug Settings in the data flow editor I am prompted to provide a value for the linked service parameter.
When I call the data flow via the pipeline canvas I am not prompted to specify a value for the linked service parameter. When the data flow executes it uses the default value, which is incorrect. How can I specify the parameter value I want to pass into the linked service?
Sign in to answer