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

Check for Running Pipeline in ADF without Database Support #77

Closed
mrpaulandrew opened this issue Nov 12, 2020 · 1 comment · Fixed by #82
Closed

Check for Running Pipeline in ADF without Database Support #77

mrpaulandrew opened this issue Nov 12, 2020 · 1 comment · Fixed by #82
Labels
enhancement New feature or request Solution Area: Orchestrator Azure Data Factory or Azure Synapse Analytics - Processing pipelines.

Comments

@mrpaulandrew
Copy link
Owner

Create a utility to check if a given pipeline name is already running and prevent another execution if it is.

Do this within Data Factory without needing content from the Current Execution table.

@mrpaulandrew mrpaulandrew added enhancement New feature or request Solution Area: Orchestrator Azure Data Factory or Azure Synapse Analytics - Processing pipelines. labels Nov 12, 2020
@mrpaulandrew
Copy link
Owner Author

Breaking change

Data Factory requires access to itself via its own MSI for this to work.

Generic implementation details:

https://mrpaulandrew.com/2020/11/12/get-data-factory-to-check-itself-for-a-running-pipeline-via-the-azure-management-api/

@mrpaulandrew mrpaulandrew linked a pull request Nov 19, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Solution Area: Orchestrator Azure Data Factory or Azure Synapse Analytics - Processing pipelines.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant