Added powerbi docs for new field (#9836)

This commit is contained in:
Onkar Ravgan 2023-01-20 19:22:16 +05:30 committed by GitHub
parent 8c61638a67
commit 711411c0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,7 @@ source:
# - https://analysis.windows.net/powerbi/api/.default (default)
# authorityURI: https://login.microsoftonline.com/ (default)
# hostPort: https://analysis.windows.net/powerbi (default)
# pagination_entity_per_page: 100 (default)
type: PowerBI
sourceConfig:
config:
@ -97,6 +98,7 @@ workflowConfig:
- **tenantId**: PowerBI Tenant ID.
- **authorityUri**: Authority URI for the service.
- **scope**: Service scope. By default `["https://analysis.windows.net/powerbi/api/.default"]`.
- **Pagination Entity Per Page**: Entity Limit set here will be used to paginate the PowerBi APIs. PowerBi API do not allow more than 100 workspaces to be inputed at a time. This field sets the limit of entities used for paginating the powerbi APIs. By default 100
#### Source Configuration - Source Config

View File

@ -58,6 +58,7 @@ source:
# - https://analysis.windows.net/powerbi/api/.default (default)
# authorityURI: https://login.microsoftonline.com/ (default)
# hostPort: https://analysis.windows.net/powerbi (default)
# pagination_entity_per_page: 100 (default)
type: PowerBI
sourceConfig:
config:
@ -97,6 +98,7 @@ workflowConfig:
- **tenantId**: PowerBI Tenant ID.
- **authorityUri**: Authority URI for the service.
- **scope**: Service scope. By default `["https://analysis.windows.net/powerbi/api/.default"]`.
- **Pagination Entity Per Page**: Entity Limit set here will be used to paginate the PowerBi APIs. PowerBi API do not allow more than 100 workspaces to be inputed at a time. This field sets the limit of entities used for paginating the powerbi APIs. By default 100
#### Source Configuration - Source Config

View File

@ -135,6 +135,7 @@ the changes.
- **Tenant ID**: PowerBI Tenant ID.
- **Authority URI**: Authority URI for the service.
- **Scope**: Service scope. By default `["https://analysis.windows.net/powerbi/api/.default"]`.
- **Pagination Entity Per Page**: Entity Limit set here will be used to paginate the PowerBi APIs. PowerBi API do not allow more than 100 workspaces to be inputed at a time. This field sets the limit of entities used for paginating the powerbi APIs. By default 100
### 6. Configure Metadata Ingestion

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 176 KiB