I’m having some problems running Cognite Neat. I have been able to run Cognite Neat from the latest code in the following environments:
- In a container app service in Azure
- In a container on my local computer
- From the source in a WSL Ubuntu instance (after jumping through many hoops)
- Can run CDF Client and NEAT methods in a local Jupyter Notebook
In any of these environments, these are the issues I’m encountering after playing with it for almost a week:
- I can download spreadsheets from a Cognite Data Model and look at them (front-end or Python).
- I found spreadsheets in the documentation do not validate or upload. I had to get spreadsheets from the unit tests folder to get something to work.
- Any spreadsheet I download from a CDF data model cannot be re-uploaded. (AttributeError: 'DataModelLoaderAPI' object has no attribute 'datamodels')
- I am getting random Python errors when using the NEAT front end or using Python in a Jupyter Notebook (I can expand on these if needed), but these are sample commands I found in the documentation. Things like missing methods or the latest code uses a different method, missing attributes or items in dictionary objects, etc.
I’m just wondering if this is not production ready or am I just running the wrong version or looking at the wrong version of the documentation? I’ve looked at both the stable and latest documentation and I’ve had similar results with either.
Here is the documentation link I’m using (with a toggle between stable/latest): NEAT
Here’s the code I’m running: cognitedata/neat
Thanks!