CybercentreCanada / jupyterlab-sql-editor

A JupyterLab extension providing, SQL formatter, auto-completion, syntax highlighting, Spark SQL and Trino
BSD 3-Clause "New" or "Revised" License
83 stars 13 forks source link

Json metadata format #137

Closed sgomesmirion closed 11 months ago

sgomesmirion commented 11 months ago

Hey!

I'm using SparkMagics, so I need to manually generate the metadata JSON file to be used by the sql-language-server.

Could you provide an example of the JSON format?

Thanks in advance!

sgomesmirion commented 11 months ago

Amazing. Immediately after posting, I found it: https://github.com/joe-re/sql-language-server/blob/release/example/jupyterlab/sparkdb.schema.json.

Leaving here for future reference.