-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeltano.yml
27 lines (27 loc) · 833 Bytes
/
meltano.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version: 1
project_id: powerbi-ext
send_anonymous_usage_stats: false
default_environment: test
environments:
- name: test
plugins:
utilities:
- name: powerbi-ext
namespace: powerbi-ext
pip_url: -e .
commands:
help: --help
settings: # Meltano will automatically load this config to POWERBI_EXT_.. ENV VAR
- name: tenant_id
description: PowerBI tenant ID
kind: password
- name: client_id
description: PowerBI Client ID
kind: password
- name: client_secret
description: PowerBI Client Secret
kind: password
- name: workspace_id
description: The unique identifier of the PowerBI Workspace
- name: dataset_id
description: The unique identifier of the PowerBI Dataset to refresh