Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Jun 22, 2024
1 parent 2c59e04 commit f4ac370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def load_assets_from_dbt_project(

# declare hidden parameter that will break at 2.0
def hidden_until_20_param(param: str) -> Callable[[Callable[..., Any]], Callable[..., Any]]:
return functools.partial(hidden_param, param=param, hidden=True, breaking_version="2.0")
return functools.partial(hidden_param, param=param, breaking_version="2.0")


@hidden_param(
Expand Down

0 comments on commit f4ac370

Please sign in to comment.