Slackbot
09/28/2022, 2:44 PMKaran Kumar
09/28/2022, 3:33 PMSergio Ferragut
09/28/2022, 4:26 PM"type": "sql",
"database": {
"type": "mysql",
"connectorConfig": {
"connectURI": "jdbc:<mysql://host>:port/schema",
"user": "user",
"password": "password"
}
},
"sqls": ["SELECT * FROM table1 WHERE timestamp BETWEEN '2013-01-01 00:00:00' AND '2013-01-01 11:59:59'", "SELECT * FROM table2 WHERE timestamp BETWEEN '2013-01-01 00:00:00' AND '2013-01-01 11:59:59'"]
and you will need to have the Snowflake JDBC driver in the classpath....
but upon further reading it does seem like you will also need an extension that enables the connectorConfig for a new "database": { "type": "snowflake"....} , so I don't think this is available out of the box.Gian Merlino
09/28/2022, 5:03 PMGian Merlino
09/28/2022, 5:07 PMGian Merlino
09/28/2022, 5:07 PMs3 or gcs depending on your cloudGian Merlino
09/28/2022, 5:07 PM