Skip to content

Commit

Permalink
stabilize import db: remove experimental warning
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored and dberenbaum committed Aug 7, 2024
1 parent 1bef0da commit 43e6229
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dvc/repo/imp_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from dvc.exceptions import OutputDuplicationError
from dvc.repo.scm_context import scm_context
from dvc.ui import ui
from dvc.utils import resolve_output, resolve_paths

if TYPE_CHECKING:
Expand All @@ -25,11 +24,6 @@ def imp_db(
force: bool = False,
connection: Optional[str] = None,
):
ui.warn("WARNING: import-db is an experimental feature.")
ui.warn(
"The functionality may change or break without notice, "
"which could lead to unexpected behavior."
)
assert sql or table
assert output_format in ("csv", "json")

Expand Down

0 comments on commit 43e6229

Please sign in to comment.