File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,30 @@ A SQL query used to pull data from a specific connection defined within
240
240
the repository, similar to a database view. This determines whether the
241
241
dataset file defines a query dataset.
242
242
243
+ If you want to run the query on other types of databases, use
244
+ the ` dialects ` property to define additional dialects for it to run in.
245
+
246
+ ### dialects
247
+
248
+ - ** Type:** array
249
+ - ** Required:** N
250
+
251
+ Defines alternate dialects for the ` sql ` statement so that it can run on
252
+ other types of databases. You can define as many alternate dialects as
253
+ needed.
254
+
255
+ Supported properties:
256
+
257
+ - ` dialect ` : String, required. An alternate SQL dialect. Supported
258
+ values:
259
+ - ` Snowflake `
260
+ - ` Postgresql `
261
+ - ` DatabricksSQL `
262
+ - ` BigQuery `
263
+ - ` Iris `
264
+
265
+ - ` sql ` : String, required. The alternate SQL statement.
266
+
243
267
## table
244
268
245
269
- ** Type:** string
You can’t perform that action at this time.
0 commit comments