We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9fb51d commit 79bd302Copy full SHA for 79bd302
warehouse/scripts/visualize.py
@@ -284,13 +284,13 @@ def ci_report(
284
]
285
).result
286
include = set(changed_or_downstream_incremental_models + modified_models)
287
+ typer.secho(f"Visualizing the following models: {include}")
288
viz(
289
"man",
290
include=list(include), # this is List typed
291
output=Path("./target/dag.png"),
292
)
293
- print(os.path.join(__file__, "templates"))
294
env = Environment(
295
loader=FileSystemLoader(os.path.join(os.path.dirname(__file__), "templates")),
296
autoescape=select_autoescape(),
0 commit comments