-
Notifications
You must be signed in to change notification settings - Fork 9
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
bug: incremental sync does not work #24
Comments
@davert0 thank you for using this tap and raising this issue. This will definitely be useful once I start working on the Incremental loads. Currently, I am working on getting Full loads and typing where I want them to be before I start working on the incremental loads. I try and give that warning up front.
Please let me know if I need to make changes to the wording, highlight it differently, or add it to the Meltano Hub documentation. I will update this case as soon as that works starts. My hopeful estimate is in two weeks but don't hold me to that. Again, thank you. 🙏 |
I have a workload setup that gives me the exact same error. I also found that I get a similar error when running the workload using the Off we go on a coding adventure. 😃🎉 |
First thing I learned in my adventure is that the I have a clearer understanding of how the tap configuration parameter Now I guess this leads me the daring adventurer a couple of things to ponder. 🤔
|
I think I am going to head in the following direction:
I am going to bring complete contents of
Looking at |
Hello,
I got an error
"SystemError: <class 'pyodbc.Error'> returned a result with a set of errors"
.After a bit investigation, I found out that the problem is the wrong query. I continued the debugging and found that the cause is in singer sdk
When I replaced line 192 with just
sqlalchemy.text("ID >= 3540505")
, everything worked.There is my config:
The text was updated successfully, but these errors were encountered: