Skip to content

Instantly share code, notes, and snippets.

@lmazuel
Created April 14, 2017 22:51
Show Gist options
  • Save lmazuel/3ab5ac081e6cbf00bdd8ce922f875493 to your computer and use it in GitHub Desktop.
Save lmazuel/3ab5ac081e6cbf00bdd8ce922f875493 to your computer and use it in GitHub Desktop.
adf list
import time
while True:
pipeline_runs = list(self._adf_client.pipeline_runs.list_by_factory(self.group_name, df_name))
if pipeline_runs:
break
time.sleep(15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment