Environment
Description of the bug
When running the klio job run command with template args:
klio job run --config-file config/streaming/klio-job-stage.yaml \
--template dailymotion_api_key=$DAILYMOTION_API_KEY \
--template dailymotion_api_secret=$DAILYMOTION_API_SECRET \
--direct-runner --force-build
The template args are not passed to klioexec entrypoint:
'command': ['run',
'--image-tag',
'1c6edd0a-dirty',
'--direct-runner',
'--config-file',
'/usr/src/config/materialized_config.yaml']
Causing the following exception
klio_core.exceptions.KlioConfigTemplatingException: 'dailymotion_api_key' missing in key template overrides.
What you expected to happen
Template args should be passed to the klioexec command
How to reproduce (as minimally and precisely as possible)
Run any command involving the template args.
Environment
klio*version(s):Description of the bug
When running the klio job run command with template args:
The template args are not passed to klioexec entrypoint:
Causing the following exception
What you expected to happen
Template args should be passed to the klioexec command
How to reproduce (as minimally and precisely as possible)
Run any command involving the template args.