Skip to main content
Question

Converting to DMS


Forum|alt.badge.img+4

Hi. 

When converting my solution model from Information-Architect to DMS

for excel_file in DEVELOPMENT_DIRECTORY.rglob("*.xlsx"):
    data_model, issues = importers.ExcelImporter(excel_file).to_rules(errors="continue")
    exporter = exporters.ExcelExporter(styling="maximal", output_role=RoleTypes.dms)
    dms_file = excel_file.parent / f"{excel_file.stem}_dms.xlsx"
    exporter.export_to_file(data_model, dms_file)

I get these warnings:

C:\path\.venv\Lib\site-packages\cognite\neat\rules\models\dms\_exporter.py:110: HasDataFilterOnViewWithReferencesWarning: (ViewId(space='sp_sandbox_models', external_id='Company', version='1'), [ViewId(space='sp_kra_enterprise_model', external_id='Company', version=None)])

  views, node_types = self._create_views_with_node_types(view_properties_by_id)

C:\path\.venv\Lib\site-packages\cognite\neat\rules\models\dms\_exporter.py:110: HasDataFilterOnViewWithReferencesWarning: (ViewId(space='sp_sandbox_models', external_id='PriceArea', version='1'), [ViewId(space='sp_kra_enterprise_model', external_id='PriceArea', version=None)])

  views, node_types = self._create_views_with_node_types(view_properties_by_id)

Should I change something in my data model to avoid this? Or can I just disregard the warning? The data model seems to be working fine, except for some issues in the Fusion UI

(neat version 0.88.2)

3 replies

Nikola  Vasiljevic
Practitioner

@Kristian Nymoen , the warning that is raised is due to setting hasData filter on a view that is referencing other view, as you can see details here:
https://cognite-neat.readthedocs-hosted.com/en/latest/reference/issues/user_model_warnings.html#cognite.neat.issues.warnings.user_modeling.HasDataFilterOnViewWithReferencesWarning

Based on the warning definition you can see that it might impact querying nodes via the solution view. 

Would help us to have a look a bit more into your data model to trace potential issues.

But if things are working except UI and it is not impacting your use case you can disregard the warning.


Forum|alt.badge.img+4

Thanks @Nikola Vasiljevic. I haven’t specified a hasData filter in my model, but see in the docs that it is being set by default. I don’t understand why this would be set by default and then throw a warning. 

I’ll be happy to share our full model with you directly, and Anders Albert already has access. For reference, in case it may help others, I’ll upload a reduced version of the information architect excel sheet I’m converting to DMS here. 


Isha Thapliyal
Seasoned Practitioner
Forum|alt.badge.img+3
  • Seasoned Practitioner
  • 214 replies
  • October 3, 2024

Hi @Kristian Nymoen 

Please let me know if this was resolved or if you have further question?

Thanks


Reply


Cookie Policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings