In datalab I'm using the datalab.bigquery module. I'd like to set the default dialect to SQL.
I tried the following but it didn't work.
import datalab.bigquery as datalab_bq
dialect=datalab_bq.Dialect.default()
dialect.set_bq_dialect('sql')
But it doesn't seem to have changed the dialect.