Hi everyone! I've opened two PRs. I'm a first time...
# contribute-code
f
Hi everyone! I've opened two PRs. I'm a first time contributor, so I expect these PRs need work before they're acceptable. I'm grateful for all feedback! I'm not quite sure whether I should have started with some rfc documents before changing anything? • We're currently experiencing a problem that with ODBC data sources in PowerBI, the tables do not show up as datasets in Datahub. I solved it by making an additional query through the
executeQueries
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