Skip to content

Commit eb574ee

Browse files
Move aitools out of experimental/ to top-level aitools/
Per Simon's review on #4917, the source files should live outside experimental/ now that aitools is a top-level command. Renames the directory from experimental/aitools/ to aitools/ and updates all import paths, examples, and tooling references (Makefile, OWNERS, testmask, pr-checklist). The experimental/aitools alias still routes to the same package via its new import path, so 'databricks experimental aitools' continues to work as a deprecated entry point. Co-authored-by: Isaac
1 parent 6ca51ec commit eb574ee

59 files changed

Lines changed: 53 additions & 53 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agent/skills/pr-checklist/SKILL.md

Lines changed: 1 addition & 1 deletion

.github/OWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
# Internal
6060
/internal/ team:platform
6161

62-
# Experimental
63-
/experimental/aitools/ team:eng-apps-devex @lennartkats-db
62+
# AI tools
63+
/aitools/ team:eng-apps-devex @lennartkats-db

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ bundle/direct/dresources/resources.generated.yml: ./bundle/direct/tools/generate
243243

244244
.PHONY: test-exp-aitools
245245
test-exp-aitools:
246-
make test TEST_PACKAGES="./experimental/aitools/..." ACCEPTANCE_TEST_FILTER="TestAccept/apps"
246+
make test TEST_PACKAGES="./aitools/..." ACCEPTANCE_TEST_FILTER="TestAccept/apps"
247247

248248
.PHONY: test-exp-ssh
249249
test-exp-ssh:
Lines changed: 8 additions & 8 deletions

experimental/aitools/cmd/discover_schema.go renamed to aitools/cmd/discover_schema.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import (
1212
"sync"
1313
"syscall"
1414

15+
"github.com/databricks/cli/aitools/lib/middlewares"
16+
"github.com/databricks/cli/aitools/lib/session"
1517
"github.com/databricks/cli/cmd/root"
16-
"github.com/databricks/cli/experimental/aitools/lib/middlewares"
17-
"github.com/databricks/cli/experimental/aitools/lib/session"
1818
"github.com/databricks/cli/libs/cmdctx"
1919
"github.com/databricks/cli/libs/cmdio"
2020
"github.com/databricks/cli/libs/log"
File renamed without changes.

0 commit comments

Comments
 (0)