-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat : Mgramseva expense stream incremental #115
feat : Mgramseva expense stream incremental #115
Conversation
@@ -7,6 +7,9 @@ | |||
}, | |||
"data": { | |||
"type": "object" | |||
}, | |||
"toDate":{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we must have cursor field in schema
@@ -234,8 +237,20 @@ def __init__( | |||
self.request_info = request_info | |||
self.user_request = user_request | |||
self.tenantid_list = tenantid_list | |||
self.fromdate = fromdate | |||
self.todate = todate | |||
self.fromdate = fromdate.replace(hour=0, minute=0, second=0, microsecond=0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trying to fetch record on month basis
not merging yet, we have the following doubts:
|
@fatchat We can close this for now, as we are now fetching records differently using the new CDK. However, this can be kept as a reference for future use once we receive an answer to the above question
|
No description provided.