-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WT-7] Improve Taskfile and development flow (#17)
This PR seeks to improve the Taskfile easy setup path. In doing so, it removes SQLFluff temporarily until a path forward for using SQFluff and the dbt Cloud CLI can be resolved. SQLFluff's dbt templater need dbt-core to run, which eats the dbt bin in the virtual environment that would otherwise be the Cloud CLI. It's more important that this repo supports the Cloud CLI for the time being, so we're removing SQLFluff. SQL linting is still performed by pre-commit, as it installs isolated environments in which to run all its hooks, so SQL linting on commit as well as on demand via pre-commit commands is still available.
- Loading branch information
1 parent
ac611f0
commit 2eec48b
Showing
9 changed files
with
47 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ dbt_packages/ | |
logs/ | ||
|
||
.DS_Store | ||
|
||
.user.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
dbt~=1.0.0.36.0 | ||
pre-commit~=3.6.0 | ||
sqlfluff~=2.3.5 | ||
sqlfluff-templater-dbt~=2.3.5 |
Oops, something went wrong.