Skip to content

Commit 376d4cc

Browse files
authored
Add Arch source package core harness (#7)
1 parent e6ed8a1 commit 376d4cc

56 files changed

Lines changed: 23247 additions & 51 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 372 additions & 10 deletions
Large diffs are not rendered by default.

arch/__init__.py

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
"""Arch source-data foundation.
22
3-
Arch owns source-backed facts, target inputs, and microdata ingestion. Modeling
4-
choices such as source reconciliation, aging, imputation, target activation,
5-
and calibration profiles belong in Microplex packages.
3+
Arch owns source artifacts, source-backed facts, constraints, provenance, and
4+
microdata ingestion. Modeling choices such as source reconciliation, aging,
5+
imputation, target activation, and calibration profiles belong in Microplex
6+
packages.
67
"""
78

89
__all__ = [
10+
"bundle",
911
"client",
12+
"concepts",
13+
"consumer_contract",
14+
"core",
15+
"database",
1016
"facts",
17+
"harness",
1118
"jurisdictions",
19+
"mirror",
1220
"microdata",
1321
"normalization",
22+
"source_package",
23+
"store",
1424
"sources",
25+
"suite",
1526
"targets",
1627
]

0 commit comments

Comments
 (0)