Skip to content

Commit

Permalink
adding
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Thakur committed Dec 20, 2023
1 parent 91799bc commit 51923e1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/vertica-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,27 @@ jobs:
run: python -m pytest tests/functional/adapter/utils/test_concat.py
- name: Test Data Type Int
run: python -m pytest tests/functional/adapter/utils/data_type/
- name: Test Last Relation Modified
run: python -m pytest tests/functional/adapter/test_get_last_relation_modified.py
- name: Test Relation Caching
run: python -m pytest tests/functional/adapter/test_list_relations_without_caching.py
- name: Test Store test Failure
run: python -m pytest tests/functional/adapter/store_test_failures_tests/test_store_test_failures.py
- name: Test Date Spine
run: python -m pytest tests/functional/adapter/utils/test_date_spine.py
- name: Test DBT Show
run: python -m pytest tests/functional/adapter/dbt-show/test_dbt_show.py
- name: Test DBT Clone
run: python -m pytest tests/functional/adapter/dbt_clone/
- name: Test Seeds
run: python -m pytest tests/functional/adapter/seeds/test_seeds.py










Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ def _get_dbt_core_version():
]
},
install_requires=[
'dbt-core==1.7.0',
'dbt-core==1.7.3',
# "dbt-core~={}".format(dbt_core_version),
'vertica-python>=1.1.0',
'dbt-tests-adapter==1.7.0',
'dbt-tests-adapter==1.7.3',
'python-dotenv==0.21.1',
],
classifiers=[
Expand Down

0 comments on commit 51923e1

Please sign in to comment.