Fix bad workspace ids

Description

BigQuery workspace ids are generated from the table name. This means tables with the same name from different databases will get the same id. This means data from one table will be presented as data from the other table, which is completely wrong.

A similar problem exists for database connections though on a bigger scale. Tables with the same name from any database connection will share the same workspace id. This means every table with the same name from any database instance from any database system will share the same workspace.

Release Notes

Fixed a bug that would cause workspace ids to clash when wrangling items of the same name.

Activity

Show:

Albert Shau May 2, 2019 at 12:44 AM

Albert Shau January 10, 2019 at 12:35 AM

Also, sometimes the workspace scope is included in the id and sometimes it is not.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Labels

Components

Fix versions

Priority

Created December 21, 2018 at 6:59 PM
Updated May 23, 2019 at 2:20 AM
Resolved May 2, 2019 at 9:43 PM