What to expect
Views
Dataedo analyzes SQL of Dataverse views with built in SQL Parser and builds column-level lineage from tables/views queried by view to the view.
Forms
Dataedo analyzes system forms (from Dataverse environment). We get lineage from API reponse, and build to it in two directions.
- Form read from table to get it's fields
- Form writes to table, after filling up form
Kown Limitations
Troubleshooting
I don't see data lineage for views
- Make sure you have selected right SQL dialect - in this case Transact-SQL (SQL Dialect field at Data Source level).
- Rerun import of the source - maybe schema was imported in older version or configuration was incorrect.