-
Notifications
You must be signed in to change notification settings - Fork 6
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
Replication key field finished_at
of runs
stream can sometimes be null
#213
Comments
The
At our site the first returns a message that provides the required {
"status": {
"code": 400,
"is_success": false,
"user_message": "The request was invalid. Please double check the provided data and try again.",
"developer_message": ""
},
"data": {
"reason": "Invalid order_by value. Use one of [id, created_at, finished_at, -id, -created_at, -finished_at] instead."
}
} Ascending or descending:
Helpful links: |
The problem with using
I think that makes sense, but please feel free to check my logic. I was motivated to create an incremental replication method for the |
Just noted the Slack comment said:
Which invalidates the final paragraph of my previous comment |
From a Slack conversation:
I need to dig into the API docs to see what's going and maybe come up with a workaround (other than overriding the replication method in the Singer catalog).
Help from other users of this tap is more than welcome!
The text was updated successfully, but these errors were encountered: