summaryrefslogtreecommitdiffstats
path: root/docs/sqlglot.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 20:08:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 20:08:03 +0000
commitcf606e6b9c2bd703d35537ef8880a8b80edf52a5 (patch)
treeac3c8e940fabdaa513920df2a58284fe4e8c84ee /docs/sqlglot.html
parentReleasing debian version 24.0.0-1. (diff)
downloadsqlglot-cf606e6b9c2bd703d35537ef8880a8b80edf52a5.tar.xz
sqlglot-cf606e6b9c2bd703d35537ef8880a8b80edf52a5.zip
Merging upstream version 24.1.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/sqlglot.html')
-rw-r--r--docs/sqlglot.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/sqlglot.html b/docs/sqlglot.html
index c86592f..75ca255 100644
--- a/docs/sqlglot.html
+++ b/docs/sqlglot.html
@@ -39,7 +39,6 @@
<h2>Submodules</h2>
<ul>
- <li><a href="sqlglot/dataframe.html">dataframe</a></li>
<li><a href="sqlglot/dialects.html">dialects</a></li>
<li><a href="sqlglot/diff.html">diff</a></li>
<li><a href="sqlglot/errors.html">errors</a></li>
@@ -196,6 +195,12 @@
<li>SQLGlot does not aim to be a SQL validator - it is designed to be very forgiving. This makes the codebase more comprehensive and also gives more flexibility to its users, e.g. by allowing them to include trailing commas in their projection lists.</li>
</ul>
+<p>What happened to sqlglot.dataframe?</p>
+
+<ul>
+<li>The PySpark dataframe api was moved to a standalone library called <a href="https://github.com/eakmanrq/sqlframe">sqlframe</a> in v24. It now allows you to run queries as opposed to just generate SQL.</li>
+</ul>
+
<h2 id="examples">Examples</h2>
<h3 id="formatting-and-transpiling">Formatting and Transpiling</h3>
@@ -640,6 +645,7 @@
<li><a href="https://github.com/pinterest/querybook">Querybook</a></li>
<li><a href="https://github.com/marsupialtail/quokka">Quokka</a></li>
<li><a href="https://github.com/moj-analytical-services/splink">Splink</a></li>
+<li><a href="https://github.com/eakmanrq/sqlframe">sqlframe</a></li>
</ul>
<h2 id="documentation">Documentation</h2>