acdc_aws_etl_pipeline 0.7.5__py3-none-any.whl → 0.7.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- acdc_aws_etl_pipeline/validate/validate.py +2 -4
- {acdc_aws_etl_pipeline-0.7.5.dist-info → acdc_aws_etl_pipeline-0.7.6.dist-info}/METADATA +1 -1
- {acdc_aws_etl_pipeline-0.7.5.dist-info → acdc_aws_etl_pipeline-0.7.6.dist-info}/RECORD +4 -4
- {acdc_aws_etl_pipeline-0.7.5.dist-info → acdc_aws_etl_pipeline-0.7.6.dist-info}/WHEEL +0 -0
|
@@ -616,8 +616,7 @@ def validate_pipeline(
|
|
|
616
616
|
results.extend(gen3_validator.validate.validate_list_dict(obj, resolver.schema_resolved))
|
|
617
617
|
|
|
618
618
|
logger.info("Getting Schema Version")
|
|
619
|
-
|
|
620
|
-
schema_version = resolver.get_schema_version(schema = schema_resolved)
|
|
619
|
+
schema_version = resolver.get_schema_version(schema = schema)
|
|
621
620
|
|
|
622
621
|
full_validation_results_df = pd.DataFrame(results)
|
|
623
622
|
full_validation_results_df["validation_id"] = latest_validation_id
|
|
@@ -637,8 +636,7 @@ def validate_pipeline(
|
|
|
637
636
|
"validation_error",
|
|
638
637
|
"schema_version"
|
|
639
638
|
]]
|
|
640
|
-
|
|
641
|
-
|
|
639
|
+
|
|
642
640
|
logger.info("Validation completed (%s rows).", len(full_validation_results_df))
|
|
643
641
|
except Exception as e:
|
|
644
642
|
logger.exception("Validation failed.")
|
|
@@ -8,7 +8,7 @@ acdc_aws_etl_pipeline/upload/upload_synthdata_s3.py,sha256=Ge5TQzZkWnJNp-q0Ak-Yh
|
|
|
8
8
|
acdc_aws_etl_pipeline/utils/athena_utils.py,sha256=QJlBe-07Hkq-BqmcxBu6ZtAmVfZSHuSY4dijcysgPH8,29560
|
|
9
9
|
acdc_aws_etl_pipeline/utils/dbt_utils.py,sha256=5XRFOwNNIeuW2sQuor3h_OZTuXGg6xv2AUYwj9bMAAM,2054
|
|
10
10
|
acdc_aws_etl_pipeline/utils/release_writer.py,sha256=vsxHJ6l-UWPpzeyEPHurX5iFgeCEQ-9FbySAbPNfTTM,7555
|
|
11
|
-
acdc_aws_etl_pipeline/validate/validate.py,sha256=
|
|
12
|
-
acdc_aws_etl_pipeline-0.7.
|
|
13
|
-
acdc_aws_etl_pipeline-0.7.
|
|
14
|
-
acdc_aws_etl_pipeline-0.7.
|
|
11
|
+
acdc_aws_etl_pipeline/validate/validate.py,sha256=yEOngSfROaKKCDayvC5grDfX3CSlC9NzLLdLC7F6qZI,25475
|
|
12
|
+
acdc_aws_etl_pipeline-0.7.6.dist-info/METADATA,sha256=A8Ba-eO3exEoKcjyrywUc8o1bQxINWV6kZoo6CCFJpI,3096
|
|
13
|
+
acdc_aws_etl_pipeline-0.7.6.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
14
|
+
acdc_aws_etl_pipeline-0.7.6.dist-info/RECORD,,
|
|
File without changes
|