Warehouse builds should specify target columns

Issue #527 closed
Brian Lewis repo owner created an issue

INSERTS into warehouse tables should not rely on column order to insert values into correct columns. When new columns are added by Sql Delta, the column order is not necessarily the same. While this can be configured in Delta, it is better to be explicit in the INSERT statement.

First to need adapting is : warehouse.buildTeacherLocation

Comments (3)

  1. Log in to comment