You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I wanted to use the stream_maps API (with faker) with tap-postgres. However, apparently, tap-postgres doesn't support faker (I get an error saying that the "fake object is not defined").
As a workaround, I'm using meltano-map-transform instead. fake is defined, however when I want to set the seed following this example from the Meltano SDK docs:
Hi! I wanted to use the
stream_maps
API (with faker) with tap-postgres. However, apparently, tap-postgres doesn't support faker (I get an error saying that the "fake object is not defined").As a workaround, I'm using meltano-map-transform instead. fake is defined, however when I want to set the seed following this example from the Meltano SDK docs:
I get an error:
Do you know why? Thanks
I'm using:
meltano-map-transform: https://github.com/MeltanoLabs/[email protected]
meltano: 3.4.1
python: 3.9.18
The text was updated successfully, but these errors were encountered: