Looks like the Stream Map is failing on me -- I ha...
# plugins-general
s
Looks like the Stream Map is failing on me -- I have set a configuration like this
Copy code
stream_maps:
          useranalytics: __NULL__
          channelanalytics:
            date_created_123: date
            channel_number: channel_id
            team_id: __NULL__
when i do el tap target-jsonl both streams are synced to json and no new column are added and team_id is not removed . I am setting schema from JSON file can this be the reason
1
do i need to add the mapper utility separately or it comes with meltano default
Ok, I found the issue, when adding a stream map in the interactive it was not adding the config properly to yml , The last line was breaking without value I have to add it manually
👍 1