Skip to content

Commit

Permalink
Define Bank summary as a full sync since the start_date on the config
Browse files Browse the repository at this point in the history
  • Loading branch information
butkeraites-hotglue committed Oct 24, 2024
1 parent 1c6b0b2 commit d668173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_xero/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,6 @@ def sync(self, ctx):
ReportStream("reports_profit_and_loss", ["from_date"], bookmark_key="to_date"),
ReportStream("reports_balance_sheet", ["from_date"], bookmark_key="to_date"),
ReportStream("budgets", ["from_date"], bookmark_key="to_date"),
ReportStream("reports_bank_summary", ["from_date"], bookmark_key="to_date"),
ReportStream("reports_bank_summary", ["from_date"]),
]
all_stream_ids = [s.tap_stream_id for s in all_streams]

0 comments on commit d668173

Please sign in to comment.