Ying Ting Loo
02/18/2025, 8:20 AMMarvin
02/18/2025, 8:20 AMprefect work-pool update
command. You'll need to version control your base job template by committing it as a JSON file to your repository. Then, use the following CLI command to update the work pool's base job template:
bash
prefect work-pool update --base-job-template base-job-template.json my-work-pool
Replace base-job-template.json
with the path to your JSON file containing the updated job template, and my-work-pool
with the name of your work pool.
For more details, you can refer to the Prefect work pools documentation.