Conversation
|
There's a few places in the code that use these, which is why the tests are failing. They're also bundled into the pip install of the package. eg.
We maybe need an import, or git submodule or something, if the plan is to move them there. |
|
I also like that this repo lints them and tests that they can be added to datacube... we've had issues with invalid yamls before. |
|
Ok, well how about I set up a submodule and implement linting over in `dea-config. I'll give it a whirl and come back. |
|
@alexgleith @jeremyh are there still places in the code that use the |
|
I think if we get the CI working we'll be ok. CI working means either ignoring linting in the submodule, or fixing the linting in the other repo! |
|
I feel like it'd be nicer to get the linting to work!
|
|
Yaml linting example is over here: https://github.com/digitalearthafrica/config/blob/master/.github/workflows/linting-yaml.yml I use the redhat linter for VS Code and it works... But I trust you to sort this out however you want to! |
|
thanks! I just wanted to check that we aren't wedded to I have |
|
Where is are current files like; |

This config directory is being replaced by the one that's being created in this PR: GeoscienceAustralia/dea-config#593
Todo: we need to work out where to put the old
config/ingestionandconfig/productsfolders...