We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
keep_dot
Driver
1 parent bc7cbbf commit 74c25caCopy full SHA for 74c25ca
hamilton/driver.py
@@ -1200,6 +1200,7 @@ def display_downstream_of(
1200
display_fields=show_schema,
1201
custom_style_function=custom_style_function,
1202
config=self.graph._config,
1203
+ keep_dot=keep_dot,
1204
)
1205
except ImportError as e:
1206
logger.warning(f"Unable to import {e}", exc_info=True)
@@ -1263,6 +1264,7 @@ def display_upstream_of(
1263
1264
1265
1266
1267
1268
1269
1270
0 commit comments