mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- get_table_lineage() gains include_column_lineage=True, resolving per-column upstream/downstream references via Unity Catalog's column-lineage API (one request per column, opt-in) - DatabricksConnector.connect() now reuses an already-open connection instead of opening a second one; ingest_table()/ingest_query() only close the connection they opened themselves, so using the ingestor as a context manager no longer leaks the connection opened by __enter__ - get_table_schema()/get_table_lineage()/list_tables() now validate both catalog and schema are resolved before calling Unity Catalog, matching list_tables()'s existing catalog check - 8 new regression tests (35 total)