Skip to content

Commit a0215f2

Browse files
authored
add note (#1167)
1 parent a950e55 commit a0215f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/slackbot/src/slackbot/search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def review_common_3x_gotchas() -> list[str]:
7777
"prefect 3.x uses pydantic 2 and server data from prefect 2.x is not compatible with 3.x",
7878
"Deployment.build_from_flow() is removed in 3.x, use some_flow.from_source(...).deploy(...) instead.",
7979
"Workers (f.k.a. agents) poll for scheduled runs, whereas task workers are websocket clients that executed backgrounded task runs",
80+
"To avoid interactivity in the Prefect CLI, use the TOP LEVEL --no-prompt flag, e.g. `prefect --no-prompt deploy ...`",
8081
]
8182
print(tips)
8283
return tips

0 commit comments

Comments
 (0)