1. Input Layer
View Code on GitHubThe Input Layer is the contract between source data and the Tuva Core dbt
package. Map each source into the tables required for the domains you enable.
After you install Tuva Core, dbt build runs the models enabled by your project
variables. The Input Layer has three domains: Claims, Clinical, and Provider
Attribution.
New tables: 0 · Columns added: 13 · Columns modified: 28 (including 9 renames) · Columns deleted: 45
These counts compare Tuva Core v0.18.0 with the released v1.0.0 contract.
Renamed fields and changed mapping-format requirements count as modified; other
description-only edits are excluded. Each column is counted within its table.
"Deleted" means removed from the standard Input Layer contract. See the
complete 1.0 Input Layer migration guidance, including date, flag, and
field-level changes.