Created
June 26, 2020 18:47
-
-
Save lauralorenz/d3a7fbb8b59e4ebd5a9bde9e54fbe5ec to your computer and use it in GitHub Desktop.
Using Prefect Cloud and just the Kubernetes Agent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from dask_flow import flow | |
from prefect.environments.storage import Docker | |
flow.storage = Docker(registry_url="gcr.io/execution-layer-demo/flows") | |
flow.register('execution-layer-demo') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment