-
Notifications
You must be signed in to change notification settings - Fork 3
/
app.json
26 lines (25 loc) · 1001 Bytes
/
app.json
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
{
"name": "Metriql",
"description": "Expose your Metriql datasets to data tools",
"keywords": [
"metrics",
"analytics",
"data"
],
"stack": "container",
"website": "https://metriql.com.com/",
"repository": "https://github.com/metriql/metriql",
"logo": "https://metriql.com/img/logo.svg",
"env": {
"METRIQL_API_AUTH_USERNAME_PASSWORD": {
"description": "Your username:password pair for basic authentication. Leave it empty if you don't want to protect",
"required": false
},
"DBT_MANIFEST_JSON": {
"description": "The URL of dbt's manifest.yml file. Valid URLs: \n https://metriql.github.io/metriql-public-demo/manifest.json\ndbt-cloud://ACCOUNT_ID/PROJECT_ID?api_key=API_KEY&environment=ENVIRONMENT_ID)"
},
"DBT_PROFILES_CONTENT": {
"description": "The content of dbt's profiles.yml file. You should minify yml to a single file to pass the value. (Here is an online tool: https://onlineyamltools.com/minify-yaml)"
}
}
}