bassel
06/26/2023, 4:22 PMmeltano --environment=staging config tap-mysql test
2023-06-26T16:01:08.934830Z [info ] Environment 'staging' is active
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Plugin configuration is invalid
Exception: only INCREMENTAL, LOG_BASED, and FULL TABLE replication methods are supported
user
06/26/2023, 4:40 PMreplication-method
settings metadata to FULL_TABLE
or one of the other optionsReuben (Matatika)
06/30/2023, 3:14 PMtap-mssql
set default metadata
to avoid problems like this? I recognise that assuming FULL_TABLE
is acceptable for all use-cases is an issue in of itself, but surely it's got to be better than throwing an error? Either way, that issue proposal would be useful.
New related thread for context: https://meltano.slack.com/archives/CMN8HELB0/p1688130547416099pat_nadolny
07/14/2023, 7:28 PM