-
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 S3: read a single record on check #24429
Source S3: read a single record on check #24429
Conversation
/test connector=connectors/source-s3
Build FailedTest summary info:
|
/test connector=connectors/source-s3
Build PassedTest summary info:
|
@davydov-d any update here? |
@wmikemoon still waiting for the review |
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.
Nice!
/publish connector=connectors/source-s3
if you have connectors that successfully published but failed definition generation, follow step 4 here |
What
https://github.com/airbytehq/oncall/issues/1697
How
When calling
check
, we make a test read. To save time and memory, we need to read a single record instead of a whole slice. Since the block size in a config may be huge, we lower its value for thecheck
command.