Keshav Agarwal
02/24/2022, 4:06 AMdocker run --rm -i -v airbyte_workspace:/data -w /data/$NORMALIZE_WORKSPACE/normalize --network host --entrypoint /usr/local/bin/dbt airbyte/normalization debug --profiles-dir=. --project-dir=.
I get
Running with dbt=0.21.1
dbt version: 0.21.1
python version: 3.8.12
python path: /usr/local/bin/python
os info: Linux-5.4.0-99-generic-x86_64-with-glibc2.2.5
Using profiles.yml file at /data/38450/0/normalize/profiles.yml
Using dbt_project.yml file at /data/38450/0/normalize/dbt_project.yml
Configuration:
profiles.yml file [ERROR invalid]
dbt_project.yml file [OK found and valid]
Required dependencies:
- git [OK found]
1 check failed:
Profile loading failed for the following reason:
Runtime Error
Credentials in profile "normalize", target "prod" invalid: Runtime Error
Could not find adapter type clickhouse!
Anything that can I do?Pras
02/24/2022, 8:17 AMNaveen Sai Patnana
02/28/2022, 8:53 AM