Skip to content

Commit

Permalink
Add path property to OrdersStream (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
butkeraites-hotglue authored Jan 8, 2025
1 parent cb89fb3 commit d336d93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tap_flowpay_universal/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ class OrdersStream(FlowpayUniversalStream):
records_jsonpath = "$.[*]"
replication_key = "updatedAt"

@property
def path(self):
return self.config.get("orders_path")

schema = th.PropertiesList(
th.Property("id",th.StringType),
Expand Down

0 comments on commit d336d93

Please sign in to comment.