1
0
mirror of synced 2025-12-30 03:02:21 -05:00

connectors-insights: high-level error handling (#40253)

This commit is contained in:
Augustin
2024-06-25 16:09:24 +02:00
committed by GitHub
parent 851e39609d
commit 2ff62efafc
5 changed files with 34 additions and 21 deletions

View File

@@ -48,4 +48,4 @@ jobs:
run: echo "GOOGLE_APPLICATION_CREDENTIALS=$HOME/gcp-sa-key.json" >> $GITHUB_ENV
- name: Run connectors insights
run: |
poetry -C airbyte-ci/connectors/connectors_insights run connectors-insights generate --gcs-uri=gs://prod-airbyte-cloud-connector-metadata-service/connector_insights --connector-directory airbyte-integrations/connectors/ --concurrency 10 ${{ inputs.rewrite == true && '--rewrite' || ''}}
poetry -C airbyte-ci/connectors/connectors_insights run connectors-insights generate --gcs-uri=gs://prod-airbyte-cloud-connector-metadata-service/connector_insights --connector-directory airbyte-integrations/connectors/ --concurrency 10 ${{ inputs.rewrite == 'true' && '--rewrite' || ''}}