diff --git a/.github/workflows/connectors.yml b/.github/workflows/connectors.yml index 5231b1f6cd95..51295a230db7 100644 --- a/.github/workflows/connectors.yml +++ b/.github/workflows/connectors.yml @@ -12,13 +12,13 @@ jobs: outputs: atf_modified: ${{ steps.filter.outputs.atf }} steps: - - uses: actions/checkout@v2 - - uses: dorny/paths-filter@v2 - id: filter - with: - filters: | - atf: - - 'airbyte-to-flow/**' + - uses: actions/checkout@v2 + - uses: dorny/paths-filter@v2 + id: filter + with: + filters: | + atf: + - 'airbyte-to-flow/**' airbyte_to_flow: runs-on: ubuntu-20.04 @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false - + needs: paths-filter steps: @@ -166,7 +166,6 @@ jobs: - name: source-braze - name: source-netsuite - name: source-jira - - name: source-dynamodb - name: source-bigquery - name: source-woocommerce - name: source-amazon-sqs diff --git a/airbyte-integrations/connectors/source-dynamodb/Dockerfile b/airbyte-integrations/connectors/source-dynamodb/Dockerfile deleted file mode 100644 index c863da16227f..000000000000 --- a/airbyte-integrations/connectors/source-dynamodb/Dockerfile +++ /dev/null @@ -1,16 +0,0 @@ -ARG AIRBYTE_TO_FLOW_TAG="dev" -FROM ghcr.io/estuary/airbyte-to-flow:$AIRBYTE_TO_FLOW_TAG as airbyte-to-flow - -FROM airbyte/source-dynamodb:0.1.2 - -COPY --from=airbyte-to-flow /airbyte-to-flow ./ -ENTRYPOINT ["/airbyte/airbyte-to-flow", "--connector-entrypoint", "/airbyte/base.sh"] - -COPY *.json ./ -COPY streams/* ./streams/ - -LABEL io.airbyte.version=v1 -LABEL io.airbyte.name=airbyte/source-dynamodb -LABEL FLOW_RUNTIME_PROTOCOL=capture -LABEL CONNECTOR_PROTOCOL=flow-capture -LABEL FLOW_RUNTIME_CODEC=json diff --git a/airbyte-integrations/connectors/source-dynamodb/documentation_url.patch.json b/airbyte-integrations/connectors/source-dynamodb/documentation_url.patch.json deleted file mode 100644 index 9fe751e36eb0..000000000000 --- a/airbyte-integrations/connectors/source-dynamodb/documentation_url.patch.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "documentation_url": "https://go.estuary.dev/source-dynamodb" -} diff --git a/airbyte-integrations/connectors/source-dynamodb/oauth2.patch.json b/airbyte-integrations/connectors/source-dynamodb/oauth2.patch.json deleted file mode 100644 index 793747d39731..000000000000 --- a/airbyte-integrations/connectors/source-dynamodb/oauth2.patch.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "provider": "", - "authUrlTemplate": "", - "accessTokenUrlTemplate": "", - "accessTokenBody": "", - "accessTokenHeaders": {}, - "accessTokenResponseMap": {} -} diff --git a/airbyte-integrations/connectors/source-dynamodb/spec.patch.json b/airbyte-integrations/connectors/source-dynamodb/spec.patch.json deleted file mode 100644 index 2e30f3a12ba1..000000000000 --- a/airbyte-integrations/connectors/source-dynamodb/spec.patch.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "properties": { - "access_key_id": { - "order": 1, - "description": "The Access Key ID to access DynamoDB. These credentials require read permissions to the database." - }, - "secret_access_key": { - "order": 2, - "description": "The Secret Access Key to access DynamoDB." - }, - "region": { - "order": 3 - } - }, - "required": [ - "access_key_id", - "secret_access_key", - "region" - ] -} diff --git a/airbyte-integrations/connectors/source-dynamodb/streams/.keep b/airbyte-integrations/connectors/source-dynamodb/streams/.keep deleted file mode 100644 index e69de29bb2d1..000000000000