-
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
Fix: Tutorial config-based invalid keywords #20071 #20078
Conversation
Added the suggested solution from issuer.
Appended the suggested +00:00 into another occurence. Datetime format now corresponds to standards defined in ISO-8601.
documentation_url: https://docs.airbyte.io/integrations/sources/exchangeratesapi | ||
connection_specification: |
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.
Why are you changing this? It doesn't look correct.
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 came accross this error by validating issue #20047 . Strictly following the tutorial example, both keywords in the yaml snippets seem to be incorrect. Changing them to the proposed naming resolves the error.
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.
This is issue has been stated in #18663
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.
Sorry I missed one update from low-code CDK https://github.com/airbytehq/airbyte/pull/18411/files#r1003903362
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.
@brianjlai can you make a quick review of this change?
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.
changes look good to me! thanks for the contribution 😁
What
The yaml reference files in the tutorial for config-based connectors provided wrong keywords. Therefore, a user could not follow the example properly.
How
Adjusted the error-leading keywords on all occurences in this tutorial:
This PR also includes the related Issue #20047 , which also gets resolved.
The PR will also resolve #18663. (Duplicate)
🚨 User Impact 🚨
Minor.
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
### Community member or AirbyterREADME.md
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereConnector Generator
Tests
Manually worked through the tutorial to ensure correctness.
Comment from Contributor
I am not able to rename commit 0f35da5 to reference #20047 instead of misleading issue number. Maybe you can fix this.