Skip to content

Commit

Permalink
Mark preparer as experimental param
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jun 21, 2024
1 parent 8db2d59 commit b8f8d86
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import Optional, Sequence, Union

import yaml
from dagster._annotations import experimental, public
from dagster._annotations import experimental, experimental_param, public
from dagster._model import IHaveNew, dagster_model_custom
from dagster._utils import run_with_concurrent_update_guard

Expand Down Expand Up @@ -103,6 +103,7 @@ def _prepare_manifest(self, project: "DbtProject") -> None:


@experimental
@experimental_param(param="preparer")
@dagster_model_custom
class DbtProject(IHaveNew):
"""Representation of a dbt project and related settings that assist with managing the project preparation.
Expand Down

0 comments on commit b8f8d86

Please sign in to comment.