From 97c0e2990e29a3c894975f4018533614fc5a65e1 Mon Sep 17 00:00:00 2001 From: Hassan Syyid Date: Mon, 1 Apr 2024 10:03:16 -0400 Subject: [PATCH] Expose transactions stream --- tap_restaurant365/tap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tap_restaurant365/tap.py b/tap_restaurant365/tap.py index 57b0d30..cbdcc80 100644 --- a/tap_restaurant365/tap.py +++ b/tap_restaurant365/tap.py @@ -65,6 +65,7 @@ def discover_streams(self) -> list[streams.Restaurant365Stream]: streams.CreditMemosStream(self), streams.BankExpensesStream(self), streams.StockCountStream(self), + streams.TransactionsStream(self), streams.TransactionDetailsStream(self), ]