Skip to content

Commit

Permalink
Remove experimental tags
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jun 27, 2024
1 parent 31e278d commit e5c3da0
Showing 1 changed file with 1 addition and 4 deletions.
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, experimental_param, public
from dagster._annotations import public
from dagster._model import IHaveNew, dagster_model_custom
from dagster._utils import run_with_concurrent_update_guard

Expand All @@ -21,7 +21,6 @@ def using_dagster_dev() -> bool:
return bool(os.getenv("DAGSTER_IS_DEV_CLI"))


@experimental
class DbtProjectPreparer:
"""The abstract class of a preparer for a DbtProject representation.
Expand All @@ -46,7 +45,6 @@ def using_dagster_dev(self) -> bool:
return using_dagster_dev()


@experimental
class DagsterDbtProjectPreparer(DbtProjectPreparer):
def __init__(
self,
Expand Down Expand Up @@ -133,7 +131,6 @@ def _prepare_manifest(self, project: "DbtProject") -> None:
)


@experimental
@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 e5c3da0

Please sign in to comment.