File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ into your repository.
6
6
7
7
Each connection file should define a single database connection * and*
8
8
its schema. If you need to use additional schemas for the same database,
9
- each must be defined in a separate connection file.
9
+ each must be defined in a separate connection file. If a dataset uses a query
10
+ instead of tables, the database and schema do not need to be specified in the
11
+ connection file.
10
12
11
13
Sample ` connection ` file:
12
14
@@ -71,11 +73,11 @@ The name of the database connection itself, excluding the schema.
71
73
- ** Type:** string
72
74
- ** Required:** N
73
75
74
- The source database used for this connection .
76
+ The source database is required when used in the table datasets, but it is not necessary for query datasets .
75
77
76
78
## schema
77
79
78
80
- ** Type:** string
79
81
- ** Required:** N
80
82
81
- The source schema used for this connection .
83
+ The source schema is required when used in the table datasets, but it is not necessary for query datasets .
You can’t perform that action at this time.
0 commit comments