CivicSpleen / ambry

A comprehensive data package manager
BSD 2-Clause "Simplified" License
4 stars 5 forks source link

Warehouse tables are always named with VID #189

Closed ericbusboom closed 8 years ago

ericbusboom commented 8 years ago

Warehouse tables, regardless of whether they are materialized or virtual, should always be named after the partition vid. ( They should not have the 'p_' prefix and '_vt' suffix. )

ericbusboom commented 8 years ago

@nmb10 , I solve this by creating a view at the end of the install() routine. This changes the return value, and probably breaks some tests. Unfortunately, I could not fix that problem, because there are a lot of other things that break the tests.