Skip to content

Commit 6ba462d

Browse files
authored
include_archived = True
Signed-off-by: Rohit K. Chatterjee <[email protected]>
1 parent 1581499 commit 6ba462d

File tree

1 file changed

+1
-0
lines changed
  • airbyte-integrations/connectors/source-commcare/source_commcare

1 file changed

+1
-0
lines changed

airbyte-integrations/connectors/source-commcare/source_commcare/source.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ def request_params(
279279
"indexed_on_start": ix.strftime(self.dateformat_for_query),
280280
"order_by": "indexed_on",
281281
"limit": "1000",
282+
"include_archived": True,
282283
"xmlns": self.xmlns,
283284
}
284285
if next_page_token:

0 commit comments

Comments
 (0)