-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Source Recharge: change cursor_field from created_at on updated_at (#…
…6149) * Source Recharge: change cursor_field from created_at on updated_at
- Loading branch information
1 parent
58b6a1b
commit 76140b5
Showing
11 changed files
with
55 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
airbyte-integrations/connectors/source-recharge/integration_tests/abnormal_state.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"addresses": { | ||
"created_at": "2050-05-18T00:00:00" | ||
"updated_at": "2050-05-18T00:00:00" | ||
}, | ||
"charges": { | ||
"created_at": "2050-05-18T00:00:00" | ||
"updated_at": "2050-05-18T00:00:00" | ||
}, | ||
"customers": { | ||
"created_at": "2050-05-18T00:00:00" | ||
"updated_at": "2050-05-18T00:00:00" | ||
}, | ||
"discounts": { | ||
"created_at": "2050-05-18T00:00:00" | ||
"updated_at": "2050-05-18T00:00:00" | ||
}, | ||
"onetimes": { | ||
"created_at": "2050-05-18T00:00:00" | ||
"updated_at": "2050-05-18T00:00:00" | ||
}, | ||
"orders": { | ||
"created_at": "2050-05-18T00:00:00" | ||
"updated_at": "2050-05-18T00:00:00" | ||
}, | ||
"subscriptions": { | ||
"created_at": "2050-05-18T00:00:00" | ||
"updated_at": "2050-05-18T00:00:00" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
airbyte-integrations/connectors/source-recharge/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-e ../../bases/source-acceptance-test | ||
-e . |
14 changes: 7 additions & 7 deletions
14
airbyte-integrations/connectors/source-recharge/sample_files/sample_state.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"addresses": { | ||
"created_at": "2021-04-02T00:00:00" | ||
"updated_at": "2021-04-02T00:00:00" | ||
}, | ||
"charges": { | ||
"created_at": "2021-04-02T00:00:00" | ||
"updated_at": "2021-04-02T00:00:00" | ||
}, | ||
"customers": { | ||
"created_at": "2021-04-02T00:00:00" | ||
"updated_at": "2021-04-02T00:00:00" | ||
}, | ||
"discounts": { | ||
"created_at": "2021-04-02T00:00:00" | ||
"updated_at": "2021-04-02T00:00:00" | ||
}, | ||
"onetimes": { | ||
"created_at": "2021-04-02T00:00:00" | ||
"updated_at": "2021-04-02T00:00:00" | ||
}, | ||
"orders": { | ||
"created_at": "2021-04-02T00:00:00" | ||
"updated_at": "2021-04-02T00:00:00" | ||
}, | ||
"subscriptions": { | ||
"created_at": "2021-04-02T00:00:00" | ||
"updated_at": "2021-04-02T00:00:00" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters