Mark
Carlos Cueto
Niall O'Riordan
publish_as_work_pool
Rustam Salavatov
Billy McMonagle
prefect work-pool update
Jonah
Sung Kim
emo loic
Kevin Grismore
- project └── flows └── flow1.py └── flow2.py └── util └── util.py
some/dir/project> prefect deployment build flows/flow1.py:flow_func -n my-flow -ib kubernetes-job/my-job -sb gcs/my-bucket -t k8s
FileNotFoundError: [Errno 2] No such file or directory: '/opt/prefect/flows/flow1.py'
Jacqueline Riley Garrahan
apiVersion: batch/v1 kind: Job metadata: name: prefect-job labels: {} spec: template: metadata: labels: {} spec: containers: - name: flow image: prefecthq/prefect:latest imagePullPolicy: IfNotPresent ... volumeMounts: - name: filesystem-dir mountPath: /job-files volumes: - name: filesystem-dir hostPath: # directory location on host path: /path/to/my/dir # this field is optional type: Directory
Bring 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.