Files
sqlfluff/plugins/sqlfluff-templater-dbt/test/fixtures/dbt/profiles.yml
Barry Pollard 3c56e20cbb Add yamllint to project (#2162)
* Add yamllint checks

* Update to ture/false instead of True/False

* Reinstate all rules

* Extend default

* Add ignore direcotries
2021-12-21 20:00:41 +00:00

16 lines
256 B
YAML

default:
target: dev
outputs:
dev:
type: postgres
host: localhost
user: alice
pass: <password>
port: 5432
dbname: jaffle_shop
schema: dbt_alice
threads: 4
config:
send_anonymous_usage_stats: false