Jonathan Nunes
07/07/2025, 1:18 PMJonathan Nunes
07/07/2025, 4:39 PMEdgar Ramírez (Arch.dev)
07/08/2025, 12:21 AMselect
and metadata
in meltano.yml
)Jonathan Nunes
07/08/2025, 3:32 AMLOG_BASED
in the metadata, it was only respected after I explicitly defined it in the catalog.json
. Until then, Meltano was defaulting to full table replication.
I only discovered this after running:
meltano el tap-mysql target-redshift --catalog custom_catalog.json
At that point, I finally received the message indicating that GTID mode was not enabled on my MySQL database.
Also, it's not feasible to define all the tables directly in meltano.yml
since I have more than 5,000 lines of configuration. The file can't handle all of that due to its size limitations.Edgar Ramírez (Arch.dev)
07/08/2025, 4:24 PMreplication-method
in metadata?Jonathan Nunes
07/08/2025, 5:41 PMmetadata:
"*":
replication-method: LOG_BASED
Jonathan Nunes
07/10/2025, 3:04 PMmetadata:
"*":
replication-method: LOG_BASED