PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.95k stars 1.57k forks source link

Remove terminal warning when deploying with triggers to non-cloud ser… #14307

Closed collincchoy closed 3 months ago

collincchoy commented 3 months ago

This PR removes the following terminal output when issuing prefect deploy with triggers to a non-cloud server.

image

Prior changes already removed the no-op behavior that this warning refers to.

Closes #13947

Checklist