MySQL - Automatic Data Lineage
What to expect
Views
Dataedo analyzes SQL of database views with built-in SQL Parser and builds column-level lineage from tables/views queried by view to the view.
(/data-sources/sql-parser/mysql-parsing)

Known Limitations
Troubleshooting
I don't see data lineage for views
-
Make sure you have selected the right SQL dialect - in this case MySQL
-
Rerun import of the source - maybe the schema was imported in an older version or the configuration was incorrect
Cross database lineage is not built
-
Make sure the source object has Linked Source with correctly assigned database
-
Rerun import of the source - maybe the schema was imported in an older version or the configuration was incorrect