Alberto Costa
02/09/2021, 3:00 PMChris (deprecated profile)
Chris (deprecated profile)
Chris (deprecated profile)
Alberto Costa
02/09/2021, 3:08 PMChris (deprecated profile)
Alberto Costa
02/09/2021, 3:10 PMAlberto Costa
02/09/2021, 4:42 PMAlberto Costa
02/09/2021, 4:42 PMAlberto Costa
02/09/2021, 4:43 PMChris (deprecated profile)
airbyte-integrations/bases/base-normalization/normalization/transform_catalog/transform.py but i am currently heavily re-working it to handle nested objectsAlberto Costa
02/10/2021, 11:39 AMdocker run --rm -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/50/0/normalize --network host airbyte/normalization:0.1.10 run --integration-type snowflake --config target_config.json --catalog catalog.json
i get Error: No such container: airbyte/normalization:0.1.10
and in fact if i do docker container ls it looks like the container is not thereChris (deprecated profile)
if i doIt should be:it looks like the container is not theredocker container ls
docker images airbyte/normalization ?Alberto Costa
02/10/2021, 11:41 AMAlberto Costa
02/10/2021, 11:41 AMChris (deprecated profile)
docker run can’t find it then? 🤔Alberto Costa
02/10/2021, 11:44 AMAlberto Costa
02/10/2021, 11:44 AMAlberto Costa
02/10/2021, 11:45 AMAlberto Costa
02/10/2021, 11:45 AMdocker run -it airbyte/normalization:0.1.10 /bin/bashChris (deprecated profile)
docker run --rm -i --entrypoint /bin/bash -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/50/0/normalize --network host airbyte/normalization:0.1.10Alberto Costa
02/10/2021, 11:47 AMAlberto Costa
02/10/2021, 4:05 PMChris (deprecated profile)
Chris (deprecated profile)
Alberto Costa
02/10/2021, 4:27 PMChris (deprecated profile)