Skip to content

Commit

Permalink
Merge pull request #32 from kudryk/upgrade-to-1.6.x
Browse files Browse the repository at this point in the history
Upgrade to 1.6.x
  • Loading branch information
kudryk authored Jun 12, 2024
2 parents 0659305 + b3cfdcf commit 4a7e895
Show file tree
Hide file tree
Showing 450 changed files with 1,786 additions and 34,651 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/docs_deployment.yml

This file was deleted.

39 changes: 0 additions & 39 deletions .github/workflows/generate_typing.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/poetry_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install poetry
shell: bash
run: pip install poetry==1.2.*
run: pip install poetry==1.5.*

- name: Check poetry lock
working-directory: "projects/adapter"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install poetry
shell: bash
run: pip install poetry=="1.4.2"
run: pip install poetry=="1.5.0"

- name: Bump to publishing version
working-directory: ${{ env.PACKAGE_DIR }}
Expand Down
57 changes: 0 additions & 57 deletions .github/workflows/test_cli.yml

This file was deleted.

14 changes: 2 additions & 12 deletions .github/workflows/test_integration_adapter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
profile:
- postgres
dbt_version:
- "1.5.9"
- "1.6.16"
python:
- "3.8"
- "3.9"
Expand All @@ -44,7 +44,7 @@ jobs:
path: "fal"

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

Expand All @@ -70,11 +70,6 @@ jobs:
EXTRAS="$EXTRAS,teleport"
fi
if [[ '${{ matrix.cloud }}' == 'true' ]]
then
EXTRAS="$EXTRAS,cloud"
fi
DBT_FAL_PACKAGE=".[$EXTRAS]"
echo "pip install $ADAPTER_PACKAGE -e $DBT_FAL_PACKAGE"
Expand Down Expand Up @@ -106,11 +101,6 @@ jobs:
BEHAVE_TAGS="$BEHAVE_TAGS --tags=-teleport"
fi
if [[ '${{ matrix.cloud }}' != 'true' ]]
then
BEHAVE_TAGS="$BEHAVE_TAGS --tags=-cloud"
fi
if [[ -z "${GITHUB_HEAD_REF}" ]]
then
export FAL_GITHUB_BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}
Expand Down
Loading

0 comments on commit 4a7e895

Please sign in to comment.