Skip to content

Commit

Permalink
applied black
Browse files Browse the repository at this point in the history
  • Loading branch information
tjirab committed Feb 1, 2024
1 parent c7d6495 commit 912db6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/impact_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@
import traceback
from typing import Dict, List, Optional, TypedDict

from os import environ
from datahub.ingestion.graph.client import DatahubClientConfig, DataHubGraph
from datahub.metadata.schema_classes import DatasetPropertiesClass
from datahub.telemetry import telemetry

from os import environ
from rendering import datahub_url_from_urn, format_entity

OUTPUT_PATH = pathlib.Path("impact_analysis.md")
DBT_ID_PROP = "dbt_unique_id"
MAX_IMPACTED_DOWNSTREAMS = environ.get('MAX_IMPACTED_DOWNSTREAMS') or 30
MAX_IMPACTED_DOWNSTREAMS = environ.get("MAX_IMPACTED_DOWNSTREAMS") or 30
MAX_DOWNSTREAMS_TO_FETCH = 1000


Expand Down

0 comments on commit 912db6a

Please sign in to comment.