don't enforce "use_labels = True" #78
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-sqlalchemy API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
BigQueryCompiler.visit_select
setsargs[0].use_labels = True
in my project for example this is unneeded and changes all column names.
Please either:
The text was updated successfully, but these errors were encountered: