-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
source-coda: Replace use of last_records with last_record #36775
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@@ -53,7 +53,7 @@ definitions: | |||
type: "DefaultPaginator" | |||
pagination_strategy: | |||
type: "CursorPagination" | |||
cursor_value: "{{ last_records['href'] }}" | |||
cursor_value: "{{ last_record['href'] }}" |
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.
I'm not sure how this was meant to work. last_records
is an array, not a dict
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.
Looks good!
What
Update source-coda to stop using
last_records
interpolation variable as it is being deprecated.Also upgrade to base image and poetry
Results from regression tests: