Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(bigquery): return data_project as database, not dataset_id
BREAKING CHANGE: the bigquery `current_database` method returns the `data_project` instead of the `dataset_id`. Use `current_schema` to retrieve `dataset_id`. To explicitly list tables in a given project and dataset, you can use `f"{con.current_database}.{con.current_schema}"`
- Loading branch information