-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Source Faker: Enable zero-config execution by making 'count' an optional config param #36167
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
airbyte-integrations/connectors/source-faker/source_faker/spec.json
Outdated
Show resolved
Hide resolved
And another example where the assortment of formatting tools don't agree. Ruff everything |
I found the purchase-generating code! https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/source-faker/source_faker/purchase_generator.py#L51-L66 |
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.
CI is failing because of a new CAT test...
#36001
I just updated to latest CDK version:
🤞 😄 |
This allows us to use
source-faker
with zero config. Prior to this change, 'count' was required - even though it was defined with the default of 1,000 records.Drive-by change:
Motivations:
source-faker
often in PyAirbyte demos and tutorials. For demo and testing purposes, it's helpful to be able to execute the source with zero configuration.Impact