Hi team, Im currently seeing a bunch of ```Looks ...
# ask-community
s
Hi team, Im currently seeing a bunch of
Copy code
Looks 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 it
n
hi @Samuel Hinton - thanks for raising this! it seems we're not exposing that kwarg in the method on flows, only on the standalone util
deploy
, so i've opened this PR https://github.com/PrefectHQ/prefect/pull/12569
🙌 2