Colton
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
Kiley Roberson
jack
Florian Guily
Matthew Roeschke
No heartbeat detected from the remote task; marking the run as failed.
Adam Roderick
Jasono
Dave Aitel
File "/home/dave/.cache/pypoetry/virtualenvs/rustmonster-GKhQY2Y4-py3.10/lib/python3.10/site-packages/prefect/client/orchestration.py", line 219, in get_client server.start() File "/home/dave/.cache/pypoetry/virtualenvs/rustmonster-GKhQY2Y4-py3.10/lib/python3.10/site-packages/prefect/server/api/server.py", line 818, in start raise RuntimeError(error_message) RuntimeError: Timed out while attempting to connect to ephemeral Prefect API server.
Ajeel Ahmed
prefect deployment ls
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.