Skip to content

Commit ccebe32

Browse files
Merge branch 'main' into feature/issue_281_install_sh
2 parents e2852cf + d1b18a7 commit ccebe32

38 files changed

+862
-511
lines changed

.github/workflows/push.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,27 @@ jobs:
4040
- name: Install hatch
4141
run: pip install hatch==$HATCH_VERSION
4242

43-
- name: Verify linting
44-
run: hatch run lint:verify
45-
4643
- name: Run unit tests
4744
run: hatch run unit:test
4845

4946
- name: Publish test coverage
5047
uses: codecov/codecov-action@v1
5148

49+
fmt:
50+
runs-on: ubuntu-latest
51+
steps:
52+
- name: Checkout
53+
uses: actions/checkout@v3
54+
55+
- name: Install Python
56+
uses: actions/setup-python@v4
57+
with:
58+
cache: 'pip'
59+
cache-dependency-path: '**/pyproject.toml'
60+
python-version: 3.10.x
61+
62+
- name: Install hatch
63+
run: pip install hatch==$HATCH_VERSION
64+
65+
- name: Verify linting
66+
run: hatch run lint:verify

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ The upgrade process starts with installing code to run the upgrade assessment as
1616

1717

1818
UCX leverages Databricks Lakehouse platform to upgrade itself, this includes creating jobs, notebooks, deploying code and configuration files. The `install.sh` guides you through this installation.
19-
By running the installation you install the assessment job and a number of upgrade jobs. The assessment and upgrade jobs are outlined in the custom generated README.py that is created by the installer and displayed to you by the `install.sh`
19+
By running the installation you install the assessment job and a number of upgrade jobs. The assessment and upgrade jobs are outlined in the custom generated README.py that is created by the installer and displayed to you by the `install.sh`. See interactive installation [tutorial here](https://app.getreprise.com/launch/G6YbWLn/).
2020

2121

22-
The custom generated README.py, config.yaml and other assets are placed into your Databricks workspace home folder, into a subfolder named `.ucx`
22+
The custom generated README.py, config.yaml and other assets are placed into your Databricks workspace home folder, into a subfolder named `.ucx`. See [interactive tutorial](https://app.getreprise.com/launch/zXPxBZX/).
2323

2424

2525
Once the custom Databricks jobs are installed, begin by triggering the assessment job. The assessment job can be found under your workflows or via the active link in the README.py. Once the assessment job is complete, you can review the results in the custom generated Databricks dashboard (linked to by the custom README.py found in the workspace folder created for you).

notebooks/common.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

notebooks/toolkit.py

Lines changed: 0 additions & 161 deletions
This file was deleted.

src/databricks/labs/ucx/account/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)