Skip to content

Commit

Permalink
fix: yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrosjean committed Oct 9, 2023
1 parent 584f702 commit 3185c43
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions _data/meltano/utilities/powerbi/lgrosjean.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
commands:
refresh:
args: refresh
Expand All @@ -13,9 +12,9 @@ domain_url: https://www.tableau.com/
executable: powerbi-ext
ext_repo: https://github.com/lgrosjean/powerbi-ext
keywords:
- analysis
- meltano_edk
- powerbi
- analysis
- meltano_edk
- powerbi
label: PowerBI
logo_url: /assets/logos/utilities/powerbi.png
maintenance_status: active
Expand All @@ -29,24 +28,24 @@ next_steps: >
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
label: Dataset ID
kind: string
name: DATASET_ID
- 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

0 comments on commit 3185c43

Please sign in to comment.