Hi Estelle,
first of all thanks for your suggestion.
I double checked 3 different PowerBI projects, the service principals I'm using have Admin rights of the workspace but the problem is always the same: "_Pipeline finished successfully; produced 0 events in #.## seconds._"
Below the yaml file I'm using:
----------------------------------------
_$ cat ./pbi_436_dev.yaml_
source:
type: "powerbi"
config:
# Your Power BI tenant identifier
_tenant_id: ######################_
# Ingest elements of below PowerBi Workspace into Datahub
_workspace_id_pattern:_
allow:
- ######################
# Azure AD Application identifier
_client_id: ######################_
# Azure AD App client secret
_client_secret: ######################_
# Enable / Disable ingestion of user information for dashboards
_extract_ownership: true_
# Enable/Disable extracting workspace information to DataHub containers
_extract_workspaces_to_containers: True_
# Enable / Disable ingestion of endorsements.
# Please notice that this may overwrite any existing tags defined to ingested entities!
_extract_endorsements_to_tags: false_
_# dataset_type_mapping is fixed mapping of Power BI datasources type to equivalent Datahub "data platform" dataset_
_dataset_type_mapping:_
_# dataset_type_mapping is fixed mapping of Power BI datasources type to equivalent Datahub "data platform" dataset_
_dataset_type_mapping:_
Sql: mssql
sink:
type: datahub-rest
config:
server: 'http://localhost:8080'
----------------------------------------
Pipeline finished successfully; produced 0 events in #.## seconds.
$ datahub version
DataHub CLI version: 0.9.6.2
Python version: 3.9.2 (default, Feb 28 2021, 170344)
[GCC 10.2.1 20210110]
I'm trying to collect more details with the command: "_datahub --debug ingest -c ./pbi_436_dev.yaml -n_"
Is there a way to increase the verbosity?
Is there someone that can debug/fix the issue?
Thanks in advance for your support!