0

Lets suppose I have a U-SQL script which get executed every one hour from ADF pipeline. I have mssql database which contains config table. Is there any way to read a config from database and pass it to U-SQL script? In ADF docs i couldn't find any way of doing it. Only SliceStart, SliceEnd, but what if my parameter is type of GUID ?

1 Answer 1

2

You can achieve this in ADF V2 (currently in Public Preview) using the Lookup activity. The lookup activity can pass the lookup results to the subsequent activity (in your case U-SQL activity).

https://learn.microsoft.com/en-us/azure/data-factory/control-flow-lookup-activity

Sign up to request clarification or add additional context in comments.

1 Comment

can you please help me with this ? stackoverflow.com/questions/49138273/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.