Eric
09/20/2020, 1:59 AMnicholas
09/20/2020, 2:01 AMEric
09/20/2020, 2:01 AMnicholas
09/20/2020, 2:03 AMEric
09/20/2020, 2:03 AMnicholas
09/20/2020, 2:07 AMEric
09/20/2020, 2:11 AMnicholas
09/20/2020, 2:18 AMEric
09/20/2020, 2:19 AMnicholas
09/20/2020, 2:19 AMEric
09/20/2020, 2:20 AMnicholas
09/20/2020, 2:22 AMEric
09/20/2020, 2:23 AMnicholas
09/20/2020, 2:23 AM--l
flag: you can view all the agent options here: https://docs.prefect.io/api/latest/cli/agent.html#agentEric
09/20/2020, 2:23 AMnicholas
09/20/2020, 2:23 AMEric
09/20/2020, 2:24 AMnicholas
09/21/2020, 5:06 PMadd_default_label=False
to your storage call, like this:
flow.storage = GitHub(
repo="some_repo",
path="flows/my_flow.py",
secrets=["github_token"],
add_default_labels=False,
)