-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support kedro project path #53
Comments
@em-star-yar Thanks for the report. Would you be able to provide some simplified repository to test with? If not, can you try to run
This is a good point, some features are hardcoded as the extension cannot load the entire project as the way a normal "kedro run" would. I understand environment as you probably put your configuration under some other directory, but what do you mean by "project discovery"? |
Sure, consider this example:
|
@mck-star-yar Sorry for the late response. If you open the workspace at <package_a>, does it works properly? The select environment issue is likely a separate Windows issue #102 that we are gonna address next, we cannot work on this yet because we simply don't have a Windows machine to test😅 |
Description
I have a repo that incapsulates kedro project and the plugin expects to have kedro structure on 1st level of the repo. It'd nice to be able to configure the project discovery and specify which env to use, where config lies, etc. the same way we configure project in
settings.py
.Context
I can't run the plugin on my project.
Steps to Reproduce
subdir
to haveyour_repo/subdir/kedro_project
Your Environment
pip show kedro
orkedro -V
):0.19.3
0.1.1
python -V
):3.10
The text was updated successfully, but these errors were encountered: