Skip to content

Commit a576174

Browse files
Merge pull request #76 from alza-bitz/data-engineering-clojure-support-for-popular-data-tools
Fix broken links
2 parents dd4d2d4 + fa34867 commit a576174

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

site/data_engineering/support_for_popular_data_tools/snowflake.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ However, I found a number of issues that would need to be addressed in order to
6565
Also, in general by my criteria the support classification is "support unknown":
6666

6767
1. CI/CD build [failing.](https://github.com/zero-one-group/geni/actions)
68-
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
6969
1. No commits since November 2023.
7070
1. No releases since November 2023.
7171
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":
8383

8484
### Snowflake Interop with a New Clojure API!
8585

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.
8787

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.
8989

9090
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.
9191

src/data_engineering/support_for_popular_data_tools/snowflake.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
;; Also, in general by my criteria the support classification is "support unknown":
4848

4949
;; 1. CI/CD build [failing.](https://github.com/zero-one-group/geni/actions)
50-
;; 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
5151
;; 1. No commits since November 2023.
5252
;; 1. No releases since November 2023.
5353
;; 1. No PRs accepted or rejected since November 2023.
@@ -63,9 +63,9 @@
6363

6464
;; ### Snowflake Interop with a New Clojure API!
6565

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.
6767

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.
6969

7070
;; 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.
7171

0 commit comments

Comments
 (0)