Skip to content

Commit fc97885

Browse files
committed
Fix broken links
Also set :draft false
1 parent 8bfbde1 commit fc97885

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

site/data_engineering/support_for_popular_data_tools/snowflake.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author:
88
- {name: Scicloj, url: 'https://scicloj.github.io/'}
99
links:
1010
- {icon: github, href: 'https://github.com/alza-bitz'}
11-
draft: true
11+
draft: false
1212
type: post
1313
date: '2025-09-04'
1414
category: clojure
@@ -66,7 +66,7 @@ However, I found a number of issues that would need to be addressed in order to
6666
Also, in general by my criteria the support classification is "support unknown":
6767

6868
1. CI/CD build [failing.](https://github.com/zero-one-group/geni/actions)
69-
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
69+
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
7070
1. No commits since November 2023.
7171
1. No releases since November 2023.
7272
1. No PRs accepted or rejected since November 2023.
@@ -84,9 +84,9 @@ Also, in general by my criteria the support classification is "support unknown":
8484

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

87-
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.
87+
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.
8888

89-
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.
89+
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.
9090

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

src/data_engineering/support_for_popular_data_tools/snowflake.clj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:clay {:title "Clojure Support for Popular Data Tools: A Data Engineer's Perspective, and a New Clojure API for Snowflake"
33
:external-requirements ["password.edn"]
44
:quarto {:author :alza-bitz
5-
:draft true ; remove to publish
5+
:draft false
66
:type :post
77
:date "2025-09-04"
88
:category :clojure
@@ -48,7 +48,7 @@
4848
;; Also, in general by my criteria the support classification is "support unknown":
4949

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

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

67-
;; 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.
67+
;; 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.
6868

69-
;; 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.
69+
;; 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.
7070

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

0 commit comments

Comments
 (0)