Skip to content

Commit

Permalink
Publish PR 7936: add exclude weekends to exchange rate connector (#8071)
Browse files Browse the repository at this point in the history
* Source Exchange Rates: add ignore_weekends boolean option

* unformat

* backward compatibility for ignore_weekends option

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>

* Add changelog

* bump version

Co-authored-by: Deividas J <lizdeika@gmail.com>
  • Loading branch information
marcosmarxm and lizdeika committed Nov 18, 2021
1 parent ebc8b76 commit 30bde15
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"sourceDefinitionId": "e2b40e36-aa0e-4bed-b41b-bcea6fa348b1",
"name": "Exchange Rates Api",
"dockerRepository": "airbyte/source-exchange-rates",
"dockerImageTag": "0.2.4",
"dockerImageTag": "0.2.5",
"documentationUrl": "https://docs.airbyte.io/integrations/sources/exchangeratesapi",
"icon": "exchangeratesapi.svg"
}
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
- name: Exchange Rates Api
sourceDefinitionId: e2b40e36-aa0e-4bed-b41b-bcea6fa348b1
dockerRepository: airbyte/source-exchange-rates
dockerImageTag: 0.2.4
dockerImageTag: 0.2.5
documentationUrl: https://docs.airbyte.io/integrations/sources/exchangeratesapi
icon: exchangeratesapi.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-exchange-rates:0.2.4"
- dockerImage: "airbyte/source-exchange-rates:0.2.5"
spec:
documentationUrl: "https://docs.airbyte.io/integrations/sources/exchangeratesapi"
connectionSpecification:
Expand Down Expand Up @@ -1129,6 +1129,10 @@
examples:
- "EUR"
- "USD"
ignore_weekends:
type: "boolean"
description: "Ignore weekends? (Exchanges don't run on weekends)"
default: true
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
Expand Down

0 comments on commit 30bde15

Please sign in to comment.