Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing Local Execution ID value to a worker pipeline #102

Open
bukarev opened this issue Feb 10, 2021 · 0 comments
Open

Passing Local Execution ID value to a worker pipeline #102

bukarev opened this issue Feb 10, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bukarev
Copy link

bukarev commented Feb 10, 2021

In data warehousing scenario, a data load batch/session ID would be good to have in the loaded data, in order to preserve history and distinguish between load runs.

There is a LocalExecutionId field in CurrentExecution/ExecutionLog tables, which seems to have exactly the data required. It would be just enough to add that ID to parameters of a worker pipeline and leave a developer of a worker pipeline to optionally include that parameter in the data.

If I were to implement it, I'd concatenate that value with others in this list: activity('Get Pipeline Params').output.firstRow.Params and use in the Azure Function activity "Execute Worker Pipeline" in the pipeline 04-Infant.

@bukarev bukarev added the enhancement New feature or request label Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants