cognitedata / cognite-sdk-python

Cognite Python SDK
https://cognite-sdk-python.readthedocs-hosted.com/
Apache License 2.0
77 stars 27 forks source link

Populate sequences data using test-data-populator #459

Closed erlendvollset closed 1 year ago

erlendvollset commented 5 years ago

Currently the data used for the sequences integration tests is populated manually. This should script should be rewritten into the test-data-populator so we ensure that the data is always there.

https://github.com/cognitedata/test-data-populator

sanderland commented 5 years ago

Are populators based on the old api/sdk only?

erlendvollset commented 5 years ago

Populators are based only on old SDK. This issue can wait until we have moved the populator to v1.

erlendvollset commented 1 year ago

We actually want to get away from using the test-data-populator as much as we can, so closing this.