Jørgen Nygaard
11/24/2024, 12:48 PMif __name__ == "__main__":
main_flow.from_source(
source=GitRepository(
url="<https://github.com/me/myrepo.git>",
credentials=GitHubCredentials.load("github-personal-access-token")
),
entrypoint="prefect/main_flow.py:main_flow",
).deploy(
name="my-deployment",
work_pool_name="default",
build=False
)
Brock
11/24/2024, 4:24 PMJørgen Nygaard
11/24/2024, 8:33 PMBrock
11/24/2024, 9:24 PMBring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.
Powered by