You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest update to kedro-docker (which we've introduced BTW 😀) replaced /home/kedro with /home/kedro_docker due to name collision if someone had __init__.py in their project directory - which is a fine fix.
In this plugin however, we still have the /home/kedro path hard-coded e.g. here
The latest update to
kedro-docker
(which we've introduced BTW 😀) replaced/home/kedro
with/home/kedro_docker
due to name collision if someone had__init__.py
in their project directory - which is a fine fix.In this plugin however, we still have the
/home/kedro
path hard-coded e.g. herekedro-kubeflow/kedro_kubeflow/generators/pod_per_node_pipeline_generator.py
Line 177 in d3cff89
We need to expose a config for that, so it's settable by the end-user, similarly to
kedro-azureml
: https://github.com/getindata/kedro-azureml/blob/c220ac31c062d4cceda17b6fcec7053178d47217/kedro_azureml/config.py#L81The text was updated successfully, but these errors were encountered: