-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdbq.yaml
More file actions
40 lines (40 loc) · 985 Bytes
/
dbq.yaml
File metadata and controls
40 lines (40 loc) · 985 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
40
version: "1"
datasources:
- id: ch
type: clickhouse
configuration:
host: 0.0.0.0:19000
port: 19000
username: default
password: changeme
database: default
datasets:
- nyc_taxi.trips_small
- id: pg
type: postgresql
configuration:
host: localhost
port: 5432
username: default
password: changeme
database: uk_dbq_test
datasets:
- public.land_registry_price_paid_uk
- public.test_table_name
- id: mysql
type: mysql
configuration:
host: localhost
port: 13306
username: root
password: changeme
database: employees
datasets:
- employees.current_dept_emp
- employees.departments
- employees.dept_emp
- employees.dept_emp_latest_date
- employees.dept_manager
- employees.employees
- employees.salaries
- employees.titles