Skip to content

Support BigQuery column naming conventions #254

Description

@blairj09

In BigQuery, . are not allowed in column names. The default dplyr join behavior is to distinguish identical column names with the .x and .y suffix. This breaks dplyr joins in BigQuery.

The user could certainly update the suffix argument to join calls so that joins work (for example, suffix = c("_x", "_y") works). However, it would be nice if dbplyr contained a translation layer for BigQuery that took care of this.

BigQuery ODBC connections have class BigQuery

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions