I am doing the DBT hello world tutorial found here, and I have created my first project on a windows machine. My profiles.yml
file looks like this:
my-bigquery-db:
target: dev
outputs:
dev:
type: bigquery
method: service-account
project: abiding-operand-286102
dataset: xxxDBTtestO1
threads: 1
keyfile: C:\Users\xxx\.dbt\abiding-operand-286102-ed9e3c9c13cd.json
timeout_seconds: 300
when I execute dbt run
I get:
Running with dbt=0.17.2 Encountered an error while reading profiles: ERROR Runtime Error
dbt encountered an error while trying to read your profiles.yml file.
Profile my-bigquery-db in profiles.yml is empty
Defined profiles:
- my-bigquery-db
- target
- outputs
- dev
- type
- method
- project
- dataset
- threads
- keyfile
- timeout_seconds
Any idea?