Kino_db - snowflake (#2187)

This commit is contained in:
Cristine Guadelupe 2023-08-31 17:40:52 +07:00 committed by GitHub
parent 91b474f073
commit 134eb2c025
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 3 deletions

View file

@ -2,7 +2,7 @@
```elixir ```elixir
Mix.install([ Mix.install([
{:kino_explorer, "~> 0.1.4"} {:kino_explorer, "~> 0.1.9"}
]) ])
``` ```

View file

@ -13,7 +13,7 @@ defmodule Livebook.Runtime.Definitions do
kino_db = %{ kino_db = %{
name: "kino_db", name: "kino_db",
dependency: %{dep: {:kino_db, "~> 0.2.1"}, config: []} dependency: %{dep: {:kino_db, "~> 0.2.2"}, config: []}
} }
kino_maplibre = %{ kino_maplibre = %{
@ -43,7 +43,7 @@ defmodule Livebook.Runtime.Definitions do
kino_explorer = %{ kino_explorer = %{
name: "kino_explorer", name: "kino_explorer",
dependency: %{dep: {:kino_explorer, "~> 0.1.4"}, config: []} dependency: %{dep: {:kino_explorer, "~> 0.1.9"}, config: []}
} }
jason = %{ jason = %{
@ -98,6 +98,14 @@ defmodule Livebook.Runtime.Definitions do
%{name: "postgrex", dependency: %{dep: {:postgrex, "~> 0.16.3"}, config: []}} %{name: "postgrex", dependency: %{dep: {:postgrex, "~> 0.16.3"}, config: []}}
] ]
}, },
%{
name: "Snowflake",
packages: [
kino_db,
kino_explorer,
%{name: "adbc", dependency: %{dep: {:adbc, "~> 0.1.1"}, config: []}}
]
},
%{ %{
name: "SQLite", name: "SQLite",
packages: [ packages: [