Just a shoutout to the prefect team for v2.4.0. :t...
# ask-community
a
Just a shoutout to the prefect team for v2.4.0. šŸŽ‰ 🦜 This release actually solves my two last annoyances I had with prefect 2.0, namely not being able to set custom parameters and schedule timezones via CLI. • Support for setting custom parameter values directly from the deployment build CLI • New CLI for interacting with and setting custom timezone-dependent schedules for your deployments incl. the ability to pause or resume a schedule directly from the CLI Thanks to the team for this awesome release and it's incredible to see how fast prefect 2.0 moves in the perfect direction.
šŸš€ 3
šŸ‘ 1
šŸ™ 3
blob attention gif 8
šŸŽ‰ 5
ā¤ļø 5
a
Also shoutout to @Dustin Ngo who added all those CLI enhancements!
šŸ™Œ 2
b
Same same! Cheers to the Prefect team šŸ’Æ
šŸ™ 1
c
Hello, so I was trying out the CLI commands for setting timezones / schedules 1. build 2. apply 3. set-schedule I ran the above commands in the order shown, and I noticed that the schedule and timezone were updated in the UI, but not in the deployment.yaml file Observed:
Copy code
schedule: null
Expected:
Copy code
schedule:
  cron: * * * * * 
  timezone: ...
  day_or: true
Is this expected behavior?
a
@CA Lee could you open a GitHub issue with a minimal reproducible example and share here? not enough information to say atm