Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
382 changes: 372 additions & 10 deletions README.md

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions arch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
"""Arch source-data foundation.

Arch owns source-backed facts, target inputs, and microdata ingestion. Modeling
choices such as source reconciliation, aging, imputation, target activation,
and calibration profiles belong in Microplex packages.
Arch owns source artifacts, source-backed facts, constraints, provenance, and
microdata ingestion. Modeling choices such as source reconciliation, aging,
imputation, target activation, and calibration profiles belong in Microplex
packages.
"""

__all__ = [
"bundle",
"client",
"concepts",
"consumer_contract",
"core",
"database",
"facts",
"harness",
"jurisdictions",
"mirror",
"microdata",
"normalization",
"source_package",
"store",
"sources",
"suite",
"targets",
]
Loading
Loading