summaryrefslogtreecommitdiffstats
path: root/docs/sqlglot.html
diff options
context:
space:
mode:
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>