Contents

prefect 3.6.17

0

Workflow orchestration and management.

Workflow orchestration and management.

Stars: 21630, Watchers: 21630, Forks: 2105, Open Issues: 1057

The PrefectHQ/prefect repo was created 7 years ago and the last code push was 4 hours ago.
The project is extremely popular with a mindblowing 21630 github stars!

How to Install prefect

You can install prefect using pip

pip install prefect

or add it to a project with poetry

poetry add prefect

Package Details

Author
None
License
Apache-2.0
Homepage
None
PyPi:
https://pypi.org/project/prefect/
Documentation:
https://docs.prefect.io
GitHub Repo:
https://github.com/PrefectHQ/prefect

Classifiers

  • Software Development/Libraries
No  prefect  pypi packages just yet.

Errors

A list of common prefect errors.

Code Examples

Here are some prefect code examples and snippets.

GitHub Issues

The prefect package has 1057 open issues on GitHub

  • feat: retry Cloud Run V2 job creation on transient errors
  • fix(redis): prevent race condition in causal ordering with atomic Lua script
  • docs: add Telegram notification example
  • fix: validate docker image names in build_docker_image
  • Migrate Runner methods from @sync_compatible to @async_dispatch
  • Task run recorder redis operations race condition causes eventual consistency fallback on UI
  • Fix flaky docket task keys tests: use custom lifespan without worker
  • Add authentication to /api/events/in WebSocket endpoint
  • Add deployment_name as a built-in logging variable
  • Add deployment_name as logging variable
  • Allow infra name templating with flow and flow_run
  • Add ipc_mode and shm_size to Docker worker
  • Prefect UI: Add ability to filter (and group?) flow runs by their tags
  • Fix flaky test: use ephemeral_client_with_lifespan for work queue concurrency tests
  • 'start_time' filter excludes CRASHED/FAILED runs with null start_time despite COALESCE in source code

See more issues on GitHub

Related Packages & Articles

dagster 1.12.14

Dagster is an orchestration platform for the development, production, and observation of data assets.