It appears that discoverx==0.0.8 does not have visibility of Delta Live Tables (DLT). It would be great to include these in the scope of dx.from_tables.
In case I'm doing something wrong and someone can correct me:
I'm using dx.from_tables("*.*.*") to collect information about all tables, but only non-DLT tables are returned.
It appears that
discoverx==0.0.8does not have visibility of Delta Live Tables (DLT). It would be great to include these in the scope ofdx.from_tables.In case I'm doing something wrong and someone can correct me:
I'm using
dx.from_tables("*.*.*")to collect information about all tables, but only non-DLT tables are returned.