From ac7f064bb27e9f651048f61c65841262b5ff4564 Mon Sep 17 00:00:00 2001 From: Tsung-Ju Lii Date: Sat, 9 Nov 2024 09:57:44 +0800 Subject: [PATCH] Update config.py Co-authored-by: Mars Lan --- metaphor/bigquery/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metaphor/bigquery/config.py b/metaphor/bigquery/config.py index 7349743e..68ab1352 100644 --- a/metaphor/bigquery/config.py +++ b/metaphor/bigquery/config.py @@ -78,7 +78,7 @@ class BigQueryLineageConfig: enable_lineage_from_log: bool = True # Number of days back in the query log to process - lookback_days: int = 7 + lookback_days: int = 1 # Whether to include self loop in lineage include_self_lineage: bool = True