File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -76,15 +76,17 @@ jobs:
76
76
cdk_extra : file-based
77
77
- connector : destination-motherduck
78
78
cdk_extra : sql
79
- - connector : source-zendesk-support
80
- cdk_extra : n/a
81
79
- connector : source-amplitude
82
80
cdk_extra : n/a
83
81
- connector : source-intercom
84
82
cdk_extra : n/a
85
83
- connector : source-pokeapi
86
84
cdk_extra : n/a
87
85
86
+ # CDK Tests cannot build the Connector object (constructor args not optional).
87
+ # - connector: source-zendesk-support
88
+ # cdk_extra: n/a
89
+
88
90
name : " ${{ needs.cdk_changes.outputs[matrix.cdk_extra] == 'false' && 'Skipped Check' || 'Check' }}: ${{matrix.connector}}"
89
91
if : needs.cdk_changes.outputs['src'] == 'true'
90
92
permissions :
@@ -196,15 +198,6 @@ jobs:
196
198
run : |
197
199
poetry run airbyte-cdk connector test ${{ matrix.connector }}
198
200
199
- - name : Test Connector using Dev CDK [Python Connectors]
200
- if : env.CONNECTOR_LANGUAGE == 'python'
201
- working-directory : airbyte/airbyte-integrations/connectors/${{ matrix.connector }}
202
- env :
203
- GCP_GSM_CREDENTIALS : ${{ secrets.GCP_GSM_CREDENTIALS }}
204
- POETRY_DYNAMIC_VERSIONING_BYPASS : " 0.0.0"
205
- run : |
206
- poetry run airbyte-cdk connector test
207
-
208
201
- name : Container Build and Test [All Connectors]
209
202
if : steps.no_changes.outputs.status != 'cancelled'
210
203
working-directory : airbyte-python-cdk
You can’t perform that action at this time.
0 commit comments