Hi Peeps, I’ve built my own tap using the Meltano ...
# getting-started
b
Hi Peeps, I’ve built my own tap using the Meltano SDK, but I’m have a couple of issues. It’s a simple tap, grabbing data from Thinkific’s API. At the moment, I’ve only configured four streams as they’re the only four I currently need. 1. I have set one of the steams up to be incremental and specified a replication key, but when I run the tap it give me the following error:
WARNING Property 'created_at' was present in the 'enrollments' stream but not found in catalog schema. Ignoring. Although in the catalog.json 'created_at' is present
. I’m not sure what I’m doing incorrectly. 2. The second issue is related to the first one, even though I have the streams configured for incremental replication, when I run the tap I’m getting all the data not only the new information. This might have to do with the fact I’m sending the data to a CSV target (for testing purposes) or I’m not specifying the --state flag correctly. Any assistance on the two issue above would be greatly appreciated.
v
responded in https://meltano.slack.com/archives/C01TCRBBJD7/p1630406479019300 Double posting is no good, if you're going to atleast link to one comment to point the conversation to one place
b
Apologies… I posted here before seeing the troubleshooting channel.