Skip to content

Commit e9f7099

Browse files
committed
Remove unsupported platforms and unneeded libraries.
1 parent e252b96 commit e9f7099

11 files changed

Lines changed: 0 additions & 232 deletions

File tree

.github/workflows/test_integration_adapter.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ jobs:
7070
EXTRAS="$EXTRAS,teleport"
7171
fi
7272
73-
if [[ '${{ matrix.cloud }}' == 'true' ]]
74-
then
75-
EXTRAS="$EXTRAS,cloud"
76-
fi
77-
7873
DBT_FAL_PACKAGE=".[$EXTRAS]"
7974
8075
echo "pip install $ADAPTER_PACKAGE -e $DBT_FAL_PACKAGE"
@@ -106,11 +101,6 @@ jobs:
106101
BEHAVE_TAGS="$BEHAVE_TAGS --tags=-teleport"
107102
fi
108103
109-
if [[ '${{ matrix.cloud }}' != 'true' ]]
110-
then
111-
BEHAVE_TAGS="$BEHAVE_TAGS --tags=-cloud"
112-
fi
113-
114104
if [[ -z "${GITHUB_HEAD_REF}" ]]
115105
then
116106
export FAL_GITHUB_BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}

projects/adapter/integration_tests/configs/sqlserver/docker-compose.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

projects/adapter/integration_tests/configs/trino/catalog/postgresql.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

projects/adapter/integration_tests/configs/trino/docker-compose.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

projects/adapter/integration_tests/profiles/athena/profiles.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

projects/adapter/integration_tests/profiles/bigquery/profiles.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

projects/adapter/integration_tests/profiles/duckdb/profiles.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

projects/adapter/integration_tests/profiles/snowflake/profiles.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

projects/adapter/integration_tests/profiles/sqlserver/profiles.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

projects/adapter/integration_tests/profiles/trino/profiles.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)