-
Notifications
You must be signed in to change notification settings - Fork 18
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: Given configuration path either does not exist or is not a valid directory #33
Comments
It seems like some files didn't get uploaded. In the Were there any warnings during Please also verify that you can see all of the relevant files in the |
Suprisingly The only warning is
|
Can you please add
to Usually, when you run the pipeline on Azure ML you don't use Running the pipeline on Azure using different Kedro environment (not to be mistaken with Azure ML Environment) is done by
|
Trying now with the editted version of I didn't understand though why you mentioned the kedro env thing at the end? |
@marrrcin The problem still persists |
What version of For the purpose of further debugging the issue, you can try temporarily removing |
@marrrcin I don't think it has anything to do with the |
OK, maybe last thing - what if you add I suspect it might have something to do with hidden files. |
I will check in a few minutes and report again |
Didn't work... It seems to me that during upload all files which are hidden and without contents are ignored and not all hidden files. I'm saying this because |
I guess it's something you can notify the Azure ML SDK team about 🤔 |
I rather think this is a kedro problem, as in I have no need for the Anyway, this also effect |
For anyone encountering this problem, just put some textual content inside |
Yes, it affects the plugin (I will think about some solution to that problem) but the underlying issue is the fact that the Azure SDK does not upload the files, even though they are present and explicitly not ignored. |
@marrrcin from the release notes, seems like this is solved in 0.3.2? |
To some extent it is, but my thorough testing showed some other issues with ignore files (at least on macOS). I've tracked them down to this PR Azure/azure-sdk-for-python#27338 (comment) - it seems like they've resolved it, but it's not released yet. I will wait for the Azure team to release a new version of the |
I've released |
@eliorc have you tested out the fixes? |
No, I haven't yet as the workaround of just filling the |
Seems like no further issues occurred. Closing. |
I am using
kedro-azureml==0.3.1
and facing an issue with executing a pipeline.I have a set environment on my workspace
An I am using my own custom kedro starter, which uses Poetry for package management, so the Dockerfile for creating this environment looks like this
If it is relevant, this Dockerfile, with the addition of configuring user and workdir, worked perfectly in previous
kedro-azureml
versions.Now, when I execute using the azureml environment shown in the image, I get the following error
My
.amlignore
is empty if it's relevantThe text was updated successfully, but these errors were encountered: