Skip to content

Commit af7d275

Browse files
committed
fix: last test except new ones
risk: low
1 parent ffeb6ec commit af7d275

File tree

133 files changed

+3890
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+3890
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# (C) 2022 GoodData Corporation
2+
data_sources:
3+
demo-test-ds: "passw0rd"
4+
demo-bigquery-ds: "~/home/secrets.json"
5+
demo-test-ds-databricks-client-secret: "databricks-client-secret"
6+
demo-test-ds-databricks-token: "databricks-token"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# (C) 2022 GoodData Corporation
2+
id: demo-bigquery-ds
3+
name: demo-bigquery-ds
4+
schema: demo
5+
type: BIGQUERY
6+
parameters:
7+
- name: "projectId"
8+
value: "projectId-value-override"
9+
decodedParameters:
10+
- name: "clientEmail"
11+
value: "fake email"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# (C) 2024 GoodData Corporation
2+
id: demo-test-ds-databricks-client-secret
3+
name: demo-test-ds-databricks-client-secret
4+
permissions:
5+
- assignee:
6+
id: demo2
7+
type: user
8+
name: MANAGE
9+
- assignee:
10+
id: demoGroup
11+
type: userGroup
12+
name: USE
13+
schema: demo
14+
type: DATABRICKS
15+
url: jdbc:databricks://dbc-1234-abc.cloud.databricks.com:443;httpPath=/sql/1.0/warehouses/9876fdsa;
16+
clientId: client-id
17+
parameters:
18+
- name: catalog
19+
value: "demo"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# (C) 2024 GoodData Corporation
2+
id: demo-test-ds-databricks-token
3+
name: demo-test-ds-databricks-token
4+
permissions:
5+
- assignee:
6+
id: demo2
7+
type: user
8+
name: MANAGE
9+
- assignee:
10+
id: demoGroup
11+
type: userGroup
12+
name: USE
13+
schema: demo
14+
type: DATABRICKS
15+
url: jdbc:databricks://dbc-1234-abc.cloud.databricks.com:443;httpPath=/sql/1.0/warehouses/9876fdsa;
16+
parameters:
17+
- name: catalog
18+
value: "demo"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# (C) 2022 GoodData Corporation
2+
id: demo-test-ds
3+
name: demo-test-ds
4+
permissions:
5+
- assignee:
6+
id: demo2
7+
type: user
8+
name: MANAGE
9+
- assignee:
10+
id: demoGroup
11+
type: userGroup
12+
name: USE
13+
schema: demo
14+
type: POSTGRESQL
15+
url: jdbc:postgresql://postgres:5432/tiger?sslmode=prefer
16+
username: postgres
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# (C) 2022 GoodData Corporation
2+
columns:
3+
- dataType: NUMERIC
4+
isPrimaryKey: false
5+
name: budget
6+
- dataType: STRING
7+
isPrimaryKey: true
8+
name: campaign_channel_id
9+
- dataType: INT
10+
isPrimaryKey: false
11+
name: campaign_id
12+
referencedTableColumn: campaign_id
13+
referencedTableId: campaigns
14+
- dataType: STRING
15+
isPrimaryKey: false
16+
name: category
17+
- dataType: NUMERIC
18+
isPrimaryKey: false
19+
name: spend
20+
- dataType: STRING
21+
isPrimaryKey: false
22+
name: type
23+
id: campaign_channels
24+
path:
25+
- demo
26+
- campaign_channels
27+
type: TABLE
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# (C) 2022 GoodData Corporation
2+
columns:
3+
- dataType: INT
4+
isPrimaryKey: true
5+
name: campaign_id
6+
- dataType: STRING
7+
isPrimaryKey: false
8+
name: campaign_name
9+
id: campaigns
10+
path:
11+
- demo
12+
- campaigns
13+
type: TABLE
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# (C) 2022 GoodData Corporation
2+
columns:
3+
- dataType: INT
4+
isPrimaryKey: true
5+
name: customer_id
6+
- dataType: STRING
7+
isPrimaryKey: false
8+
name: customer_name
9+
- dataType: STRING
10+
isPrimaryKey: false
11+
name: geo__state__location
12+
- dataType: STRING
13+
isPrimaryKey: false
14+
name: region
15+
- dataType: STRING
16+
isPrimaryKey: false
17+
name: state
18+
id: customers
19+
path:
20+
- demo
21+
- customers
22+
type: TABLE
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# (C) 2022 GoodData Corporation
2+
columns:
3+
- dataType: INT
4+
isPrimaryKey: false
5+
name: campaign_id
6+
referencedTableColumn: campaign_id
7+
referencedTableId: campaigns
8+
- dataType: INT
9+
isPrimaryKey: false
10+
name: customer_id
11+
referencedTableColumn: customer_id
12+
referencedTableId: customers
13+
- dataType: DATE
14+
isPrimaryKey: false
15+
name: date
16+
- dataType: STRING
17+
isPrimaryKey: false
18+
name: order_id
19+
- dataType: STRING
20+
isPrimaryKey: true
21+
name: order_line_id
22+
- dataType: STRING
23+
isPrimaryKey: false
24+
name: order_status
25+
- dataType: NUMERIC
26+
isPrimaryKey: false
27+
name: price
28+
- dataType: INT
29+
isPrimaryKey: false
30+
name: product_id
31+
referencedTableColumn: product_id
32+
referencedTableId: products
33+
- dataType: NUMERIC
34+
isPrimaryKey: false
35+
name: quantity
36+
- dataType: STRING
37+
isPrimaryKey: false
38+
name: wdf__region
39+
- dataType: STRING
40+
isPrimaryKey: false
41+
name: wdf__state
42+
id: order_lines
43+
path:
44+
- demo
45+
- order_lines
46+
type: TABLE
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# (C) 2022 GoodData Corporation
2+
columns:
3+
- dataType: STRING
4+
isPrimaryKey: false
5+
name: category
6+
- dataType: INT
7+
isPrimaryKey: true
8+
name: product_id
9+
- dataType: STRING
10+
isPrimaryKey: false
11+
name: product_name
12+
id: products
13+
path:
14+
- demo
15+
- products
16+
type: TABLE

0 commit comments

Comments
 (0)