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
We expect the output of cat out_fail.txt | poetry run meltano-map-transform --config config.txt > out_mapped to have a 3rd stream of question_prod_1_test created. It isn't created.
Output (out_mapped) is the same as out_fail.txt
Now if you move the SCHEMA message for the User-* stream to the beginning of the file everything works as expected. out_success.txt is an example of this.
Very hard to debug this for end meltano users, I think meltano/meltano#3232 would make life a lot easier for folks as you could play around with your mappers
The text was updated successfully, but these errors were encountered:
We expect the output of
cat out_fail.txt | poetry run meltano-map-transform --config config.txt > out_mapped
to have a 3rd stream ofquestion_prod_1_test
created. It isn't created.Output (out_mapped) is the same as
out_fail.txt
Now if you move the
SCHEMA
message for theUser-*
stream to the beginning of the file everything works as expected.out_success.txt
is an example of this.(Converted to .txt so it would upload to github, 🙄 )
out_fail.txt
out_success.txt
config.txt
config.txt
re: https://meltano.slack.com/archives/C01TCRBBJD7/p1671688563297449
Very hard to debug this for end meltano users, I think meltano/meltano#3232 would make life a lot easier for folks as you could play around with your mappers
The text was updated successfully, but these errors were encountered: