Description:
Rename the DEFC column to defc and allow award_types to be null. These changes allow the table to be created, populated and then refreshed from Databricks.
Technical details:
Rename the DEFC column to defc and allow award_types to be null. These changes allow the table to be created, populated and then refreshed from Databricks.
[x] Performance evaluation of affected (API | Script | Download)
[x] Before / After data comparison
Area for explaining above N/A when needed:
1. Unit & integration tests updated
There are already tests that import and test the `TABLE_SPEC` that was updated as part of this change.
2. API documentation updated
No API contracts are affected by this change.
4. Matview impact assessment completed
No matviews are affected by this change.
5. Frontend impact assessment completed
The frontend is not impacted by this change.
Description: Rename the
DEFC
column todefc
and allowaward_types
to benull
. These changes allow the table to be created, populated and then refreshed from Databricks.Technical details: Rename the
DEFC
column todefc
and allowaward_types
to benull
. These changes allow the table to be created, populated and then refreshed from Databricks.Requirements for PR merge:
Area for explaining above N/A when needed: