Skip to content

Commit

Permalink
Integrate sqlfluff as dbt cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Sep 9, 2024
1 parent e6613fc commit f845772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
include_package_data=True,
license="Apache License 2.0",
test_suite='tests',
install_requires=["dbt-duckdb>=1.6"],
install_requires=["dbt-duckdb>=1.6", "sqlfluff", "sqlfluff-templater-dbt"],
extras_require={
"airflow": ["apache-airflow"],
"test": ["testcontainers>=3.7,<4.9"],
Expand Down

0 comments on commit f845772

Please sign in to comment.