summaryrefslogtreecommitdiffstats
path: root/docs/sqlglot.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 20:07:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 20:07:58 +0000
commitfc2b129d31cbb474bbebfa0baa8537238f6332ed (patch)
tree5c6055c1be787787ae2d13b144f280740e235f79 /docs/sqlglot.html
parentAdding upstream version 24.0.0. (diff)
downloadsqlglot-fc2b129d31cbb474bbebfa0baa8537238f6332ed.tar.xz
sqlglot-fc2b129d31cbb474bbebfa0baa8537238f6332ed.zip
Adding upstream version 24.1.0.upstream/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>