kino_db icon indicating copy to clipboard operation
kino_db copied to clipboard

Database integrations for Livebook

Results 10 kino_db issues
Sort by recently updated
recently updated
newest added

When we drag and drop the JSON credentials file to the Google BigQuery connection config, the Smart Cell generates code that contains sensitive data, like the private_key and private_key_id. Now...

``` ==> kino_db Compiling 4 files (.ex) warning: Mint.HTTP.connect/3 is undefined (module Mint.HTTP is not available or is yet to be defined) lib/kino_db/connection_cell.ex:395: KinoDB.ConnectionCell.running_on_google_metadata?/0 warning: Mint.HTTP.set_mode/2 is undefined (module Mint.HTTP...

Allow to execute queries and keep their results in disk.

I just had postgrex fail with an opaque "argument error", because the host in the smart cell had a trailing space. I noticed that one only when looking at the...

We can make it so a query is "lazy", so it returns a query construct that can be interpolated into other queries in order to build CTEs.

We should show an output message (or a feedback message) when the user wants to upload a credentials file and it doesn't return any type of feedback about if it...

It is the same as PostgreSQL but we probably want to expose it as its own thing UI wise because Amazon doesn't advertise it as hosted PG (opposite to Aurora).

In my role as Data Engineer I've been moving out from dataframes (aka spark) as I'm building everything with DBT and BigQuery and locally with DuckDB (CLI). Using just sql...

## Environment Elixir 1.16.2 (compiled with Erlang/OTP 26) * Windows * Livebook APP * v0.14.0-rc.1 ## Current behavior SQL Intgration, MSSQL When you want to filter On multiple values for...

Support for Clickhouse / Clickhouse Cloud in kino_db would be very useful within Livebooks. Support for drivers/clients for Clickhouse within Elixir are fairly limited at this point in time with...