distinct
doesn't work as a column wrapper - no label is given
#188
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-sqlalchemy API.
type: question
Request for information or clarification. Not an issue.
Environment details
pybigquery
0.9.0 (also tested on 0.8.0)Steps to reproduce
make a query that uses
sqlalchemy.distinct
and not Query.distinctEDIT: found out that the problem is that the former does not add an
AS
to the query, hence - adding a label manually is a workaroundCode example
Stack trace
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
The text was updated successfully, but these errors were encountered: