-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
✨ Source Sendgrid: Move contacts stream to async declarative component #45191
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
CI is expected to fail for now as CDK version has not been released yet |
airbyte-integrations/connectors/source-sendgrid/source_sendgrid/manifest.yaml
Outdated
Show resolved
Hide resolved
0319403
to
33957d8
Compare
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.
🔥
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.
seems good to me pending a live test run against the contacts
stream. But I don't need to block approval. once thats ✅ then looks good to merge
@brianjlai I unfortunately can't run live test (example) because the cache does not support encoding
I've tested locally using the output of some connection. For documentation purposes, this is the script I wrote to test it:
Are we good with this for a release or is there more we should do? |
What
Addresses https://github.com/airbytehq/airbyte-internal-issues/issues/9186
This is a temporary PR until the CDK version from #45178 is releasedThe release has happened, this PR is ready to be reviewed! 🎉How
Remove the Python code and move everything to the manifest
Review guide
airbyte-integrations/connectors/source-sendgrid/source_sendgrid/manifest.yaml
airbyte-integrations/connectors/source-sendgrid/unit_tests/unit_test.py
Baz did revamp some test there but we made sure to keep the current ones of compressed/uncompressed filesUser Impact
None as the behavior will be the same. It'll be easier for us to maintain though
Can this PR be safely reverted and rolled back?