DataBiosphere / data-explorer

BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Export full BigQuery table names #332

Closed melissachang closed 5 years ago

melissachang commented 5 years ago

Before this PR, BiqQuery table entities had a short name that was just table name:

1

This broke exporting from internal Baseline DE because there are two tables with the same name.

After this PR, we go back to exporting fully qualified table name:

2

The test change is needed for tests to pass with tox 3.10, which was just released.