-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: Failed to format pattern '${xxx}': no config value found, no default provided #129
Comments
Sorry actually |
Actually when I uninstall |
It seems that now with kedro-airflow-k8s-0.6.7
I can run kedro airflow-k8s compile and it works |
@stephanecollot Thanks for reporting an issue. If I'm not wrong it's related to getindata/kedro-kubeflow#72 - @szczeles can you confirm? |
@em-pe Yep, it seems so. If we apply the same trick here, the issue should be gone. @stephanecollot As a temporary workaround, you can try adding these lines into your project's
If your code works with this hack, it's definitely same issue as getindata/kedro-kubeflow#72 |
Thanks for your reply. |
Hello
With:
kedro 0.17.4
kedro-airflow-k8s 0.7.3
python 3.8.12
I have a templated catalog:
with the parameter set in my globals.yml
And when I run:
kedro airflow-k8s compile
I get the following error
With this conf/base/airflow-k8s.yaml
I add the fact that
kedro run
works.Do you have any hint?
The text was updated successfully, but these errors were encountered: