-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorporate only used connectors into main codebase (#1178)
- Loading branch information
Showing
555 changed files
with
72,654 additions
and
4,791 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -271,44 +271,3 @@ jobs: | |
-e TAP_S3_CSV_AWS_SECRET_ACCESS_KEY=$TAP_S3_CSV_AWS_SECRET_ACCESS_KEY \ | ||
-e TAP_S3_CSV_BUCKET=$TAP_S3_CSV_BUCKET \ | ||
pipelinewise_dev pytest tests/end_to_end/target_snowflake/tap_mongodb -vx --timer-top-n 10 | ||
e2e_tests_other_targets: | ||
runs-on: ubuntu-20.04 | ||
environment: ci_tests | ||
|
||
steps: | ||
- name: Checking out repo | ||
uses: actions/[email protected] | ||
|
||
- name: Check if python changes are present | ||
id: check | ||
env: | ||
GITHUB_REPO: ${{ github.repository }} | ||
PR_NUMBER: ${{ github.event.pull_request.number }} | ||
continue-on-error: true | ||
run: ./scripts/ci_check_no_file_changes.sh python | ||
|
||
- name: Setup test containers | ||
if: steps.check.outcome == 'failure' | ||
run: | | ||
cp dev-project/.env.template dev-project/.env | ||
docker compose -f dev-project/docker-compose.yml up -d | ||
- name: Wait for test containers to be ready | ||
if: steps.check.outcome == 'failure' | ||
timeout-minutes: 5 | ||
run: | | ||
until docker logs pipelinewise_dev | grep "PipelineWise Dev environment is ready" | ||
do | ||
echo 'Sleeping for 10s'; | ||
sleep 10; | ||
done | ||
- name: Run target bigquery and redshift end-to-end tests | ||
if: steps.check.outcome == 'failure' | ||
run: | | ||
docker exec -t \ | ||
-e TAP_S3_CSV_AWS_KEY=$TAP_S3_CSV_AWS_KEY \ | ||
-e TAP_S3_CSV_AWS_SECRET_ACCESS_KEY=$TAP_S3_CSV_AWS_SECRET_ACCESS_KEY \ | ||
-e TAP_S3_CSV_BUCKET=$TAP_S3_CSV_BUCKET \ | ||
pipelinewise_dev pytest tests/end_to_end -vx --ignore=tests/end_to_end/test_target_postgres.py --ignore=tests/end_to_end/target_snowflake --timer-top-n 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.