estuary / flow

🌊 Continuously synchronize the systems where your data lives, to the systems where you _want_ it to live, with Estuary Flow. 🌊
https://estuary.dev
Other
595 stars 47 forks source link

flowctl: use max build_id for validating local specs #1636

Closed psFried closed 2 weeks ago

psFried commented 2 weeks ago

The validation logic was changed in a prior commit to error if the last_build_id of a live spec is greater than the current build id. This change was supposed to go along with that, but got missed. Using the maximum id value ensures that we never get errors due to the build id being superseded.


This change is Reviewable