Skip to content
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

Merged
merged 7 commits into from
Apr 11, 2024

Conversation

girarda
Copy link
Contributor

@girarda girarda commented Apr 3, 2024

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:
Screenshot 2024-04-02 at 7 09 45 PM

Copy link

vercel bot commented Apr 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Apr 3, 2024 4:30am

@octavia-squidington-iii octavia-squidington-iii added area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/coda labels Apr 3, 2024
@girarda girarda changed the title Alex/upgrade coda source-coda: Replace use of last_records with last_record Apr 3, 2024
@@ -53,7 +53,7 @@ definitions:
type: "DefaultPaginator"
pagination_strategy:
type: "CursorPagination"
cursor_value: "{{ last_records['href'] }}"
cursor_value: "{{ last_record['href'] }}"
Copy link
Contributor Author

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

Copy link
Contributor

@natikgadzhi natikgadzhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@girarda girarda merged commit e1443c7 into master Apr 11, 2024
30 checks passed
@girarda girarda deleted the alex/upgrade_coda branch April 11, 2024 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/coda
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants