Skip to content

Commit ce5c8d7

Browse files
committed
changing date for testing
1 parent 305db39 commit ce5c8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bronze/incremental_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def get_all_dates_until_today(start_date: date):
102102
return dates
103103

104104
def full_initial_ingestion(spark: SparkSession, table: str, savepath: str, jdbc_url:str, MYSQL_USER:str, MYSQL_SECRET:str) -> Tuple[bool, str]:
105-
processing_dates = get_all_dates_until_today(date(2019,1,1))
105+
processing_dates = get_all_dates_until_today(date(2024,1,1))
106106
current_year = datetime.now().year
107107
current_month = datetime.now().month
108108
current_day = datetime.now().day

0 commit comments

Comments
 (0)