This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/p42_pipeline/etl/reconciliation.py b/p42_pipeline/etl/reconciliation.py | |
| index d4aa661..5f2f8e2 100644 | |
| --- a/p42_pipeline/etl/reconciliation.py | |
| +++ b/p42_pipeline/etl/reconciliation.py | |
| @@ -67,6 +67,26 @@ BOOLEAN_FIELDS_WARNING = ["bk002_valid", "bk004_valid", "bk005_valid", "bk009_va | |
| STRING_FIELDS = ["row_label"] | |
| STRUCTURAL_FIELDS = ["row_type", "template_family"] | |
| +# --------------------------------------------------------------------------- | |
| +# Pipeline-derived field classification |