You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/pmbrull/projects/OpenMetadata/venv/lib/python3.11/site-packages/pyspark/sql/catalog.py", line 361, in listTables
iter = self._jcatalog.listTables(dbName).toLocalIterator()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/pmbrull/projects/OpenMetadata/venv/lib/python3.11/site-packages/pyspark/python/lib/py4j-0.10.9.7-src.zip/py4j/java_gateway.py", line 1322, in __call__
File "/Users/pmbrull/projects/OpenMetadata/venv/lib/python3.11/site-packages/pyspark/errors/exceptions/captured.py", line 186, in deco
raise converted from None
pyspark.errors.exceptions.captured.ParseException:
[PARSE_SYNTAX_ERROR] Syntax error at or near end of input.(line 1, pos 0)
== SQL ==
^^^
We won't support deltalake in 3.11 until we can fix this. The same code is running with python 3.8 - 3.10
The text was updated successfully, but these errors were encountered:
Following the steps from the docs
and running
gives us
We won't support deltalake in 3.11 until we can fix this. The same code is running with python 3.8 - 3.10
The text was updated successfully, but these errors were encountered: