Michael Siega
294ee8f226
Expose cron scheduling in the Connections APIs (#15253)
* Expose cron scheduling in the Connections APIs
* Update airbyte-api/src/main/openapi/config.yaml
Co-authored-by: terencecho <terence@airbyte.io>
* Update airbyte-server/src/test/java/io/airbyte/server/helpers/ConnectionHelpers.java
Co-authored-by: terencecho <terence@airbyte.io>
* update octavia-cli tests for new schedule schema, and fix update API impl
* check for null schedule data before updating
* handle new schedule related fields in generate / apply / import
* update octavia-cli changelog
* ensure that legacy manual schedule flag is consistent with schedule_type
* update octavia cli test coverage for new schedule schema
* fix failing octavia cli integration tests
* fix file diff check
* Update octavia-cli/unit_tests/test_apply/test_resources.py
Co-authored-by: Augustin <augustin.lafanechere@gmail.com>
Co-authored-by: terencecho <terence@airbyte.io>
Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>