orange-coat-2879
04/19/2022, 12:27 AMtable_pattern.allow
to ingest a specific MSSQL table, only the databse and schema can be ingested not the table. But when I remove tabel_pattern.allow
, datahub can sucessfully ingest all of tables including the specific one. Is it a bug or I missed something? I am sure the name of table is correct. Thanks!hundreds-photographer-13496
04/19/2022, 6:20 AMtable_pattern
is expected to be a regular expression that matches with qualified table name and not just the table name.You can use wildcard pattern if you don't want to specify exact database/schema in table patternorange-coat-2879
04/19/2022, 6:43 AM