Summary
The user is running a Docker command to find a normalization model address but it is returning an empty result. User is questioning the logic behind the command.
Question
i am running docker run --rm -i -v airbyte_workspace:/data busybox find /data -path “normalize/models” | sed -E “s;/data/([0-9]+/[0-9]+/)normalize/.*;\1;g” | sort | uniq | tail -n 1 - this command and it is returning nothing, by logic it had to return normalization model address?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.