Commit 6cd1b70
authored
Move core directories and files to databricks directory (#937)
## What changes are proposed in this pull request?
This PR moves all the "core" directories and files into the "databricks"
directory, which is meant to become the core library.
This PR also comments out some tests(specifically tests in
tests/integration/test_auth.py) that upload the current copy of the
Python SDK to the workspace and use that copy to run some notebook code.
The reason for commenting out these tests is that Databricks Connect
depends on the Python SDK in the workspace. However, Due to the
directory changes, the dependency path in Databricks Connect no longer
matches this change. As SDK Mod represents a complete architectural
change of the SDK Beta, we cannot simply use it in the DB connect, and
we need to update it accordingly.
## How is this tested?
Existing Tests.
NO_CHANGELOG=true1 parent edc5c3b commit 6cd1b70
File tree
79 files changed
+272
-263
lines changed- .github/workflows
- databricks/sdk
- databricks
- errors
- logger
- runtime
- mixins
- service
- docs
- tests
- integration
- testdata
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+272
-263
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Whitespace-only changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | | - | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments