Skip to content

Commit

Permalink
Update src/impact_analysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Feb 1, 2024
1 parent 82ff2f8 commit 44c2cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/impact_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

OUTPUT_PATH = pathlib.Path("impact_analysis.md")
DBT_ID_PROP = "dbt_unique_id"
MAX_IMPACTED_DOWNSTREAMS = os.getenv("MAX_IMPACTED_DOWNSTREAMS")
MAX_IMPACTED_DOWNSTREAMS = int(os.getenv("MAX_IMPACTED_DOWNSTREAMS", 30))
MAX_DOWNSTREAMS_TO_FETCH = 1000


Expand Down

0 comments on commit 44c2cd3

Please sign in to comment.