Skip to content

Commit

Permalink
Remove space from dbt example notebook path (#7038)
Browse files Browse the repository at this point in the history
  • Loading branch information
smackesey committed Mar 13, 2022
1 parent 1244427 commit 79827ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dbt_example/dbt_example/solids.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_cereals_models(context) -> DbtCliOutput:

analyze_cereals = define_dagstermill_solid(
"analyze_cereals",
file_relative_path(__file__, "notebooks/Analyze Cereals.ipynb"),
file_relative_path(__file__, "notebooks/Analyze_Cereals.ipynb"),
input_defs=[InputDefinition("run_results", dagster_type=DbtCliOutput)],
output_defs=[OutputDefinition(str)],
required_resource_keys={"db"},
Expand Down

0 comments on commit 79827ef

Please sign in to comment.