Skip to content

Client.dataset is deprecated #58

@dimkonko

Description

@dimkonko

Raised on this line: https://github.com/mxmzdlv/pybigquery/blob/master/pybigquery/sqlalchemy_bigquery.py#L380

Client.dataset is deprecated and will be removed in a future version.
Use a string like 'my_project.my_dataset' or a "
cloud.google.bigquery.DatasetReference object, instead.

We can use client.get_table("dataset.table") directly.

I wanted to create a PR but looks lite writes are restricted in this repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions