Hi again, when trying to add additional config options I keep getting this error:
Failed to configure the source (powerbi): 1 validation error for PowerBiDashboardSourceConfig
_workspace_id_as_urn_part_
_extra fields not permitted (type=value_error.extra)_
same for almost all the config I try. My recipe looks like this:
# Ingest elements of below PowerBi Workspace into Datahub
workspace_id_pattern:
allow:
- 8d85743b-432e-4c87-9ec8-9ec08f94bec0
- 63c88901-7861-4736-8144-044cf179d296
# deny:
dataset_type_mapping:
PostgreSql: postgres
Oracle: oracle
Sql: mssql
#ingest using admin api
admin_apis_only: true
# Enable / Disable ingestion of ownership information for dashboards
extract_ownership: true
# Enable / Disable ingestion of lineage information
extract_lineage: 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
workspace_id_as_urn_part: true
If I remove or comment out the last line everything runs okay.