Shivam Bhatia
01/06/2022, 12:55 PMAnna Geller
Anna Geller
Shivam Bhatia
01/06/2022, 1:03 PMflow.storage = GitHub(
repo={{repository path}},
path="folder/flow_file.py",
access_token_secret="GITHUB_ACCESS_TOKEN"
)
flow.run_config = VertexRun(
image={{Docker image path}},
machine_type="e2-highmem-8",
labels=["test"]
)
Anna Geller
Shivam Bhatia
01/06/2022, 1:48 PM