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/meltano-map-transform.git@v0.7.1 meltano: 3.4.1 python: 3.9.18