Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 754 Bytes

File metadata and controls

25 lines (18 loc) · 754 Bytes

Prefect V3:

Local simple run prefect server:

  • docker run -p 4200:4200 -d prefecthq/prefect:3-latest -- prefect server start --host 0.0.0.0

Pre-requirement

  • uv sync --frozen

Lint

  • uv run pre-commit run --all-files as cli for coding conventions check

Deployment

configuration

deploy via prefetc.yaml file:

  • check which profile is used: prefect profile ls
  • uv run prefect deploy --prefect-file prefect.yaml --all

Reference