Skip to content

Commit 4a7e895

Browse files
authored
Merge pull request #32 from kudryk/upgrade-to-1.6.x
Upgrade to 1.6.x
2 parents 0659305 + b3cfdcf commit 4a7e895

450 files changed

Lines changed: 1786 additions & 34651 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs_deployment.yml

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

.github/workflows/generate_typing.yml

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

.github/workflows/poetry_lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install poetry
3333
shell: bash
34-
run: pip install poetry==1.2.*
34+
run: pip install poetry==1.5.*
3535

3636
- name: Check poetry lock
3737
working-directory: "projects/adapter"

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Install poetry
6161
shell: bash
62-
run: pip install poetry=="1.4.2"
62+
run: pip install poetry=="1.5.0"
6363

6464
- name: Bump to publishing version
6565
working-directory: ${{ env.PACKAGE_DIR }}

.github/workflows/test_cli.yml

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

.github/workflows/test_integration_adapter.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
profile:
2828
- postgres
2929
dbt_version:
30-
- "1.5.9"
30+
- "1.6.16"
3131
python:
3232
- "3.8"
3333
- "3.9"
@@ -44,7 +44,7 @@ jobs:
4444
path: "fal"
4545

4646
- name: Start Docker database
47-
working-directory: fal/projects/adapter/cli_tests
47+
working-directory: fal/projects/adapter/integration_tests
4848
if: contains(fromJSON('["postgres"]'), matrix.profile)
4949
run: docker-compose up -d
5050

@@ -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/}}

0 commit comments

Comments
 (0)