Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🪟 🐛 Schedule type cron bug fix #17058

Merged
merged 2 commits into from
Sep 22, 2022
Merged

Conversation

teallarson
Copy link
Contributor

@teallarson teallarson commented Sep 22, 2022

What

fixes frontend OC bug where users cannot set a schedule to cron
Resolves https://github.com/airbytehq/airbyte-cloud/issues/2841

How

removes an unneeded (and broken) check for schedule type and uses what's actually in the form instead.

@teallarson teallarson requested a review from a team as a code owner September 22, 2022 17:59
@github-actions github-actions bot added area/platform issues related to the platform area/frontend Related to the Airbyte webapp labels Sep 22, 2022
@teallarson teallarson changed the title remove inaccurate and unneeded setting of schedule type 🪟 🐛 Schedule type cron bug fix Sep 22, 2022
values.scheduleType = values.scheduleData?.basicSchedule
? ConnectionScheduleType.basic
: ConnectionScheduleType.manual;

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was accidentally re-added during a merge with the connection form refactor work.

Copy link
Contributor

@dizel852 dizel852 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@davinchia davinchia merged commit 39d8192 into master Sep 22, 2022
@davinchia davinchia deleted the teal/cron-string-form-bug-fix branch September 22, 2022 18:57
robbinhan pushed a commit to robbinhan/airbyte that referenced this pull request Sep 29, 2022
* remove inaccurate and unneeded setting of schedule type

* Fixing & adding tests

Co-authored-by: KC <krishna@airbyte.io>
jhammarstedt pushed a commit to jhammarstedt/airbyte that referenced this pull request Oct 31, 2022
* remove inaccurate and unneeded setting of schedule type

* Fixing & adding tests

Co-authored-by: KC <krishna@airbyte.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp area/platform issues related to the platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants