-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update source-exchange-rates connector #3566
Conversation
Since old API (https://api.ratesapi.io/) is gone we are using a new one - `http://api.exchangeratesapi.io/`. Update code to support this new API.
/test connector=source-exchange-rates
|
/test connector=source-exchange-rates
|
airbyte-integrations/connectors/source-exchange-rates/source_exchange_rates/source.py
Outdated
Show resolved
Hide resolved
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.
small comment, otherwise looks good to me
…exchange-api-not-working
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.
Can you double check it's being used in the source definitions yaml file? Also do a minor version bump for this one
|
…exchange-api-not-working
Update docs with info about how to get an API Access Key.
Add `CHANGELOG.md` file. Use `airbyte/source-exchange-rates` instead of `source-exchangeratesapi-singer`. Remove `source-exchangeratesapi-singer` from `source_definitions.yaml` and `STANDARD_SOURCE_DEFINITION/` folder.
…exchange-api-not-working
/test connector=source-exchange-rates
|
/publish connector=connectors/source-exchange-rates
|
@@ -3,11 +3,12 @@ | |||
dockerRepository: airbyte/source-asana | |||
dockerImageTag: 0.1.0 | |||
documentationUrl: https://hub.docker.com/r/airbyte/source-asana | |||
- sourceDefinitionId: 9fed261d-d107-47fd-8c8b-323023db6e20 | |||
icon: asana.svg |
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 shouldn't have been re-added here.
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.
Got it, sorry.
Since old API (https://api.ratesapi.io/) is gone we are using a new one -
http://api.exchangeratesapi.io/
.Update code to support this new API.
What
Closes #3541 issue.
Pre-merge Checklist
┆Issue is synchronized with this Asana task by Unito