-
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
Faker emits AirbyteEstimateTraceMessage
#19197
Conversation
/test connector=connectors/source-faker
Build FailedTest summary info:
|
cc @alafanechere can you give me a pointer to how to pass this failing SAT test? Since I'm not really using the CDK tooling, I'm not sure how I'm supposed to exit the container in this case |
Hey @evantahler, the problem was that in case of check failure the returned object was a generator (which is an iterable) because
Are these changes impacting the logic you've been trying to implement in this PR? |
/test connector=connectors/source-faker
Build PassedTest summary info:
|
Thank you @alafanechere! |
These changes are not logical changes, other than the emitting of stream size estimates at the beginning of the sync. Yes, this connector should totally be moved to a more "normal" CDK connector. I made it a long time ago back when I didn't know what I was doing 😇... but that's another PR (#19389)! |
/publish connector=connectors/source-faker
if you have connectors that successfully published but failed definition generation, follow step 4 here |
* Faker emits `AirbyteEstimateTraceMessage` * update pr * fix SAT * auto-bump connector version Co-authored-by: alafanechere <augustin.lafanechere@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Extracted from #18630, part of https://github.com/airbytehq/airbyte-internal-issues/issues/1095.