Skip to content

Commit

Permalink
Fix keep_dot propagation in Driver display functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronoJon authored and skrawcz committed Oct 23, 2024
1 parent bc7cbbf commit 083dcce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hamilton/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1200,6 +1200,7 @@ def display_downstream_of(
display_fields=show_schema,
custom_style_function=custom_style_function,
config=self.graph._config,
keep_dot=keep_dot,
)
except ImportError as e:
logger.warning(f"Unable to import {e}", exc_info=True)
Expand Down Expand Up @@ -1263,6 +1264,7 @@ def display_upstream_of(
display_fields=show_schema,
custom_style_function=custom_style_function,
config=self.graph._config,
keep_dot=keep_dot,
)
except ImportError as e:
logger.warning(f"Unable to import {e}", exc_info=True)
Expand Down

0 comments on commit 083dcce

Please sign in to comment.