diff --git a/airbyte-integrations/connectors/source-coda/source_coda/manifest.yaml b/airbyte-integrations/connectors/source-coda/source_coda/manifest.yaml index 2cae1c1e38f7..337e3b4e0fb4 100644 --- a/airbyte-integrations/connectors/source-coda/source_coda/manifest.yaml +++ b/airbyte-integrations/connectors/source-coda/source_coda/manifest.yaml @@ -53,7 +53,7 @@ definitions: type: "DefaultPaginator" pagination_strategy: type: "CursorPagination" - cursor_value: "{{ last_records['href'] }}" + cursor_value: "{{ last_record['href'] }}" page_token_option: type: "RequestPath" field_name: "from" diff --git a/airbyte-integrations/connectors/source-datadog/source_datadog/manifest.yaml b/airbyte-integrations/connectors/source-datadog/source_datadog/manifest.yaml index f4d0c397be67..a302ba2e63f8 100644 --- a/airbyte-integrations/connectors/source-datadog/source_datadog/manifest.yaml +++ b/airbyte-integrations/connectors/source-datadog/source_datadog/manifest.yaml @@ -55,7 +55,7 @@ definitions: type: "DefaultPaginator" pagination_strategy: type: "CursorPagination" - cursor_value: "{{ last_records['meta', 'pagination', 'next_offset'] }}" + cursor_value: "{{ last_record['meta', 'pagination', 'next_offset'] }}" page_token_option: type: "RequestPath" field_name: "page[offset]" @@ -65,7 +65,7 @@ definitions: type: "DefaultPaginator" pagination_strategy: type: "CursorPagination" - cursor_value: "{{ last_records['meta', 'page', 'after'] }}" + cursor_value: "{{ last_record['meta', 'page', 'after'] }}" page_token_option: type: "RequestPath" field_name: "page[cursor]" diff --git a/airbyte-integrations/connectors/source-drift/setup.py b/airbyte-integrations/connectors/source-drift/setup.py index 7e6632fa4725..b96b1dc076f9 100644 --- a/airbyte-integrations/connectors/source-drift/setup.py +++ b/airbyte-integrations/connectors/source-drift/setup.py @@ -12,7 +12,6 @@ TEST_REQUIREMENTS = [ "pytest~=6.2", "pytest-mock~=3.6.1", - "connector-acceptance-test", ] setup( diff --git a/airbyte-integrations/connectors/source-drift/source_drift/manifest.yaml b/airbyte-integrations/connectors/source-drift/source_drift/manifest.yaml index 20f05d3ebed3..cdbbd61d9b58 100644 --- a/airbyte-integrations/connectors/source-drift/source_drift/manifest.yaml +++ b/airbyte-integrations/connectors/source-drift/source_drift/manifest.yaml @@ -33,7 +33,7 @@ definitions: type: "DefaultPaginator" pagination_strategy: type: "CursorPagination" - cursor_value: "{{ last_records['next'] }}" + cursor_value: "{{ last_record['next'] }}" page_token_option: type: "RequestPath" field_name: "page_token" diff --git a/airbyte-integrations/connectors/source-gainsight-px/source_gainsight_px/manifest.yaml b/airbyte-integrations/connectors/source-gainsight-px/source_gainsight_px/manifest.yaml index c940f484eb36..add2abba9f20 100644 --- a/airbyte-integrations/connectors/source-gainsight-px/source_gainsight_px/manifest.yaml +++ b/airbyte-integrations/connectors/source-gainsight-px/source_gainsight_px/manifest.yaml @@ -28,7 +28,7 @@ definitions: type: "DefaultPaginator" pagination_strategy: type: "CursorPagination" - cursor_value: "{{ last_records[-1]['scrollId'] }}" + cursor_value: "{{ last_record['scrollId'] }}" page_size: 5 page_token_option: type: "RequestPath" diff --git a/airbyte-integrations/connectors/source-mailgun/source_mailgun/manifest.yaml b/airbyte-integrations/connectors/source-mailgun/source_mailgun/manifest.yaml index ec95d47218d0..55596751d88b 100644 --- a/airbyte-integrations/connectors/source-mailgun/source_mailgun/manifest.yaml +++ b/airbyte-integrations/connectors/source-mailgun/source_mailgun/manifest.yaml @@ -39,7 +39,7 @@ definitions: type: "DefaultPaginator" pagination_strategy: type: "CursorPagination" - cursor_value: "{{ last_records['paging', 'next'] }}" + cursor_value: "{{ last_record['paging', 'next'] }}" page_token_option: type: "RequestPath" field_name: "from" diff --git a/airbyte-integrations/connectors/source-partnerstack/source_partnerstack/manifest.yaml b/airbyte-integrations/connectors/source-partnerstack/source_partnerstack/manifest.yaml index 31f5b6975ccd..55514abff0ba 100644 --- a/airbyte-integrations/connectors/source-partnerstack/source_partnerstack/manifest.yaml +++ b/airbyte-integrations/connectors/source-partnerstack/source_partnerstack/manifest.yaml @@ -24,7 +24,7 @@ definitions: type: DefaultPaginator pagination_strategy: type: "CursorPagination" - cursor_value: "{{ last_records[-1]['key'] }}" + cursor_value: "{{ last_record['key'] }}" stop_condition: "{{ response.data.has_more is false }}" page_size: 250 page_size_option: