Skip to content

Instantly share code, notes, and snippets.

@lauralorenz
Created June 26, 2020 18:47
Show Gist options
  • Save lauralorenz/d3a7fbb8b59e4ebd5a9bde9e54fbe5ec to your computer and use it in GitHub Desktop.
Save lauralorenz/d3a7fbb8b59e4ebd5a9bde9e54fbe5ec to your computer and use it in GitHub Desktop.
Using Prefect Cloud and just the Kubernetes Agent
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