Fausto
10/26/2021, 10:49 PM[DEPRECATED] Marcos Marx
Fausto
10/27/2021, 9:19 AMHarshith (Airbyte)
Basic normalisation
and No Normalisation
work without the custom normalisation ? If so do you mind running just the Custom DBT seperately and check if it doing good ? Is that something worth trying ?Fausto
10/29/2021, 2:35 PMdocker cp airbyte-server:/tmp/workspace/$NORMALIZE_WORKSPACE/normalize/ $TUTORIAL_DIR/normalization-files
.
Then, I removed the profiles.yml file, and changed the dbt_module path inside the dbt_project.yml to "../dbt_models" as you suggested.
After this step, I modified the connection to "RAW DATA" and added both steps (deps and run command) linked to my private repository.
i tried to run this command docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/16/0/transform --network host --log-driver none --entrypoint /bin/bash fishtownanalytics/dbt:0.19.1 entrypoint.sh deps
and I get this:
Running from /data/16/0/transform/git_repo
detected no config file for ssh, assuming ssh is off.
Running: dbt deps --profiles-dir=/data/16/0/transform --project-dir=/data/16/0/transform/git_repo
Running with dbt=0.19.1
Encountered an error while reading the project:
ERROR: Runtime Error
at path []: Additional properties are not allowed ('dispatch' was unexpected)
Error encountered in /data/16/0/transform/git_repo/dbt_project.yml
Encountered an error:
Runtime Error
Could not run dbt
Do I have to change the dbt_project.yml in something different?
I hope I explained myself clearly 🙂
Thank you so much![DEPRECATED] Marcos Marx
Fausto
11/01/2021, 6:08 PM