Join Slack
Powered by
Hello, do you have Python code that perform this:...
# ask-community
p
Patrick Tan
04/11/2023, 6:32 PM
Hello, do you have Python code that perform this:
Copy code
prefect work-pool create "my-pool"
✅ 1
z
Zanie
04/11/2023, 6:40 PM
Generally you can take a look at the implementation for the CLI command
https://github.com/PrefectHQ/prefect/blob/423e25de605d0b860725239871dc691f4dc899e8/src/prefect/cli/work_pool.py#L58-L78
👍 1
Open in Slack
Previous
Next