From ee2181047dba2c95360b724e5a5d310d1051f58a Mon Sep 17 00:00:00 2001 From: Jorge Escobar Date: Fri, 8 Apr 2022 14:44:07 -0400 Subject: [PATCH] adding INPUT_EXTRACTED_FILE_NAME to base class --- data/data-pipeline/data_pipeline/etl/base.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/data-pipeline/data_pipeline/etl/base.py b/data/data-pipeline/data_pipeline/etl/base.py index 56c080bc..348d273e 100644 --- a/data/data-pipeline/data_pipeline/etl/base.py +++ b/data/data-pipeline/data_pipeline/etl/base.py @@ -59,6 +59,9 @@ class ExtractTransformLoad: # SOURCE_URL is used to extract source data in extract(). SOURCE_URL: str = None + # INPUT_EXTRACTED_FILE_NAME is the name of the file after extract(). + INPUT_EXTRACTED_FILE_NAME: str = None + # GEO_LEVEL is used to identify whether output data is at the unit of the tract or # census block group. # TODO: add tests that enforce seeing the expected geographic identifier field