-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: commit_timestamp
#174
Comments
@visch Thanks for flagging this. I agree that it should be added automatically, but this feels more like an SDK feature than a tap feature. @edgarrmondragon what do you think? Is there an easy way for us to do this in the tap? |
@ericboucher @visch I have an old WIP branch for that. I'll try to make it a PR by EOD :) |
Can't think of anything other than overriding |
UPDATE: PR's here meltano/sdk#1283. LMK what you folks think :) |
Closing this since the SDK version we pull now includes the above-mentioned PR. |
If we follow the steps from Meltanos getting starting documentation here https://docs.meltano.com/getting-started/part1 but instead of using the singer variant we use this variant you end up getting an error.
This error is fixed by adding
- commits.commit_timestamp
to the select. This should probably be automatic in this tap? Probably all replication keys should be automatic especially if Incremental replication is enabled in the catalog.meltano.yml
The text was updated successfully, but these errors were encountered: