Closed melissachang closed 5 years ago
Before this PR, BiqQuery table entities had a short name that was just table name:
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:
The test change is needed for tests to pass with tox 3.10, which was just released.
Before this PR, BiqQuery table entities had a short name that was just table name:
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:
The test change is needed for tests to pass with tox 3.10, which was just released.