cognite-neat 0.123.8__tar.gz → 0.123.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cognite-neat might be problematic. Click here for more details.
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/PKG-INFO +1 -1
- cognite_neat-0.123.10/cognite/neat/_version.py +2 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/_constants.py +2 -6
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/conceptual/_validation.py +3 -3
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/physical/_validation.py +136 -4
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/physical/_verified.py +50 -1
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/_base.py +1 -1
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/errors/__init__.py +2 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/errors/_properties.py +11 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/warnings/__init__.py +2 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/warnings/_properties.py +11 -0
- cognite_neat-0.123.10/last_changelog_entry.md +3 -0
- cognite_neat-0.123.10/last_git_message.txt +21 -0
- cognite_neat-0.123.10/last_version.txt +1 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/pyproject.toml +1 -1
- cognite_neat-0.123.10/tests/data/_schema/physical/dm_view_space_different.xlsx +0 -0
- cognite_neat-0.123.10/tests/data/_schema/physical_yamls/invalid_indices.expected_issues.yaml +77 -0
- cognite_neat-0.123.10/tests/data/_schema/physical_yamls/invalid_indices.yaml +92 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_importers/test_excel_importer.py +19 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_models/test_entities.py +49 -1
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/uv.lock +1 -1
- cognite_neat-0.123.8/cognite/neat/_version.py +0 -2
- cognite_neat-0.123.8/last_changelog_entry.md +0 -6
- cognite_neat-0.123.8/last_git_message.txt +0 -25
- cognite_neat-0.123.8/last_version.txt +0 -1
- cognite_neat-0.123.8/tests/data/_schema/physical/dm_view_space_different.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/.coveragerc +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/.github/CODEOWNERS +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/.github/ISSUE_TEMPLATE/bug-report.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/.github/ISSUE_TEMPLATE/feature-request.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/.github/pull_request_template.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/.github/renovate.json +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/.github/workflows/code-quality.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/.github/workflows/release.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/.gitignore +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/.pre-commit-config.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/.readthedocs.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/CODE_OF_CONDUCT.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/CONTRIBUTING.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/LICENSE +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/README.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cdf.toml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/codecov.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/_api/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/_api/data_modeling_loaders.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/_api/neat_instances.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/_api/schema.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/_api/statistics.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/_api_client.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/data_classes/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/data_classes/data_modeling.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/data_classes/neat_sequence.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/data_classes/schema.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/data_classes/statistics.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_client/testing.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_config.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_constants.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/_shared.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/analysis/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/analysis/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/catalog/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/catalog/classic_model.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/catalog/conceptual-imf-data-model.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/catalog/hello_world_pump.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/exporters/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/exporters/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/exporters/_data_model2dms.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/exporters/_data_model2excel.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/exporters/_data_model2instance_template.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/exporters/_data_model2ontology.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/exporters/_data_model2yaml.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/importers/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/importers/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/importers/_base_file_reader.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/importers/_dict2data_model.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/importers/_dms2data_model.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/importers/_rdf/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/importers/_rdf/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/importers/_rdf/_inference2rdata_model.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/importers/_rdf/_owl2data_model.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/importers/_rdf/_shared.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/importers/_spreadsheet2data_model.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/_base_unverified.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/_base_verified.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/_types.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/conceptual/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/conceptual/_unverified.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/conceptual/_verified.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/data_types.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/entities/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/entities/_constants.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/entities/_loaders.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/entities/_multi_value.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/entities/_single_value.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/entities/_types.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/entities/_wrapped.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/mapping/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/mapping/_classic2core.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/mapping/_classic2core.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/physical/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/physical/_exporter.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/models/physical/_unverified.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/transformers/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/transformers/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/transformers/_converters.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/transformers/_mapping.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_data_model/transformers/_verification.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/_shared.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/_tracking/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/_tracking/base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/_tracking/log.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/examples/Knowledge-Graph-Nordic44-dirty.xml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/examples/Knowledge-Graph-Nordic44.xml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/examples/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/examples/skos-capturing-sheet-wind-topics.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_classic_cdf/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_classic_cdf/_assets.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_classic_cdf/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_classic_cdf/_classic.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_classic_cdf/_data_sets.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_classic_cdf/_events.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_classic_cdf/_files.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_classic_cdf/_labels.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_classic_cdf/_relationships.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_classic_cdf/_sequences.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_classic_cdf/_timeseries.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_dict.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_dms.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_dms_graph.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_mock_graph_generator.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_raw.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/extractors/_rdf_file.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/loaders/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/loaders/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/loaders/_rdf2dms.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/loaders/_rdf_to_instance_space.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/queries/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/queries/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/queries/_queries.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/queries/_select.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/queries/_update.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/transformers/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/transformers/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/transformers/_classic_cdf.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/transformers/_prune_graph.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/transformers/_rdfpath.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_instances/transformers/_value_type.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/_contextmanagers.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/_factory.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/errors/_external.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/errors/_general.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/errors/_resources.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/errors/_wrapper.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/formatters.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/warnings/_external.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/warnings/_general.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/warnings/_models.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/warnings/_resources.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/warnings/user_modeling.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_shared.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_store/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_store/_data_model.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_store/_instance.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_store/_provenance.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_store/exceptions.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/auth.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/auxiliary.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/collection_.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/graph_transformations_report.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/io_.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/rdf_.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/reader/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/reader/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/spreadsheet.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/tarjan.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/text.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/time_.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/upload.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_utils/xml_.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/plugins/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/plugins/_issues.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/plugins/_manager.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/plugins/data_model/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/plugins/data_model/importers/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/plugins/data_model/importers/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/py.typed +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_base.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_collector.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_drop.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_experimental.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_explore.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_fix.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_inspect.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_mapping.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_plugin.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_prepare.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_read.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_set.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_show.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_state/README.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_state.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_subset.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_template.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_to.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/_wizard.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/engine/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/engine/_import.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/engine/_interface.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/engine/_load.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/session/exceptions.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/dev.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/DataModelCDF.PNG +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/DataModelInstancesCDF.PNG +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/DataModelInstancesVizCDF.PNG +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/aml-dm-cdf.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/aml-dm.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/aml-instances-cdf.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/aml-instances-full.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_dms.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_dms_typed.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_populated.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/asset_hierarchy_lift_pump_stations_populated_with_typed.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/authorship.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/base-components.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/bid_capacity_data_model.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/change_validate_step.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/connecting_metadata_dm.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/connecting_metadata_populated.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/connecting_metadata_published_dm.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/container_spec.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/core_extension.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/core_extension_excel.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/core_extension_no_connection.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/core_extension_with_properties.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/data-exploration.gif +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/data-model-nordic44.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/data-modeling-flow.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/dexpi-dm-cdf.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/dexpi-dm-viz.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/dexpi-graph-viz.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/dexpi-instance-cdf.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/dexpi-transformed-graph-viz.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/dm-classes.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/dm-object-shapes.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/dm-prefixes.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/dm-source-to-solution-mapping.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/dm2cdf-asset.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/dm2cdf-mapping.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/execution-history.gif +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/export_dms_config.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/export_dms_executed.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/export_dms_workflow.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/features.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/graph-etl-flow.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/high-level-io.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/instances-nordic44.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/instances-sheet.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/key-aspects-of-neat.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/knowledge-graph-viz-filtering.gif +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/knowledge-graph-viz.gif +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/life_cycle_analitic_solution_export_dms.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/life_cycle_converter_model_analytic_solution_model.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/life_cycle_download_reference_model_analytic_soluteion_model.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/life_cycle_download_reference_model_analytic_solution_model_export.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/logo.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/metadata-sheet.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/multi-hop.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/neat-high-level.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/neat-two_flows.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/neat_shift_tab.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/neat_tab.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/prefixes-sheet.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/pump_hello_world_published.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/rdf-in-nutshell.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/rdf2cdf-graph-change.jpg +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/rdf2cdf-graph-resurrect.jpg +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/rdf2cdf-graph.jpg +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/rdf2cdf-init-run-step1.jpg +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/rdf2cdf-init-run-step2.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/rdf2cdf-init-run.jpg +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/rdf2cdf-post-init.jpg +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/run_workflow.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/sheet2cdf-asset-hierarchy.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/sheet2cdf-running-workflow.gif +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/sheet2cdf-transformation-rules-ui.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/sheet2cdf-upload-rules.gif +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/sheet2cdf-workflow-steps.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/sheet2cdf-workflow.gif +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/sheet2cdf-workflow.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/step-configurables.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/step-metrics.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/tutorial-notebooks-part-2_graph-capturing-sheet.gif +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/validate_workflow.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/wf-ephemeral-mode.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/wf-overview.gif +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/wf-persistent-blocking-mode.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/wf-persistent-non-blocking.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/wf-start-mode-ui.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/wind_farm_classic_knowledge_graph.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/wind_farm_data_product_instances.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/work-in-progress.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/workflow-context.jpg +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/working_with_metadata_provenance.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/figs/working_with_metadata_published_dm.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/cdf-dms-architect-alice.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/dms-addition-svein-harald.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/dms-analytics-olav.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/dms-architect-rules-raw-filter-example.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/dms-architect-rules-template.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/dms-rebuild-olav.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/domain-expert-rules-template.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/expert-grid-emma.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/expert-wind-energy-jon.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/information-addition-svein-harald.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/information-analytics-olav-ref.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/information-analytics-olav.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/information-architect-david.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/rules/information-architect-rules-template.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/videos/tutorial-1-defining-data-model.mp4 +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/videos/tutorial-1-download-rules-template.mp4 +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/videos/tutorial-1-upload-gql-schema-to-cdf.mp4 +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/videos/tutorial-2-graph-capturing-sheet.mp4 +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/videos/tutorial-3-asset-hierarchy.mp4 +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/videos/tutorial-3-decommissioning.mp4 +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/videos/tutorial-3-relationships.mp4 +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/videos/tutorial-3-resurrection.mp4 +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/artifacts/videos/tutorial-4-asset-hierarchy.mp4 +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/data-modeling-principles.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/excel_data_modeling/conceptual/overview.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/excel_data_modeling/conceptual/reference.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/excel_data_modeling/data_model.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/excel_data_modeling/physical/enum.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/excel_data_modeling/physical/overview.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/excel_data_modeling/physical/properties.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/excel_data_modeling/physical/reference.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/excel_data_modeling/physical/views.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/excel_data_modeling/units.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/gettingstarted/installation.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/gettingstarted/why-neat.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/index.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/NeatSession/base.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/NeatSession/drop.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/NeatSession/fix.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/NeatSession/inspect.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/NeatSession/mapping.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/NeatSession/prepare.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/NeatSession/read.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/NeatSession/set.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/NeatSession/show.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/NeatSession/subset.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/NeatSession/template.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/NeatSession/to.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/issues/base.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/issues/errors.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/issues/user_model_warnings.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/issues/warnings.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/reference/overview.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/tutorials/data-modeling/cold_start.ipynb +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/tutorials/data-modeling/figs/data-modeling-flow.png +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/tutorials/data-modeling/files/wind_farm_prospecting_conceptual_data_model.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/tutorials/data-modeling/files/wind_farm_prospecting_conceptual_data_model_expanded.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/tutorials/data-modeling/files/wind_farm_prospecting_physical_data_model.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/tutorials/data-modeling/from-conceptual-to-physical-via-CDM.ipynb +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/tutorials/data-modeling/http_purl.org_cognite_neat_data-model_verified_conceptual_wind_energy_WindFarmProspecting_v1.html +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/tutorials/data-modeling/http_purl.org_cognite_neat_data-model_verified_conceptual_wind_energy_WindFarmProspecting_v1_implements.html +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/tutorials/data-modeling/http_purl.org_cognite_neat_data-model_verified_physical_neat_playground_NeatHelloWorld_v1.html +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/tutorials/data-modeling/my_first_model.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/tutorials/data-modeling/physical-data-model.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/docs/tutorials/introduction/introduction.ipynb +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/mkdocs.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/clean_space.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/core_classic_mapping.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/create_classic_core_mapping_yaml.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/dependency_profiler.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/docs_generate_reference.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/docs_generate_unit.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/generate_steps_md.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/.gitignore +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/README.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/config.dev.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/neat_integration_runner/README.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/neat_integration_runner/auth/neat_cicd_testing.group.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/lift_pumps/classic/lift_pump_stations_root.Asset.csv +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/lift_pumps/data_sets/hierarchies.DataSet.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/lift_pumps/raw/collections_pump.Table.csv +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/lift_pumps/raw/collections_pump.Table.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/Measurement.Asset.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/Measurement.Label.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/MetMast.Asset.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/PowerGeneratingUnit.Label.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/Utsira.Asset.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/WT-01.Asset.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/WT-01_to_MetMast.Relationship.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/WT-02.Asset.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/WT-02_to_MetMast.Relationship.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/WindTurbine.Label.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/metMast.Label.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/planned_WT-01_2022-01-01.Event.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/classic/power_curve_manufacturer1.Sequence.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/data_sets/maintenance.DataSet.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/data_sets/source_ds.DataSet.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/data_sets/usecase_01.DataSet.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/files/WT-01_datasheet.FileMetadata.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/files/WT-01_datasheet.txt +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-01_forecast.TimeSeries.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-01_production.TimeSeries.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-02_forecast.TimeSeries.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/integration_runner/modules/test_data/windfarm/timeseries/WT-02_production.TimeSeries.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/manual_test_dms_importer.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/migration.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/oxi_remote/README.md +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/oxi_remote/docker-compose.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/test_lookup_table.csv +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/scripts/windfarm_to_toolkit.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/config.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/conftest.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_graph/aml-raw-graph.ttl +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_graph/aml_example.aml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_graph/car.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_graph/dexpi-raw-graph.ttl +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_graph/dexpi_example.xml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_graph/iodd_Piab-piCOMPACT10X-20230509-IODD1.1.xml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_graph/low-quality-graph.ttl +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_instances/asset_centric_cdf/assets.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_instances/asset_centric_cdf/events.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_instances/asset_centric_cdf/files.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_instances/asset_centric_cdf/labels.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_instances/asset_centric_cdf/relationships.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_instances/asset_centric_cdf/sequence_rows.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_instances/asset_centric_cdf/sequences.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_instances/asset_centric_cdf/timeseries.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_instances/classic_windfarm.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/conceptual/broken_concepts.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/conceptual/info-arch-car-rules.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/conceptual/info_with_cdm_ref.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/conceptual/information-unknown-value-type.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/conceptual/only_concepts.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/conversion/single_concept.conceptual.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/conversion/single_concept.physical.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/non_neat/cognite_core_v1.zip +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/non_neat/referencing_core/MyDescribable.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/non_neat/referencing_core/MyDescribable.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/non_neat/referencing_core/enterprise.datamodel.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/non_neat/windturbine.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/partial-model/complete.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/partial-model/part1.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/partial-model/part2.ttl +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/partial-model/part3.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/car_dms_rules.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/car_dms_rules_deprecated.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/dm_raw_filter.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/dms-unknown-value-type.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/isa_plus_cdm.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/missing-in-model-value.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/mixed-up-version.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/physical_singleton_issue.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/pump_example_duplicated_resources.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/pump_example_with_missing_cells.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/pump_example_with_missing_cells_raise_issues.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/1.Production.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/10.SimNode.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/12.SimSubNode.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/13.SimEdge.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/14.Property.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/15.Coordinate.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/16.Coordinates.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/17.ModelExecutionEnvironment.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/18.Coordinate.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/19.Coordinates.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/2.SimulationModel.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/20.SimEdge.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/21.ProductionTimeseries.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/22.SimNode.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/23.Production.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/24.SimSubNode.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/25.SimulationResultFile.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/26.InputProperty.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/28.OutputProperty.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/29.Property.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/3.strongly-coupled-model.datamodel.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/30.SimulationModel.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/31.SimNodeAndEdge.view.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/5.my.space.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/6.ModelExecutionEnvironment.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/7.ProductionTimeseries.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/8.SimNodeAndEdge.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical/strongly_connected_model/data_models/9.SimulationResultFile.container.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical_invalid/inconsistent_container_dms_rules.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical_invalid/invalid_metadata.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical_invalid/invalid_property_dms_rules.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical_invalid/missing_view_container_dms_rules.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical_invalid/too_many_containers_per_view.xlsx +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical_yamls/invalid_yaml.expected_issues.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical_yamls/invalid_yaml.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical_yamls/multiple_indices_on_property.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical_yamls/reverse_direct_relation_missing_target.expected_issues.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/data/_schema/physical_yamls/reverse_direct_relation_missing_target.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_end_to_end/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_end_to_end/test_rules_flow/test_cdm_extension_verification.yaml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_end_to_end/test_rules_flow/test_excel_importer_to_yaml.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_end_to_end/test_rules_flow/test_ontology_importer_to_yaml.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_end_to_end/test_rules_flow/test_to_extension_transformer.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_end_to_end/test_rules_flow.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/conftest.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_api/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_api/test_conversion.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_api/test_validate_rules.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_client_available.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_graph/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_graph/test_loaders/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_graph/test_loaders/test_dms_loader.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_neat_client/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_neat_client/test_cdf_loaders.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_neat_client/test_statistics.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_rules/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_rules/test_exporters/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_rules/test_exporters/test_dms_exporters.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_rules/test_importers/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_create_enterprise.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_data_model_prepare_fix/test_prefix_dms_rules_entities.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_data_model_prepare_fix/test_prefix_info_rules_entities.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_data_model_prepare_fix/test_standardize_space_and_version.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_data_model_prepare_fix.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_data_model_to/test_raw_filter.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_data_model_to.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_graph_flow/test_aml_to_dms.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_graph_flow/test_create_extension_template.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_graph_flow/test_dexpi_to_dms.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_graph_flow/test_snapshot_workflow_ids_to_python.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_graph_flow/test_snapshot_workflow_to_python.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_graph_flow/test_uplift_workflow_to_python.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_graph_flow.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_read/test_read_model_referencing_core.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_session/test_read.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_utils/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_integration/test_utils/test_reader.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_extractors/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_extractors/test_asset_extractor.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_extractors/test_dms_extractor.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_extractors/test_dms_graph_extractor.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_extractors/test_events_extractor.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_extractors/test_files_extractor.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_extractors/test_labels_extractor.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_extractors/test_raw_extractor.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_extractors/test_relationship_extractor.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_extractors/test_sequences_extractor.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_extractors/test_timeseries_extractor.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_graph_read.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_loaders/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_loaders/test_dms_loader.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_loaders/test_rdf2dms.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_loaders/test_rdf_to_instance_space.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_provenance.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_transformers/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_transformers/test_asset_depth_transformer.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_transformers/test_asset_event_connector_transformer.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_transformers/test_asset_file_connector_transformer.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_transformers/test_asset_relationship_connector_transformer.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_transformers/test_asset_sequence_connector_transformer.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_transformers/test_asset_ts_connector_transformer.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_transformers/test_attach_property_from_target2source.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_transformers/test_connection_to_literal.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_transformers/test_make_connection_on_exact_match.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_transformers/test_prune_graph.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_graph/test_transformers/test_split_multi_value_property_transformer.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_issues/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_issues/test_formatters.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_issues/test_issue_behavior.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_issues/test_issues_metatests.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_neat_client/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_neat_client/test_instances.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_neat_client/test_loaders.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_neat_client/test_schema.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_neat_package_metadata.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_plugins.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_analysis.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_exporters/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_exporters/test_exporters_meta.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_exporters/test_rules2dms.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_exporters/test_rules2excel.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_exporters/test_rules2ontology.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_exporters/test_rules2yaml.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_importers/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_importers/constants.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_importers/test_dms_importer.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_importers/test_inference_importer.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_importers/test_owl_importer.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_importers/test_subinference_importer.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_models/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_models/test_asset_rules.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_models/test_base_rules.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_models/test_conceptual_model.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_models/test_data_types.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_models/test_dms_schema.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_models/test_input_rules.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_models/test_physical_data_model.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_models/test_wrapped_entities.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_models/utils.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_transformers/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_transformers/test_converters.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_transformers/test_mapping.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_rules/test_transformers/test_transformer_meta.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_session/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_session/test_flows.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_session/test_meta.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_session/test_plugin.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_session/test_read.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_session/test_to_yaml.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_store/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_store/test_select_queries.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_store/tests_rules_store/test_import_export.yml +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_store/tests_rules_store.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_utils/__init__.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_utils/test_auxiliary.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_utils/test_cdf_classes.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_utils/test_rdf.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_utils/test_reader.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_utils/test_tarjan.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_utils/test_text.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/tests_unit/test_utils/test_utils.py +0 -0
- {cognite_neat-0.123.8 → cognite_neat-0.123.10}/tests/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cognite-neat
|
|
3
|
-
Version: 0.123.
|
|
3
|
+
Version: 0.123.10
|
|
4
4
|
Summary: Knowledge graph transformation
|
|
5
5
|
Project-URL: Documentation, https://cognite-neat.readthedocs-hosted.com/
|
|
6
6
|
Project-URL: Homepage, https://cognite-neat.readthedocs-hosted.com/
|
|
@@ -111,12 +111,8 @@ PHYSICAL_PROPERTY_ID_COMPLIANCE_REGEX = (
|
|
|
111
111
|
rf"(?!^({'|'.join(get_reserved_words('property'))})$)"
|
|
112
112
|
r"(^[a-zA-Z][a-zA-Z0-9_]{0,253}[a-zA-Z0-9]?$)"
|
|
113
113
|
)
|
|
114
|
-
CONCEPT_ID_COMPLIANCE_REGEX =
|
|
115
|
-
rf"(?!^({'|'.join(get_reserved_words('concept'))})$)"
|
|
116
|
-
r"(^[a-zA-Z0-9._-]{0,253}[a-zA-Z0-9]?$)"
|
|
117
|
-
)
|
|
114
|
+
CONCEPT_ID_COMPLIANCE_REGEX = r"^[a-zA-Z0-9._~?@!$&'*+,;=%-]+$"
|
|
118
115
|
|
|
119
|
-
INFORMATION_PROPERTY_ID_COMPLIANCE_REGEX = r"^(\*)|(?!^(Property|property)$)(^[a-zA-Z0-9._-]{0,253}[a-zA-Z0-9]?$)"
|
|
120
116
|
VERSION_COMPLIANCE_REGEX = r"^[a-zA-Z0-9]([.a-zA-Z0-9_-]{0,41}[a-zA-Z0-9])?$"
|
|
121
117
|
|
|
122
118
|
|
|
@@ -156,7 +152,7 @@ class _Patterns:
|
|
|
156
152
|
|
|
157
153
|
@cached_property
|
|
158
154
|
def conceptual_property_id_compliance(self) -> re.Pattern[str]:
|
|
159
|
-
return re.compile(
|
|
155
|
+
return re.compile(CONCEPT_ID_COMPLIANCE_REGEX)
|
|
160
156
|
|
|
161
157
|
@cached_property
|
|
162
158
|
def version_compliance(self) -> re.Pattern[str]:
|
|
@@ -46,7 +46,7 @@ class ConceptualValidation:
|
|
|
46
46
|
self._parent_concept_defined()
|
|
47
47
|
self._referenced_classes_exist()
|
|
48
48
|
self._referenced_value_types_exist()
|
|
49
|
-
self.
|
|
49
|
+
self._regex_compliance_with_physical_data_model()
|
|
50
50
|
|
|
51
51
|
return self.issue_list
|
|
52
52
|
|
|
@@ -180,7 +180,7 @@ class ConceptualValidation:
|
|
|
180
180
|
)
|
|
181
181
|
)
|
|
182
182
|
|
|
183
|
-
def
|
|
183
|
+
def _regex_compliance_with_physical_data_model(self) -> None:
|
|
184
184
|
"""Check regex compliance with DMS of properties, classes and value types."""
|
|
185
185
|
|
|
186
186
|
for prop_ in self._properties:
|
|
@@ -239,7 +239,7 @@ class ConceptualValidation:
|
|
|
239
239
|
ResourceRegexViolationWarning(
|
|
240
240
|
concepts.concept,
|
|
241
241
|
"Concept",
|
|
242
|
-
"Concepts sheet,
|
|
242
|
+
"Concepts sheet, Concept column",
|
|
243
243
|
PATTERNS.view_id_compliance.pattern,
|
|
244
244
|
)
|
|
245
245
|
)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import warnings
|
|
2
2
|
from collections import Counter, defaultdict
|
|
3
3
|
from collections.abc import Mapping
|
|
4
|
+
from dataclasses import dataclass
|
|
4
5
|
from functools import lru_cache
|
|
5
6
|
|
|
6
7
|
from cognite.client import data_modeling as dm
|
|
@@ -24,12 +25,14 @@ from cognite.neat.core._constants import (
|
|
|
24
25
|
from cognite.neat.core._data_model.models.data_types import DataType
|
|
25
26
|
from cognite.neat.core._data_model.models.entities import ContainerEntity, RawFilter
|
|
26
27
|
from cognite.neat.core._data_model.models.entities._single_value import (
|
|
28
|
+
ContainerIndexEntity,
|
|
27
29
|
ViewEntity,
|
|
28
30
|
)
|
|
29
31
|
from cognite.neat.core._issues import IssueList, NeatError
|
|
30
32
|
from cognite.neat.core._issues.errors import (
|
|
31
33
|
CDFMissingClientError,
|
|
32
34
|
PropertyDefinitionDuplicatedError,
|
|
35
|
+
PropertyInvalidDefinitionError,
|
|
33
36
|
PropertyMappingDuplicatedError,
|
|
34
37
|
PropertyNotFoundError,
|
|
35
38
|
ResourceDuplicatedError,
|
|
@@ -55,6 +58,21 @@ from cognite.neat.core._utils.text import humanize_collection
|
|
|
55
58
|
from ._verified import PhysicalDataModel, PhysicalProperty
|
|
56
59
|
|
|
57
60
|
|
|
61
|
+
@dataclass
|
|
62
|
+
class _ContainerPropertyIndex:
|
|
63
|
+
"""This is a helper class used in the indices validation
|
|
64
|
+
|
|
65
|
+
Args:
|
|
66
|
+
location: The index of the property in the properties list.
|
|
67
|
+
property_: The physical property associated with the container.
|
|
68
|
+
index: The index entity that defines the container property.
|
|
69
|
+
"""
|
|
70
|
+
|
|
71
|
+
location: int
|
|
72
|
+
property_: PhysicalProperty
|
|
73
|
+
index: ContainerIndexEntity
|
|
74
|
+
|
|
75
|
+
|
|
58
76
|
class PhysicalValidation:
|
|
59
77
|
"""This class does all the validation of the physical data model that
|
|
60
78
|
have dependencies between components."""
|
|
@@ -145,6 +163,7 @@ class PhysicalValidation:
|
|
|
145
163
|
all_properties_by_ids = {**ref_properties_by_ids, **properties_by_ids}
|
|
146
164
|
view_properties_by_id = self._as_view_properties_by_id(properties_by_ids)
|
|
147
165
|
parents_view_ids_by_child_id = self._parent_view_ids_by_child_id(all_views_by_id)
|
|
166
|
+
container_properties_by_id = self._create_container_properties_by_id()
|
|
148
167
|
|
|
149
168
|
issue_list = IssueList()
|
|
150
169
|
|
|
@@ -154,7 +173,8 @@ class PhysicalValidation:
|
|
|
154
173
|
# Neat DMS classes Validation
|
|
155
174
|
# These are errors that can only happen due to the format of the Neat DMS classes
|
|
156
175
|
issue_list.extend(self._validate_raw_filter())
|
|
157
|
-
issue_list.extend(self._consistent_container_properties())
|
|
176
|
+
issue_list.extend(self._consistent_container_properties(container_properties_by_id))
|
|
177
|
+
issue_list.extend(self._valid_composite_container_indices(container_properties_by_id))
|
|
158
178
|
issue_list.extend(self._validate_value_type_existence())
|
|
159
179
|
issue_list.extend(
|
|
160
180
|
self._validate_property_referenced_views_and_containers_exists(all_views_by_id, all_containers_by_id)
|
|
@@ -320,13 +340,27 @@ class PhysicalValidation:
|
|
|
320
340
|
parents_by_view[view_id] = get_parents(view_id)
|
|
321
341
|
return parents_by_view
|
|
322
342
|
|
|
323
|
-
def
|
|
343
|
+
def _create_container_properties_by_id(
|
|
344
|
+
self,
|
|
345
|
+
) -> dict[tuple[ContainerEntity, str], list[tuple[int, PhysicalProperty]]]:
|
|
346
|
+
"""Create a mapping of container properties with their location in the properties list.
|
|
347
|
+
|
|
348
|
+
Returns:
|
|
349
|
+
dict[tuple[ContainerEntity, str], list[tuple[int, PhysicalProperty]]]: A dictionary where the key is a tuple
|
|
350
|
+
of (ContainerEntity, property name) and the value is a list of tuples of (int, PhysicalProperty) where
|
|
351
|
+
int is the index of the property in the properties list and PhysicalProperty is the property itself.
|
|
352
|
+
"""
|
|
324
353
|
container_properties_by_id: dict[tuple[ContainerEntity, str], list[tuple[int, PhysicalProperty]]] = defaultdict(
|
|
325
354
|
list
|
|
326
355
|
)
|
|
327
356
|
for prop_no, prop in enumerate(self._properties):
|
|
328
357
|
if prop.container and prop.container_property:
|
|
329
358
|
container_properties_by_id[(prop.container, prop.container_property)].append((prop_no, prop))
|
|
359
|
+
return container_properties_by_id
|
|
360
|
+
|
|
361
|
+
def _consistent_container_properties(
|
|
362
|
+
self, container_properties_by_id: dict[tuple[ContainerEntity, str], list[tuple[int, PhysicalProperty]]]
|
|
363
|
+
) -> IssueList:
|
|
330
364
|
properties_sheet = self._read_info_by_spreadsheet.get("Properties")
|
|
331
365
|
errors = IssueList()
|
|
332
366
|
for (container, prop_name), properties in container_properties_by_id.items():
|
|
@@ -392,11 +426,11 @@ class PhysicalValidation:
|
|
|
392
426
|
)
|
|
393
427
|
)
|
|
394
428
|
index_definitions = {
|
|
395
|
-
",".join([index
|
|
429
|
+
",".join([str(index) for index in prop.index]) for _, prop in properties if prop.index is not None
|
|
396
430
|
}
|
|
397
431
|
if len(index_definitions) > 1:
|
|
398
432
|
errors.append(
|
|
399
|
-
PropertyDefinitionDuplicatedError
|
|
433
|
+
PropertyDefinitionDuplicatedError(
|
|
400
434
|
container_id,
|
|
401
435
|
"container",
|
|
402
436
|
prop_name,
|
|
@@ -422,6 +456,104 @@ class PhysicalValidation:
|
|
|
422
456
|
|
|
423
457
|
return errors
|
|
424
458
|
|
|
459
|
+
def _valid_composite_container_indices(
|
|
460
|
+
self, container_properties_by_id: dict[tuple[ContainerEntity, str], list[tuple[int, PhysicalProperty]]]
|
|
461
|
+
) -> IssueList:
|
|
462
|
+
"""Validate that the indices on the container properties are valid."""
|
|
463
|
+
index_properties_by_container_index: dict[tuple[ContainerEntity, str], list[_ContainerPropertyIndex]] = (
|
|
464
|
+
defaultdict(list)
|
|
465
|
+
)
|
|
466
|
+
for (container, _), properties in container_properties_by_id.items():
|
|
467
|
+
for row_no, prop in properties:
|
|
468
|
+
for index in prop.index or []:
|
|
469
|
+
index_properties_by_container_index[(container, index.suffix)].append(
|
|
470
|
+
_ContainerPropertyIndex(row_no, prop, index)
|
|
471
|
+
)
|
|
472
|
+
|
|
473
|
+
properties_sheet_info = self._read_info_by_spreadsheet.get("Properties")
|
|
474
|
+
errors = IssueList()
|
|
475
|
+
for (container, _), index_properties in index_properties_by_container_index.items():
|
|
476
|
+
if len(index_properties) <= 1:
|
|
477
|
+
# If there is only one property in the index, this is already validated in the field_validator
|
|
478
|
+
# of the PhysicalProperty class. This validation is only for composite indices.
|
|
479
|
+
continue
|
|
480
|
+
container_id = container.as_id()
|
|
481
|
+
row_numbers = tuple([index_prop.location for index_prop in index_properties])
|
|
482
|
+
if properties_sheet_info:
|
|
483
|
+
row_numbers = tuple([properties_sheet_info.adjusted_row_number(row_no) for row_no in row_numbers])
|
|
484
|
+
|
|
485
|
+
if order_missing_error := self._validate_container_indices_has_order(
|
|
486
|
+
index_properties, row_numbers, container_id
|
|
487
|
+
):
|
|
488
|
+
errors.append(order_missing_error)
|
|
489
|
+
same_order_errors = self._validate_container_indices_same_order(index_properties, row_numbers, container_id)
|
|
490
|
+
errors.extend(same_order_errors)
|
|
491
|
+
return errors
|
|
492
|
+
|
|
493
|
+
@staticmethod
|
|
494
|
+
def _validate_container_indices_has_order(
|
|
495
|
+
index_properties: list[_ContainerPropertyIndex], row_numbers: tuple[int, ...], container_id: dm.ContainerId
|
|
496
|
+
) -> PropertyInvalidDefinitionError | None:
|
|
497
|
+
property_names: list[str] = []
|
|
498
|
+
indices: list[ContainerIndexEntity] = []
|
|
499
|
+
for prop_index in index_properties:
|
|
500
|
+
if prop_index.index.order is None:
|
|
501
|
+
property_names.append(prop_index.property_.view_property)
|
|
502
|
+
indices.append(prop_index.index)
|
|
503
|
+
|
|
504
|
+
if not property_names:
|
|
505
|
+
return None
|
|
506
|
+
|
|
507
|
+
if len(set(property_names)) == 1:
|
|
508
|
+
# If this is the same property, this is not a composite index, but a poorly defined single property
|
|
509
|
+
# index. This will be caught by the PropertyDefinitionDuplicatedError.
|
|
510
|
+
return None
|
|
511
|
+
|
|
512
|
+
properties_str = humanize_collection(property_names)
|
|
513
|
+
fixed_indices = [str(index.model_copy(update={"order": no})) for no, index in enumerate(indices, 1)]
|
|
514
|
+
message = (
|
|
515
|
+
"You must specify the order when using a composite index. "
|
|
516
|
+
f"For example {humanize_collection(fixed_indices)}."
|
|
517
|
+
)
|
|
518
|
+
return PropertyInvalidDefinitionError(
|
|
519
|
+
container_id,
|
|
520
|
+
"container",
|
|
521
|
+
properties_str,
|
|
522
|
+
message,
|
|
523
|
+
row_numbers,
|
|
524
|
+
"rows",
|
|
525
|
+
)
|
|
526
|
+
|
|
527
|
+
@staticmethod
|
|
528
|
+
def _validate_container_indices_same_order(
|
|
529
|
+
index_properties: list[_ContainerPropertyIndex], row_numbers: tuple[int, ...], container_id: dm.ContainerId
|
|
530
|
+
) -> list[PropertyInvalidDefinitionError]:
|
|
531
|
+
"""Checks whether there are multiple properties with the same order in a composite index."""
|
|
532
|
+
properties_by_order: dict[int, list[tuple[int, PhysicalProperty]]] = defaultdict(list)
|
|
533
|
+
for index_prop in index_properties:
|
|
534
|
+
if index_prop.index.order is not None:
|
|
535
|
+
properties_by_order[index_prop.index.order].append((index_prop.location, index_prop.property_))
|
|
536
|
+
same_order_errors: list[PropertyInvalidDefinitionError] = []
|
|
537
|
+
for order, props in properties_by_order.items():
|
|
538
|
+
if len(props) > 1:
|
|
539
|
+
properties_str = humanize_collection([prop.view_property for _, prop in props])
|
|
540
|
+
message = (
|
|
541
|
+
"You cannot have multiple properties with the same order in a composite index. "
|
|
542
|
+
f"Got order={order} for all composite properties."
|
|
543
|
+
"Please ensure that each property has an unique order."
|
|
544
|
+
)
|
|
545
|
+
same_order_errors.append(
|
|
546
|
+
PropertyInvalidDefinitionError(
|
|
547
|
+
container_id,
|
|
548
|
+
"container",
|
|
549
|
+
properties_str,
|
|
550
|
+
message,
|
|
551
|
+
row_numbers,
|
|
552
|
+
"rows",
|
|
553
|
+
)
|
|
554
|
+
)
|
|
555
|
+
return same_order_errors
|
|
556
|
+
|
|
425
557
|
@staticmethod
|
|
426
558
|
def _containers_are_proper_size(dms_schema: DMSSchema) -> IssueList:
|
|
427
559
|
errors = IssueList()
|
|
@@ -32,6 +32,7 @@ from cognite.neat.core._data_model.models._types import (
|
|
|
32
32
|
from cognite.neat.core._data_model.models.data_types import DataType
|
|
33
33
|
from cognite.neat.core._data_model.models.entities import (
|
|
34
34
|
ConceptualEntity,
|
|
35
|
+
ContainerIndexEntity,
|
|
35
36
|
DMSNodeEntity,
|
|
36
37
|
EdgeEntity,
|
|
37
38
|
HasDataFilter,
|
|
@@ -40,12 +41,13 @@ from cognite.neat.core._data_model.models.entities import (
|
|
|
40
41
|
PhysicalUnknownEntity,
|
|
41
42
|
RawFilter,
|
|
42
43
|
ReverseConnectionEntity,
|
|
44
|
+
Undefined,
|
|
43
45
|
ViewEntity,
|
|
44
46
|
ViewEntityList,
|
|
45
47
|
)
|
|
46
48
|
from cognite.neat.core._data_model.models.entities._types import ContainerEntityList, ContainerIndexListType
|
|
47
49
|
from cognite.neat.core._issues.errors import NeatValueError
|
|
48
|
-
from cognite.neat.core._issues.warnings
|
|
50
|
+
from cognite.neat.core._issues.warnings import NeatValueWarning, PropertyDefinitionWarning
|
|
49
51
|
|
|
50
52
|
if TYPE_CHECKING:
|
|
51
53
|
from cognite.neat.core._data_model.models import ConceptualDataModel
|
|
@@ -257,6 +259,53 @@ class PhysicalProperty(SheetRow):
|
|
|
257
259
|
)
|
|
258
260
|
return value
|
|
259
261
|
|
|
262
|
+
@field_validator("index", mode="after")
|
|
263
|
+
@classmethod
|
|
264
|
+
def index_set_correctly(cls, value: list[ContainerIndexEntity] | None, info: ValidationInfo) -> Any:
|
|
265
|
+
if value is None:
|
|
266
|
+
return value
|
|
267
|
+
try:
|
|
268
|
+
container = str(info.data["container"])
|
|
269
|
+
container_property = str(info.data["container_property"])
|
|
270
|
+
except KeyError:
|
|
271
|
+
raise ValueError("Container and container property must be set to use indexes") from None
|
|
272
|
+
max_count = info.data.get("max_count")
|
|
273
|
+
is_list = (
|
|
274
|
+
max_count is not None and (isinstance(max_count, int | float) and max_count > 1)
|
|
275
|
+
) or max_count is float("inf")
|
|
276
|
+
for index in value:
|
|
277
|
+
if index.prefix is Undefined:
|
|
278
|
+
message = f"The type of index is not defined. Please set 'inverted:{index!s}' or 'btree:{index!s}'."
|
|
279
|
+
warnings.warn(
|
|
280
|
+
PropertyDefinitionWarning(container, "container property", container_property, message),
|
|
281
|
+
stacklevel=2,
|
|
282
|
+
)
|
|
283
|
+
elif index.prefix == "inverted" and not is_list:
|
|
284
|
+
message = (
|
|
285
|
+
"It is not recommended to use inverted index on non-list properties. "
|
|
286
|
+
"Please consider using btree index instead."
|
|
287
|
+
)
|
|
288
|
+
warnings.warn(
|
|
289
|
+
PropertyDefinitionWarning(container, "container property", container_property, message),
|
|
290
|
+
stacklevel=2,
|
|
291
|
+
)
|
|
292
|
+
elif index.prefix == "btree" and is_list:
|
|
293
|
+
message = (
|
|
294
|
+
"It is not recommended to use btree index on list properties. "
|
|
295
|
+
"Please consider using inverted index instead."
|
|
296
|
+
)
|
|
297
|
+
warnings.warn(
|
|
298
|
+
PropertyDefinitionWarning(container, "container property", container_property, message),
|
|
299
|
+
stacklevel=2,
|
|
300
|
+
)
|
|
301
|
+
if index.prefix == "inverted" and (index.cursorable is not None or index.by_space is not None):
|
|
302
|
+
message = "Cursorable and bySpace are not supported for inverted indexes. These will be ignored."
|
|
303
|
+
warnings.warn(
|
|
304
|
+
PropertyDefinitionWarning(container, "container property", container_property, message),
|
|
305
|
+
stacklevel=2,
|
|
306
|
+
)
|
|
307
|
+
return value
|
|
308
|
+
|
|
260
309
|
@field_serializer("value_type", when_used="always")
|
|
261
310
|
def as_dms_type(self, value_type: DataType | EdgeEntity | ViewEntity, info: SerializationInfo) -> str:
|
|
262
311
|
if isinstance(value_type, DataType):
|
|
@@ -124,7 +124,7 @@ class NeatIssue:
|
|
|
124
124
|
if isinstance(value, str | int | bool | float):
|
|
125
125
|
return value
|
|
126
126
|
elif isinstance(value, frozenset):
|
|
127
|
-
return [cls._dump_value(item) for item in value]
|
|
127
|
+
return [cls._dump_value(item) for item in sorted(value)]
|
|
128
128
|
elif isinstance(value, Path):
|
|
129
129
|
return value.as_posix()
|
|
130
130
|
elif isinstance(value, tuple):
|
|
@@ -16,6 +16,7 @@ from ._general import NeatImportError, NeatTypeError, NeatValueError, RegexViola
|
|
|
16
16
|
from ._properties import (
|
|
17
17
|
PropertyDefinitionDuplicatedError,
|
|
18
18
|
PropertyDefinitionError,
|
|
19
|
+
PropertyInvalidDefinitionError,
|
|
19
20
|
PropertyMappingDuplicatedError,
|
|
20
21
|
PropertyNotFoundError,
|
|
21
22
|
PropertyTypeNotSupportedError,
|
|
@@ -65,6 +66,7 @@ __all__ = [
|
|
|
65
66
|
"OxigraphStorageLockedError",
|
|
66
67
|
"PropertyDefinitionDuplicatedError",
|
|
67
68
|
"PropertyDefinitionError",
|
|
69
|
+
"PropertyInvalidDefinitionError",
|
|
68
70
|
"PropertyMappingDuplicatedError",
|
|
69
71
|
"PropertyNotFoundError",
|
|
70
72
|
"PropertyTypeNotSupportedError",
|
{cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/errors/_properties.py
RENAMED
|
@@ -60,6 +60,17 @@ class PropertyDefinitionDuplicatedError(PropertyError[T_Identifier]):
|
|
|
60
60
|
location_name: str | None = None
|
|
61
61
|
|
|
62
62
|
|
|
63
|
+
@dataclass(unsafe_hash=True)
|
|
64
|
+
class PropertyInvalidDefinitionError(PropertyError[T_Identifier]):
|
|
65
|
+
"""The {resource_type} with identifier {identifier} has an invalid definition of {property_name}. {reason}"""
|
|
66
|
+
|
|
67
|
+
extra = "in locations {locations} with name {location_name}"
|
|
68
|
+
|
|
69
|
+
reason: str
|
|
70
|
+
locations: tuple[str | int, ...] | None = None
|
|
71
|
+
location_name: str | None = None
|
|
72
|
+
|
|
73
|
+
|
|
63
74
|
@dataclass(unsafe_hash=True)
|
|
64
75
|
class PropertyMappingDuplicatedError(PropertyError[T_Identifier], Generic[T_Identifier, T_ReferenceIdentifier]):
|
|
65
76
|
"""The {resource_type} with identifier {identifier}.{property_name} is mapped to by: {mappings}. Ensure
|
{cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/warnings/__init__.py
RENAMED
|
@@ -34,6 +34,7 @@ from ._models import (
|
|
|
34
34
|
from ._properties import (
|
|
35
35
|
PropertyDataTypeConversionWarning,
|
|
36
36
|
PropertyDefinitionDuplicatedWarning,
|
|
37
|
+
PropertyDefinitionWarning,
|
|
37
38
|
PropertyDirectRelationLimitWarning,
|
|
38
39
|
PropertyMultipleValueWarning,
|
|
39
40
|
PropertyNotFoundWarning,
|
|
@@ -72,6 +73,7 @@ __all__ = [
|
|
|
72
73
|
"PrincipleSolutionBuildsOnEnterpriseWarning",
|
|
73
74
|
"PropertyDataTypeConversionWarning",
|
|
74
75
|
"PropertyDefinitionDuplicatedWarning",
|
|
76
|
+
"PropertyDefinitionWarning",
|
|
75
77
|
"PropertyDirectRelationLimitWarning",
|
|
76
78
|
"PropertyMultipleValueWarning",
|
|
77
79
|
"PropertyNotFoundWarning",
|
{cognite_neat-0.123.8 → cognite_neat-0.123.10}/cognite/neat/core/_issues/warnings/_properties.py
RENAMED
|
@@ -90,6 +90,17 @@ class PropertyMultipleValueWarning(PropertyWarning[T_Identifier]):
|
|
|
90
90
|
value: str
|
|
91
91
|
|
|
92
92
|
|
|
93
|
+
@dataclass(unsafe_hash=True)
|
|
94
|
+
class PropertyDefinitionWarning(PropertyWarning[T_Identifier]):
|
|
95
|
+
"""The {resource_type} with identifier {identifier} property {property_name}: {reason}"""
|
|
96
|
+
|
|
97
|
+
extra = "in locations {locations} with name {location_name}"
|
|
98
|
+
|
|
99
|
+
reason: str
|
|
100
|
+
locations: tuple[str | int, ...] | None = None
|
|
101
|
+
location_name: str | None = None
|
|
102
|
+
|
|
103
|
+
|
|
93
104
|
@dataclass(unsafe_hash=True)
|
|
94
105
|
class ReversedConnectionNotFeasibleWarning(PropertyWarning[T_Identifier]):
|
|
95
106
|
"""The {resource_type} {identifier}.{property_name} cannot be created: {reason}"""
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Conceptual data model relaxation on property id (#1245)
|
|
2
|
+
|
|
3
|
+
# Description
|
|
4
|
+
|
|
5
|
+
This is continued relaxation of regex for conceptual data model to
|
|
6
|
+
support various source data models import to NEAT
|
|
7
|
+
|
|
8
|
+
## Bump
|
|
9
|
+
|
|
10
|
+
- [x] Patch
|
|
11
|
+
- [ ] Minor
|
|
12
|
+
- [ ] Skip
|
|
13
|
+
|
|
14
|
+
## Changelog
|
|
15
|
+
### Improved
|
|
16
|
+
|
|
17
|
+
- Regex on property id has been relaxed accepting web safe characters
|
|
18
|
+
|
|
19
|
+
---------
|
|
20
|
+
|
|
21
|
+
Co-authored-by: Nikola Vasiljevic <nikola@Nikolas-MacBook-Air.local>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.123.9
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
- NeatIssue: PropertyDefinitionDuplicatedError
|
|
2
|
+
identifier:
|
|
3
|
+
externalId: MyDescribable
|
|
4
|
+
space: my_space
|
|
5
|
+
type: container
|
|
6
|
+
locationName: rows
|
|
7
|
+
locations:
|
|
8
|
+
- 3
|
|
9
|
+
- 6
|
|
10
|
+
propertyName: name
|
|
11
|
+
propertyValues:
|
|
12
|
+
- btree:NameIndex(cursorable=True)
|
|
13
|
+
- inverted:NameIndex
|
|
14
|
+
resourceType: container
|
|
15
|
+
- NeatIssue: PropertyDefinitionWarning
|
|
16
|
+
identifier: my_space:MyDescribable
|
|
17
|
+
propertyName: areaCode
|
|
18
|
+
reason: The type of index is not defined. Please set 'inverted:AreaCodeIndex' or
|
|
19
|
+
'btree:AreaCodeIndex'.
|
|
20
|
+
resourceType: container property
|
|
21
|
+
- NeatIssue: PropertyDefinitionWarning
|
|
22
|
+
identifier: my_space:MyDescribable
|
|
23
|
+
propertyName: location
|
|
24
|
+
reason: It is not recommended to use inverted index on non-list properties. Please
|
|
25
|
+
consider using btree index instead.
|
|
26
|
+
resourceType: container property
|
|
27
|
+
- NeatIssue: PropertyDefinitionWarning
|
|
28
|
+
identifier: my_space:MyDescribable
|
|
29
|
+
propertyName: name
|
|
30
|
+
reason: It is not recommended to use inverted index on non-list properties. Please
|
|
31
|
+
consider using btree index instead.
|
|
32
|
+
resourceType: container property
|
|
33
|
+
- NeatIssue: PropertyDefinitionWarning
|
|
34
|
+
identifier: my_space:MyDescribable
|
|
35
|
+
propertyName: relatedTerms
|
|
36
|
+
reason: Cursorable and bySpace are not supported for inverted indexes. These will
|
|
37
|
+
be ignored.
|
|
38
|
+
resourceType: container property
|
|
39
|
+
- NeatIssue: PropertyDefinitionWarning
|
|
40
|
+
identifier: my_space:MyDescribable
|
|
41
|
+
propertyName: relatedTerms
|
|
42
|
+
reason: It is not recommended to use inverted index on non-list properties. Please
|
|
43
|
+
consider using btree index instead.
|
|
44
|
+
resourceType: container property
|
|
45
|
+
- NeatIssue: PropertyDefinitionWarning
|
|
46
|
+
identifier: my_space:MyDescribable
|
|
47
|
+
propertyName: tags
|
|
48
|
+
reason: It is not recommended to use inverted index on non-list properties. Please
|
|
49
|
+
consider using btree index instead.
|
|
50
|
+
resourceType: container property
|
|
51
|
+
- NeatIssue: PropertyInvalidDefinitionError
|
|
52
|
+
identifier:
|
|
53
|
+
externalId: MyDescribable
|
|
54
|
+
space: my_space
|
|
55
|
+
type: container
|
|
56
|
+
locationName: rows
|
|
57
|
+
locations:
|
|
58
|
+
- 1
|
|
59
|
+
- 2
|
|
60
|
+
propertyName: code and department
|
|
61
|
+
reason: You must specify the order when using a composite index. For example btree:codeDepartmentIndex(order=1)
|
|
62
|
+
and btree:codeDepartmentIndex(order=2).
|
|
63
|
+
resourceType: container
|
|
64
|
+
- NeatIssue: PropertyInvalidDefinitionError
|
|
65
|
+
identifier:
|
|
66
|
+
externalId: MyDescribable
|
|
67
|
+
space: my_space
|
|
68
|
+
type: container
|
|
69
|
+
locationName: rows
|
|
70
|
+
locations:
|
|
71
|
+
- 7
|
|
72
|
+
- 8
|
|
73
|
+
propertyName: location and tags
|
|
74
|
+
reason: You cannot have multiple properties with the same order in a composite index.
|
|
75
|
+
Got order=42 for all composite properties.Please ensure that each property has
|
|
76
|
+
an unique order.
|
|
77
|
+
resourceType: container
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
containers:
|
|
2
|
+
- container: MyDescribable
|
|
3
|
+
metadata:
|
|
4
|
+
created: '2025-05-27T06:35:07.129608'
|
|
5
|
+
creator: doctrino
|
|
6
|
+
external_id: invalidIndices
|
|
7
|
+
role: DMS Architect
|
|
8
|
+
space: my_space
|
|
9
|
+
updated: '2025-05-27T06:35:07.129608'
|
|
10
|
+
version: v1
|
|
11
|
+
properties:
|
|
12
|
+
- container: MyDescribable
|
|
13
|
+
container_property: nonIndexedProperty
|
|
14
|
+
value_type: text
|
|
15
|
+
view: FirstView
|
|
16
|
+
view_property: nonIndexedProperty
|
|
17
|
+
- container: MyDescribable
|
|
18
|
+
container_property: code
|
|
19
|
+
# Composite index without order
|
|
20
|
+
index: btree:codeDepartmentIndex
|
|
21
|
+
value_type: text
|
|
22
|
+
view: FirstView
|
|
23
|
+
view_property: code
|
|
24
|
+
- container: MyDescribable
|
|
25
|
+
container_property: department
|
|
26
|
+
# Composite index without order
|
|
27
|
+
index: btree:codeDepartmentIndex
|
|
28
|
+
value_type: text
|
|
29
|
+
view: FirstView
|
|
30
|
+
view_property: department
|
|
31
|
+
- container: MyDescribable
|
|
32
|
+
container_property: name
|
|
33
|
+
# This property is defined twice with different indices, which is invalid.
|
|
34
|
+
index: btree:NameIndex(cursorable=True)
|
|
35
|
+
value_type: text
|
|
36
|
+
view: FirstView
|
|
37
|
+
view_property: name
|
|
38
|
+
- container: MyDescribable
|
|
39
|
+
container_property: anotherNonIndexedProperty
|
|
40
|
+
value_type: text
|
|
41
|
+
view: FirstView
|
|
42
|
+
view_property: anotherNonIndexedProperty
|
|
43
|
+
- container: MyDescribable
|
|
44
|
+
container_property: areaCode
|
|
45
|
+
# Index type not defined.container_property:
|
|
46
|
+
index: AreaCodeIndex
|
|
47
|
+
value_type: text
|
|
48
|
+
view: FirstView
|
|
49
|
+
view_property: areaCode
|
|
50
|
+
- container: MyDescribable
|
|
51
|
+
container_property: name
|
|
52
|
+
# - Redefinition of index on the same property
|
|
53
|
+
# - Inverted index on a property that should be btree
|
|
54
|
+
index: inverted:NameIndex
|
|
55
|
+
value_type: text
|
|
56
|
+
view: SecondView
|
|
57
|
+
view_property: name
|
|
58
|
+
- container: MyDescribable
|
|
59
|
+
container_property: location
|
|
60
|
+
index: inverted:locationTagsIndex(order=42)
|
|
61
|
+
value_type: text
|
|
62
|
+
view: SecondView
|
|
63
|
+
view_property: location
|
|
64
|
+
- container: MyDescribable
|
|
65
|
+
container_property: tags
|
|
66
|
+
# Ambiguous order, location and tags have the same order
|
|
67
|
+
index: inverted:locationTagsIndex(order=42)
|
|
68
|
+
max_value: 1000
|
|
69
|
+
value_type: text
|
|
70
|
+
view: SecondView
|
|
71
|
+
view_property: tags
|
|
72
|
+
- container: MyDescribable
|
|
73
|
+
container_property: alias
|
|
74
|
+
# Wrong index type, should be inverted
|
|
75
|
+
index: btree:AliasIndex(cursorable=True)
|
|
76
|
+
max_value: 1000
|
|
77
|
+
value_type: text
|
|
78
|
+
view: SecondView
|
|
79
|
+
view_property: alias
|
|
80
|
+
- container: MyDescribable
|
|
81
|
+
container_property: relatedTerms
|
|
82
|
+
# Cursorable is not valid for inverted indices
|
|
83
|
+
index: inverted:RelatedTermsIndex(cursorable=True)
|
|
84
|
+
max_value: 1000
|
|
85
|
+
value_type: text
|
|
86
|
+
view: SecondView
|
|
87
|
+
view_property: relatedTerms
|
|
88
|
+
views:
|
|
89
|
+
- in_model: true
|
|
90
|
+
view: FirstView
|
|
91
|
+
- in_model: true
|
|
92
|
+
view: SecondView
|