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
Currently there are inconsistencies in the SQL scripts styles used (e.g. trailing vs leading commas). It's unclear if this is because the check was ignored when the files were amended, or if the check isn't working.
How to reproduce
Example leading commas - models/dim_dbt__current_models.sql
Example trailing commas - models/staging/stg_dbt__models.sql
Expected behaviour
All files to have consistent formatting.
Screenshots
Environment
Results of running dbt --version:
# Add the results here
Please paste the contents of your packages.yml file here:
packages:
...
The text was updated successfully, but these errors were encountered:
Overview
Currently there are inconsistencies in the SQL scripts styles used (e.g. trailing vs leading commas). It's unclear if this is because the check was ignored when the files were amended, or if the check isn't working.
How to reproduce
models/dim_dbt__current_models.sql
models/staging/stg_dbt__models.sql
Expected behaviour
All files to have consistent formatting.
Screenshots
Environment
Results of running
dbt --version
:# Add the results here
Please paste the contents of your
packages.yml
file here:The text was updated successfully, but these errors were encountered: