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
1. Version [0.0.42 api docs broken](https://cljdoc.org/d/zero.one/geni/0.0.42/doc/readme%20%20https://cljdoc.org/builds/73977), also affects version 0.0.41
68
+
1. Version [0.0.42 api docs](https://cljdoc.org/d/zero.one/geni/0.0.42/doc/readme) are [broken](https://cljdoc.org/builds/73977), also affects version 0.0.41
69
69
1. No commits since November 2023.
70
70
1. No releases since November 2023.
71
71
1. No PRs accepted or rejected since November 2023.
@@ -83,9 +83,9 @@ Also, in general by my criteria the support classification is "support unknown":
83
83
84
84
### Snowflake Interop with a New Clojure API!
85
85
86
-
Although the [Snowpark](https://docs.snowflake.com/en/developer-guide/snowpark/java) library has Java and Scala bindings, it doesn't provide anything for Clojure. As such, it's currently not possible to interact with Snowflake using the Clojure way.
86
+
Although the [Snowpark](https://docs.snowflake.com/en/developer-guide/snowpark/java/index) library has Java and Scala bindings, it doesn't provide anything for Clojure. As such, it's currently not possible to interact with Snowflake using the Clojure way.
87
87
88
-
To address this gap, I decided to try my hand at creating a [Clojure API for Snowflake](https://github.com/alza-bitz/snowflake-clj) as part of a broader effort to improve the overall situation regarding Clojure support for popular data tools.
88
+
To address this gap, I decided to try my hand at creating a [Clojure API for Snowflake](https://github.com/alza-bitz/snowpark-clj) as part of a broader effort to improve the overall situation regarding Clojure support for popular data tools.
89
89
90
90
The aim is to validate this approach as a foundation for enabling a wide range of data science or data engineering use cases from the Clojure REPL, in situations where Snowflake is the data warehouse of choice.
;; 1. Version [0.0.42 api docs broken](https://cljdoc.org/d/zero.one/geni/0.0.42/doc/readme%20%20https://cljdoc.org/builds/73977), also affects version 0.0.41
50
+
;; 1. Version [0.0.42 api docs](https://cljdoc.org/d/zero.one/geni/0.0.42/doc/readme) are [broken](https://cljdoc.org/builds/73977), also affects version 0.0.41
51
51
;; 1. No commits since November 2023.
52
52
;; 1. No releases since November 2023.
53
53
;; 1. No PRs accepted or rejected since November 2023.
@@ -63,9 +63,9 @@
63
63
64
64
;; ### Snowflake Interop with a New Clojure API!
65
65
66
-
;; Although the [Snowpark](https://docs.snowflake.com/en/developer-guide/snowpark/java) library has Java and Scala bindings, it doesn't provide anything for Clojure. As such, it's currently not possible to interact with Snowflake using the Clojure way.
66
+
;; Although the [Snowpark](https://docs.snowflake.com/en/developer-guide/snowpark/java/index) library has Java and Scala bindings, it doesn't provide anything for Clojure. As such, it's currently not possible to interact with Snowflake using the Clojure way.
67
67
68
-
;; To address this gap, I decided to try my hand at creating a [Clojure API for Snowflake](https://github.com/alza-bitz/snowflake-clj) as part of a broader effort to improve the overall situation regarding Clojure support for popular data tools.
68
+
;; To address this gap, I decided to try my hand at creating a [Clojure API for Snowflake](https://github.com/alza-bitz/snowpark-clj) as part of a broader effort to improve the overall situation regarding Clojure support for popular data tools.
69
69
70
70
;; The aim is to validate this approach as a foundation for enabling a wide range of data science or data engineering use cases from the Clojure REPL, in situations where Snowflake is the data warehouse of choice.
0 commit comments