Nok Lam Chan
                                            Nok Lam Chan
                                        
                                    Thanks for raising the issue, would be great if you can provide some kind of `tree` output to show the folder structure. I haven't used `poetry` myself. Better if you...
First of all, thank you @DataPsycho for writing a very detailed README which is easy to follow. I think @deepyaman approach is preferrable. ``` (kedropoetry-9Q6y5a-v-py3.8) datapsycho@dataops:~/.../KedroPoetry$ tree . -L 1...
@DataPsycho Is there any difference that just go inside `sample-project` and select & cut all and paste 1 level up? I don't quite understand why it necessarily create another poertry...
@DataPsycho I agree this is not the smoothest experience. I just want to mention that your `kedro` version doesn't necessarily tie to your `new` project version. By default if you...
@DataPsycho This example that we have in test is a good starting point. https://github.com/kedro-org/kedro/blob/main/features/steps/test_plugin/plugin.py You can find more info how you can extend it with `kedro new --starter=custom_starter` in this...
@MerelTheisenQB Not really sure about this, it could be caused by the dependencies, so maybe some of them didn't support Window Python 3.10 well.
@deepyaman Could you try re-trigger your PR to see if it will pass? To be honest, I don't understand the issue fully as well, I have noticed my PR fail...
For point 2, it will be easier for the kedro main repository, but I guess it just shifts the problem to the kedro-datasets repo?
> My current feeling is that we should just allow kedro project commands to be run anywhere within the project directory (not just root), like we can already do with...
I think "Data Catalog" should show case what Kedro can do, showing examples for saving things in remote storage, but we don't need all the combination of DataSet + Remote...