-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add powerbi_ext to meltano hub (#1541)
Co-authored-by: Pat Nadolny <[email protected]>
- Loading branch information
1 parent
ab21adc
commit 9f9e5ab
Showing
4 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
commands: | ||
refresh: | ||
args: refresh | ||
description: Refresh a PowerBI Dataset | ||
definition: > | ||
is used to trigger a refresh of a PowerBI dataset. Usually this is | ||
run in a pipeline following a transformation (i.e. dbt) step that altered the | ||
data that PowerBI is connected to. | ||
description: Microsoft Power BI is a data analytics solution from Microsoft | ||
docs: https://github.com/lgrosjean/powerbi-ext | ||
domain_url: https://powerbi.microsoft.com/ | ||
executable: powerbi-ext | ||
ext_repo: https://github.com/lgrosjean/powerbi-ext | ||
keywords: | ||
- analysis | ||
- meltano_edk | ||
- powerbi | ||
label: PowerBI | ||
logo_url: /assets/logos/utilities/powerbi.png | ||
maintenance_status: active | ||
name: powerbi | ||
namespace: powerbi | ||
next_steps: > | ||
1. Create a PowerBI Service Principal and retrieve your `tenant_id`, | ||
`client_id` and `client_secret`. | ||
To generate such secret and allow it to deal with your instance, follow [Azure documentation](https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-service-principal) | ||
pip_url: git+https://github.com/lgrosjean/powerbi-ext | ||
repo: https://github.com/lgrosjean/powerbi-ext | ||
settings: | ||
- description: PowerBI Service Principal Tenant ID | ||
kind: password | ||
label: Tenant ID | ||
name: TENANT_ID | ||
- description: PowerBI Service Principal Client ID | ||
kind: password | ||
label: Client ID | ||
name: CLIENT_ID | ||
- description: PowerBI Service Principal Client Secret | ||
kind: password | ||
label: Client Secret | ||
name: CLIENT_SECRET | ||
- description: ID of the workspace containing the dataset to refresh | ||
label: Workspace ID | ||
name: WORKSPACE_ID | ||
- description: ID of the dataset to refresh | ||
kind: string | ||
label: Dataset ID | ||
name: DATASET_ID | ||
usage: "" | ||
variant: lgrosjean |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.