Skip to content

Commit

Permalink
Set fails_on_extra_columns to false. Adds missing fields for `cash_…
Browse files Browse the repository at this point in the history
…flows` and `bank_balances_intraday` streams.
  • Loading branch information
pnilan committed Feb 1, 2024
1 parent 58a6f51 commit a7d3104
Show file tree
Hide file tree
Showing 7 changed files with 113 additions and 112 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ acceptance_tests:
extra_fields: no
exact_order: no
extra_records: yes
fail_on_extra_columns: false
fail_on_extra_columns: true
incremental:
tests:
- config_path: "secrets/config.json"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"type": "object",
"additionalProperties": true,
"properties": {
"account": {
"type": ["object", "null"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"type": "object",
"additionalProperties": true,
"properties": {
"account": {
"type": ["object", "null"],
Expand All @@ -27,6 +26,9 @@
},
"currencyCode": {
"type": ["string", "null"]
},
"lastKnownBalanceDate": {
"type": ["string", "null"]
}
},
"title": "BK-BalanceModel"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"type": "object",
"additionalProperties": true,
"properties": {
"account": {
"type": ["object", "null"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"type": "object",
"additionalProperties": true,
"properties": {
"account": {
"type": ["object", "null"],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"type": "object",
"required": ["uuid", "account", "flowAmount", "flowCode", "status"],
"additionalProperties": true,
"properties": {
"uuid": {
"type": ["string", "null"]
Expand Down
Loading

0 comments on commit a7d3104

Please sign in to comment.