You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I can't reliably repro this, but sometimes running sqlfmt on a dbt project produces the different numbers of files in the output:
(dbt-Jui2apcR-py3.8) tco@bros-gold:~/dbt/proj$ sqlfmt .
79 files left unchanged.
(dbt-Jui2apcR-py3.8) tco@bros-gold:~/dbt/proj$ sqlfmt .
53 files left unchanged.
This doesn't actually seem like it has anything to do with the cache, as adding -k to either invocation doesn't change things. It might be related to git operations somehow?
To Reproduce
Not sure; create a dbt project, add a config file with the recommended excludes, and use sqlfmt a lot...
Describe the bug
I can't reliably repro this, but sometimes running sqlfmt on a dbt project produces the different numbers of files in the output:
This doesn't actually seem like it has anything to do with the cache, as adding
-k
to either invocation doesn't change things. It might be related to git operations somehow?To Reproduce
Not sure; create a dbt project, add a config file with the recommended excludes, and use sqlfmt a lot...
Expected behavior
The same count of files every time.
Actual behavior
Randomly different counts, up to 2x the expected count of files.
Additional context
What is the output of
sqlfmt --version
? v0.18.0, been happening for a few versions, though.The text was updated successfully, but these errors were encountered: