Fabien Punin
name: test prefect-version: 3.1.6 deployments: - name: test_flow_x_hourly_deployment version: "1" tags: null description: This deployment runs flow x hourly schedules: - cron: "0 0 * * *" timezone: "Europe/Paris" active: "true" flow_name: flow_1 entrypoint: src/projects/test/prefect/flows/flow_1.py:sample_flow parameters: input_data: "Hello, World!" work_pool: name: ecs-fargate-workpool work_queue_name: default job_variables: image: '{{ $IMAGE_NAME }}:{{ $IMAGE_TAG }}'
FROM prefecthq/prefect:3.1.6-python3.11 ARG PROJECT_PATH WORKDIR /app RUN pip install uv COPY uv.lock . COPY pyproject.toml . RUN uv sync COPY src/common src/common COPY ${PROJECT_PATH} ${PROJECT_PATH} ENV PATH=".venv/bin:$PATH" ENTRYPOINT []
Flow run infrastructure exited with non-zero status code: Exited with non 0 code. (Error Code: 1) This may be caused by attempting to run an image with a misspecified platform or architecture.
Brock
prewarning
Charles Leung
Kiley Roberson
prefect.yaml
- prefect.deployments.steps.git_clone: <<: *clone_repo - prefect.deployments.steps.run_shell_script: id: install-dependencies script: pip install poetry && poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi stream_output: false
Domantas
TypeError: cannot pickle '_thread.lock' object
DaskExecutor
boto3
Jason Prado
createFlowRun
Mitch
Nikolay Tsvetanov
build_from_flow
entrypoint
build_deployment = await Deployment.build_from_flow( flow=hello_world_flow, name=name, ... entrypoint=entrypoint, path=path)
prefect.exceptions.PrefectImportError: `prefect.deployments:Deployment` has been removed. Use `flow.serve()`, `flow.deploy()`, or `prefect deploy` instead.
Carlos Cueto
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.