Skip to content

Commit 2b432a8

Browse files
committed
allow running the cli with databricks
1 parent ba34f62 commit 2b432a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ $ cargo run --example cli - [--dialectname]
4848

4949
let dialect: Box<dyn Dialect> = match std::env::args().nth(2).unwrap_or_default().as_ref() {
5050
"--ansi" => Box::new(AnsiDialect {}),
51+
"--databricks" => Box::new(DatabricksDialect {}),
5152
"--bigquery" => Box::new(BigQueryDialect {}),
5253
"--postgres" => Box::new(PostgreSqlDialect {}),
5354
"--ms" => Box::new(MsSqlDialect {}),

0 commit comments

Comments
 (0)