-
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] decouple stream state #20492
Conversation
/test connector=connectors/source-faker
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.
Minor clarification request about the cursor field declaration
airbyte-integrations/connectors/source-faker/source_faker/streams.py
Outdated
Show resolved
Hide resolved
airbyte-integrations/connectors/source-faker/acceptance-test-config.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Augustin <augustin@airbyte.io>
/test connector=connectors/source-faker
Build PassedTest summary info:
|
* Faker CSV Streaming utilities * readme * don't do a final pipe to jq or you will run out or ram * doc
* Faker is 250% faster * threads in spec + lint * pass tests * revert changes to record helper * cleanup * update expected_records * bump default records-per-slice to 1k * enforce unique email addresses * cleanup * more comments * `parallelism` and pass tests * update expected records * cleanup notes
/test connector=connectors/source-faker
Build PassedTest summary info:
|
/publish connector=connectors/source-faker
if you have connectors that successfully published but failed definition generation, follow step 4 here |
/approve-and-merge reason="the platform tests are failing but this is a connector-only change. Also, the connector was already published" |
There was a hacky implementation using global variables before this PR. Now each stream can work independently.
This /would/ be a breaking change for a normal connector (as the format of STATE is changing), but it's faker, so 🤷♂️Let's do it right!