Hi all! We're currently testing PowerBI ingestion ...
# contribute-code
f
Hi all! We're currently testing PowerBI ingestion with multiple workspaces. We could easily differentiate from which workspace certain entities were extracted from. So I created a tweak to the ingestion implementation to add all the entities into a Container which is formed from the PowerBI workspace data (currently only the name). I could implement it to work conditionally from source config (e.g.
extract_workspace_to_container
or similar). Would this be improvement from your point of view, if yes, I can open a PR for this? I saw that the Containers are used in different sources for schemas and databases, I see that the workspace would offer similar abstraction.
1
m
That sounds reasonable @fast-barista-4910!
f
Nice, thanks for confirming this, I'll start working with this right away!
m
Thanks @fast-barista-4910, we'll take a look soon