Spaces:
Running
Running
Jon Solow
commited on
Commit
·
adae098
1
Parent(s):
bf943a6
Fix profiles.yml and ignore user.yml
Browse files
.gitignore
CHANGED
|
@@ -166,3 +166,4 @@ secrets.toml
|
|
| 166 |
*.ipynb
|
| 167 |
|
| 168 |
*.duckdb
|
|
|
|
|
|
| 166 |
*.ipynb
|
| 167 |
|
| 168 |
*.duckdb
|
| 169 |
+
.user.yml
|
src/{profile.yml → dbt_yfdash/profiles.yml}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
outputs:
|
| 3 |
dev:
|
| 4 |
type: duckdb
|
|
|
|
| 1 |
+
dbt_yfdash:
|
| 2 |
outputs:
|
| 3 |
dev:
|
| 4 |
type: duckdb
|