Hello! Having trouble with powerbi ingestion, gett...
# troubleshoot
e
Hello! Having trouble with powerbi ingestion, getting next error during ingestion
Copy code
\datahub\ingestion\source\powerbi.py", line 588, in get_data_source
    id=datasource_dict["datasourceId"],

KeyError: 'datasourceId'
Dictionary with data (datasource_dict)
Copy code
{'datasourceType': 'Sql', 'connectionDetails': {'server': 'server-name', 'database': 'db-name'}}
dataset_type_mapping
Copy code
dataset_type_mapping:
        PostgreSql: postgres
        Oracle: oracle
Is there problem in my config or something goes wrong in module, any ideas?
g
What version of datahub cli are you running? You can check with
datahub --version
e
I tried 2 version 0.8.41 and 0.8.42
g
@gentle-hamburger-31302 any ideas on this?
g
Hi @gray-shoe-75895 The fix is available in master branch, It was included in PR https://github.com/datahub-project/datahub/pull/5335