If I just want to rename one field in all streams ...
# troubleshooting
m
If I just want to rename one field in all streams (as it contains a leading number that my target won’t like), can I do this with meltano-map-transform?
Copy code
stream_maps:
          '*':
            third_party_payments: '3rd_party_payments'
This worked fine