diff --git a/airbyte-integrations/connectors/source-commcare/source_commcare/source.py b/airbyte-integrations/connectors/source-commcare/source_commcare/source.py index f06d7422772b..d3a7bf9f87a5 100644 --- a/airbyte-integrations/connectors/source-commcare/source_commcare/source.py +++ b/airbyte-integrations/connectors/source-commcare/source_commcare/source.py @@ -260,6 +260,7 @@ def request_params( "order_by": "indexed_on", "limit": "1000", "xmlns": self.xmlns, + "include_archived": True, } if next_page_token: params.update(next_page_token)