We are testing ingestion of Power BI. We are seeing an issue where all ingested datasets are being placed into one random workspace. Have tried deleting all content and ingesting again several times, same problem.
Has anyone else experienced this? We are running 0.11.0,
Fairly sure this is related to the two settings:
extract_datasets_to_containers: true
extract_workspaces_to_containers: true
so it happens when both are set to true, the last one being default, but makes no difference if it is explicitly set or not.
Setting extract_workspaces_to_containers to false throws an error on my system, but that could/would be an okay way to fix it if it worked. (the error is 'Mapper' object has no attribute 'workspace_key'). Only ingesting workspaces works as tables are placed correctly, the issue is when enabling the dataset_to_container which we really need as the Power BI dataset is the analytical asset we want (would be fine if the tables could be excluded actually).
Has anyone else successfully ingested both workspaces and datasets? Could be a Python version issue perhaps, so if you have please let me know what versions you are running.