https://linen.dev logo
k

Keshav Agarwal

02/24/2022, 4:06 AM
and for https://docs.airbyte.com/operator-guides/transformation-and-normalization/transformations-with-dbt#validate-dbt-project-settings when I execute
docker 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
Copy code
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?
How are you running Airbyte? K8s/Docker?
I would suggest you to exec into server and check if the folders exist.
p

Pras

02/24/2022, 8:17 AM
docker, checked directly in the container too - those folders dont exist
Did you exec into airbyte_scheduler and check in tmp/workspace ?
What do you see in this folder?
n

Naveen Sai Patnana

02/28/2022, 8:53 AM
Running airbyte using docker /tmp/workspace/39438/0 build destination_catalog.json destination_config.json nput_state.json logs logs.log normalize source_catalog.json source_config.json in normalize folder I see README.md dbt_project.yml destination_catalog.json destination_config.json macros models packages.yml profiles.yml
3 Views