Suman Kamalapuram
Adam
deploy --name my_pipeline
# File for configuring project / deployment build, push and pull steps # Generic metadata about this project name: my-pipeline prefect-version: 2.12.1 # build section allows you to manage and build docker images build: - prefect_docker.projects.steps.build_docker_image: image_name: <http://mycompany.azurecr.io/dir/prefect-image|mycompany.azurecr.io/dir/prefect-image> tag: latest dockerfile: Dockerfile push: true credentials: "{{ prefect.blocks.docker-registry-credentials.my-cred }}" # push section allows you to manage if and how this project is uploaded to remote locations push: null # pull section allows you to provide instructions for cloning this project in remote locations pull: - prefect.projects.steps.git_clone_project: repository: <https://bitbucket.org/mycompany/repo.git> branch: master access_token: "{{ prefect.blocks.secret.bb-credentials }}" - prefect.projects.steps.set_working_directory: directory: /opt/prefect/repo deployments: - name: my_pipeline description: TODO entrypoint: my_pipeline/my_pipeline.py:my_flow parameters: {} work_pool: job_variables: image: "{{ image_name }}" name: worker_pool work_queue_name: default
Tim-Oliver
Geese Howard
namespaceOverride: prefect worker: cloudApiConfig: accountId: HIDE workspaceId: HIDE config: workPool: gke workPool: gke-cpu-5000m-4Gi serviceAccount: create: false name: "HIDE"
Tomás Emilio Silva Ebensperger
"Orion requires sqlite >= 3.24.0 but we found version 3.7.17"
wonsun
config.toml
backend.toml
TomlDecodeError: Found invalid character in key name: ':'. Try quoting the key name. (line 1 column 2 char 1)
Isabel
Charles Leung
Ofek K
Eddie Atkinson
FargateCluster
"fargate_private_ip": True
cluster_kwargs
Cluster failed to start: Timed out trying to connect to <tcp://10.0.1.111:8786> after 30 s
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.