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
I'm currently attempting to take advantage of a merged PR that provided syntax highlighting while using IPython's BigQuery magic %%bigquery, but I'm unsure how to set this up. (#553)
How I would like to learn how to do it...
I would like to have a better understanding of what I need to setup (a connected SQL language server?) in order to make use of the highlighting, since there is very little mention of BigQuery elsewhere in the repo.
The text was updated successfully, but these errors were encountered:
Welcome :) There is nothing needed to configure. Just install the extension and it should work out of the box. If it is not working please fill in the template for bug reports.
However, if you want anything more than syntax highlighting you will need to have an sql language server installed which as I mentioned earlier is likely not supporting bigquery-specific constructs.
However, if you want anything more than syntax highlighting you will need to have an sql language server installed which as I mentioned earlier is likely not supporting bigquery-specific constructs.
Thanks for the response! I'll send out a bug report soon, as I'm still having issues locally.
What I am trying to do...
I'm currently attempting to take advantage of a merged PR that provided syntax highlighting while using IPython's BigQuery magic
%%bigquery
, but I'm unsure how to set this up. (#553)How I would like to learn how to do it...
I would like to have a better understanding of what I need to setup (a connected SQL language server?) in order to make use of the highlighting, since there is very little mention of BigQuery elsewhere in the repo.
The text was updated successfully, but these errors were encountered: