Dominik
10/13/2024, 9:13 PMMarvin
10/13/2024, 9:14 PMjob_configuration
section and a variables
section. You can use a command to update a work pool's base job template with a JSON file in the following manner:
prefect work-pool update --base-job-template base-job-template.json my-work-pool
This command lets you version control your base job template by committing it as a JSON file to a repository and managing updates via a CI/CD pipeline.
You can read more about the Prefect 2.x work pool concepts here: Prefect 2.x Work Pools Documentation.
2. In Prefect 3.x, the same concepts apply, and the documentation provides further guidance on configuring work pools. You can manage them using the Prefect UI, CLI commands, REST API, or even a Terraform provider for Prefect Cloud.
More on the Prefect 3.x work pools is available here: Prefect 3.x Work Pools Documentation.
I hope this helps! Feel free to ask if you have any more questions.