You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I can't connect, even when explicitly setting the token in the JDBC URL
id: mdnamespace: devtasks:
- id: mdtype: io.kestra.plugin.jdbc.duckdb.Querysql: | SELECT passenger_count, avg(total_amount) as avg_fare FROM sample_data.nyc.yellow_cab_nyc_2022_11 GROUP BY passenger_count ORDER by passenger_count;store: truetaskDefaults:
- type: io.kestra.plugin.jdbc.duckdb.Queryvalues:
url: "jdbc:duckdb:md:my_db"timeZoneId: Europe/Berlin
A dedicated plugin with the MotherDuck logo and an easier way to pass the MOTHERDUCK_TOKEN from a secret would be quite useful
DuckDB plugin is 60MB so I prefere that we make it works for both local DB and MotherDuck.
Currently, it hadcodes a JDBC URL with a local database that's why it didn't work on MotherDuck.
Feature description
MotherDuck should work out of the box based on the existing JDBC driver for DuckDB: https://motherduck.com/docs/integrations/jdbc-driver
But I can't connect, even when explicitly setting the token in the JDBC URL
A dedicated plugin with the MotherDuck logo and an easier way to pass the MOTHERDUCK_TOKEN from a secret would be quite useful
The JDBC driver from here works well in my local IDE with both DuckDB and MotherDuck https://central.sonatype.com/artifact/org.duckdb/duckdb_jdbc/0.8.1/versions
The text was updated successfully, but these errors were encountered: