What Databricks feature can be used to check the data sources and tables used in a workspace?
Do not use the lineage feature as it only tracks activity from the last 3 months and will not provide full details on dependencies.
Use the lineage feature to visualize a graph that highlights where the table is used only in notebooks,
Use the lineage feature to visualize a graph that highlights where the table is used only in reports.
Use the lineage feature to visualize a graph that shows all dependencies, including where the table is used in notebooks, other tables, and reports.
Submit