-
Notifications
You must be signed in to change notification settings - Fork 26
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 not available in stream api #493
Comments
v0.0.12 was published |
Thanks for publishing the new version. I tried Not a meltano or poetry expert by any means, but shouldn't the faker extra dep be listed here perhaps? |
@maxmarcon can you confirm that MeltanoLabs/target-postgres#424 has what you need? |
@edgarrmondragon I'm confused. I need |
This is the one-line change we need to fix the problem: |
Woops, I got confused 😅. Let me take a look at your PR. |
Fixes: #493 --------- Co-authored-by: mmarcon <[email protected]>
I would like to add a stream_maps -based transformation and use faker in it. The transformation fails because "'fake' is not defined" . Here's my
stream_maps
config:And here's the error's stacktrace:
The docs say:
I tried installing the faker extra dep:
But I get the same error.
How can I access faker for the
stream_maps
transformation withtap-postgres
?Meltano: 3.4.1
Python: 3.9.18
The text was updated successfully, but these errors were encountered: