fast-barista-4910
11/15/2022, 8:29 AMexecuteQueries
REST endpoint to gain the tables and columns of such kind of data source. Additionally I made a change that datasets without connection to dashboard or report will also show up in Datahub. I'd like to get some feedback in order to get code to match the project requirements. Biggest open question is: how to handle datasource which has only `connectionString`present? Determining database name and schema name is impossible from the connectionString
which only includes the connection dsn
. https://github.com/datahub-project/datahub/pull/6440
• In order to decrease amount of needed PowerBI ingestion tasks, I added feature to ingest all accessible PowerBI workspaces at once. To keep it useful, I also added simple exclusion list. https://github.com/datahub-project/datahub/pull/6441