Skip to content

Commit

Permalink
Merge pull request #174 from Insight-Services-APAC/feature/issue172-d…
Browse files Browse the repository at this point in the history
…btversion

Add DBT Version to Requirement.txt and Setup.py
  • Loading branch information
annstephyjose authored Aug 23, 2024
2 parents 105b8c5 + 5f73de8 commit 68d5369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sqlparse>=0.4.2
dbt-fabricspark
dbt-fabricspark==1.7.0rc1
nbformat
types-PyYAML
types-python-dateutil
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _get_dbt_core_version():


package_name = "dbt-fabricsparknb"
package_version = "1.7.0"
package_version = "1.7.7"
dbt_core_version = _get_dbt_core_version()
print(f"printing version --------- {dbt_core_version}")
description = """The Apache Spark adapter plugin for dbt"""
Expand All @@ -70,7 +70,7 @@ def _get_dbt_core_version():
include_package_data=True,
install_requires=[ ##ensure this aligns to requirements.txt in project
"sqlparse>=0.4.2",
"dbt-fabricspark",
"dbt-fabricspark==1.7.0rc1",
"nbformat",
"types-PyYAML",
"types-python-dateutil",
Expand Down

0 comments on commit 68d5369

Please sign in to comment.