Skip to content

Commit

Permalink
Merge pull request #41 from kudryk/v1.7.17
Browse files Browse the repository at this point in the history
V1.7.17
  • Loading branch information
kudryk authored Jun 17, 2024
2 parents b8cbaa3 + 444865f commit 0a29168
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 76 deletions.
69 changes: 0 additions & 69 deletions .github/actions/setup-local-fal/action.yml

This file was deleted.

8 changes: 6 additions & 2 deletions .github/workflows/test_integration_adapter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
with:
path: "fal"

- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

- name: Start Docker database
working-directory: fal/projects/adapter/integration_tests
if: contains(fromJSON('["postgres"]'), matrix.profile)
Expand Down Expand Up @@ -76,9 +80,9 @@ jobs:
pip install $ADAPTER_PACKAGE -e $DBT_FAL_PACKAGE
popd
- name: Setup behave
- name: Install requirements
working-directory: fal/projects/adapter/integration_tests
run: pip install behave
run: pip install -r requirements-dev.txt

- name: Run tests
id: test_run
Expand Down
2 changes: 2 additions & 0 deletions projects/adapter/integration_tests/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
behave
PyYAML
9 changes: 5 additions & 4 deletions projects/adapter/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion projects/adapter/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-postgres-python"
version = "1.7.16a1"
version = "1.7.17a1"
description = "Run python scripts from any dbt project. This project is based on the project https://github.com/fal-ai/fal initially authored by FAL.AI."
readme = "README.md"
homepage = "https://github.com/kudryk/dbt-postgres-python"
Expand All @@ -19,6 +19,7 @@ classifiers = [
python = "^3.8"
dbt-core = ">=1.7,<=1.7.16"
pandas = "^1.5.3"
numpy = "<2"

## Environment management related dependencies
virtualenv = "^20.21.1"
Expand Down

0 comments on commit 0a29168

Please sign in to comment.