-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[non-forked] 🐛 Source Stripe: Add missing field (cancel_at) to the Subscriptions stream #23452
Conversation
/test connector=connectors/source-stripe
Build FailedTest summary info:
|
@natalyjazzviolin - I merged in the latest master branch which contained #21419. Re-running your tests now |
/test connector=connectors/source-stripe
Build PassedTest summary info:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 assuming the latest /test
passes!
LABEL io.airbyte.version=3.0.0 | ||
LABEL io.airbyte.version=3.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 patch version for an backwards-compatible change.
/publish connector=connectors/source-stripe
if you have connectors that successfully published but failed definition generation, follow step 4 here |
…bscriptions stream (airbytehq#23452) * Add missing field to the stream * Update stripe.md * Update connectors.md * Update stripe.md * Revert version bump. * Enables high test strictness level. * Automated Change * auto-bump connector version --------- Co-authored-by: Mohamad Hallak <[email protected]> Co-authored-by: Sergio Ropero <[email protected]> Co-authored-by: natalyjazzviolin <[email protected]> Co-authored-by: Evan Tahler <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]>
…bscriptions stream (#23452) * Add missing field to the stream * Update stripe.md * Update connectors.md * Update stripe.md * Revert version bump. * Enables high test strictness level. * Automated Change * auto-bump connector version --------- Co-authored-by: Mohamad Hallak <[email protected]> Co-authored-by: Sergio Ropero <[email protected]> Co-authored-by: natalyjazzviolin <[email protected]> Co-authored-by: Evan Tahler <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]>
…bscriptions stream (#23452) * Add missing field to the stream * Update stripe.md * Update connectors.md * Update stripe.md * Revert version bump. * Enables high test strictness level. * Automated Change * auto-bump connector version --------- Co-authored-by: Mohamad Hallak <[email protected]> Co-authored-by: Sergio Ropero <[email protected]> Co-authored-by: natalyjazzviolin <[email protected]> Co-authored-by: Evan Tahler <[email protected]> Co-authored-by: Octavia Squidington III <[email protected]>
What
This PR is a non-forked version of #22898 to run the build.
Closes #22897 where the cancel_at field is not showing on the UI nor the final table.
How
Field added to the configured catalog and schema.
Recommended reading order
🚨 User Impact 🚨
No breaking changes
Pre-merge Checklist
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described here