mrchristine / db-migration

Databricks Migration Tools
Other
43 stars 27 forks source link

Apply Table Views After Raw Tables During Metastore Import #61

Closed mrchristine closed 3 years ago

mrchristine commented 3 years ago

There's a bug where views are created before the base tables are created.

We should side-line the views and apply them once all tables have been created.