Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mars Lan <[email protected]>
  • Loading branch information
usefulalgorithm and mars-lan authored Nov 9, 2024
1 parent 1923619 commit ac7f064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaphor/bigquery/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac7f064

Please sign in to comment.