Skip to content

Commit

Permalink
Remove experimental marker from DbtProject
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jun 27, 2024
1 parent 5d05e0f commit 7d2f293
Showing 1 changed file with 1 addition 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

0 comments on commit 7d2f293

Please sign in to comment.