We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9218dff commit ba8345bCopy full SHA for ba8345b
_data/taps/schemas/square/v2/square-v2-tables.yml
@@ -137,8 +137,7 @@ tables:
137
api-method: https://developer.squareup.com/reference/square/payments-api/list-payments
138
table-details:
139
replication-method: Key-based Incremental
140
- replication-key: updated_at
141
- second-replication-key: created_at
+ replication-key: updated_at,created_at
142
- name: payouts
143
description: The `{{ table.name }}` table contains information about all payouts
144
made in {{ integration.display_name }}.
0 commit comments