Samuel Hinton
04/03/2024, 9:04 AMLooks like you're deploying to a process work pool. If you're creating a
deployment for local development, calling `.serve` on your flow is a great way
to get started. See the documentation for more information:
<https://docs.prefect.io/latest/concepts/flows/#serving-a-flow>. Set
`ignore_warnings=True` to suppress this message.
After calling flow.from_source(...).deploy(...)
Where I can pass this ignore_warnings
? It's not a kwarg available in the deploy
function, and I'm not sure where else to put itNate
04/03/2024, 3:28 PMdeploy
, so i've opened this PR
https://github.com/PrefectHQ/prefect/pull/12569