-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: Support generating fake data with future SDK version #215
Comments
@ReubenFrankel would you expect this package to enable the use of I think I prefer on the former, since that makes this package more useful and it's presumably installed only once per project, unlike extractors. |
@edgarrmondragon Yep, I think by default is the most useful. |
Closes #215 --------- Co-authored-by: Edgar Ramírez-Mondragón <edgarrm358@gmail.com>
Hi! I'm resurrecting this because I have a question (I'm relatively new to meltano). Ok I wanted to use As a workaround, I'm using
I get an error:
Do you know why? Thanks |
@maxmarcon Looks like that got added recently and will be included in the next SDK release. This plugin (and any other built with the SDK) will need to upgrade to the new version before what you are trying will work. In the meantime, if you want to set a static seed, you can do this through
|
Thanks @ReubenFrankel for the information. I was indeed able to find a workaround similar to the one you suggested:
|
I'll try to cut a release of the SDK today, and should follow shortly with a version bump here. |
Now meltano/sdk#2170 has been merged and once the next version of the SDK is released, it would be great to bump the
singer-sdk
version used here with thefaker
extra to leverage the new feature.The text was updated successfully, but these errors were encountered: