Databricks Tweak is a Web extension to enhance Databricks UI. Databricks is great platform but there are some places in the UI which can be optimized in terms of productivity. Databricks Tweak
extension adds some features to Databricks UI which could save you time if you are working with the Databricks on the every day basis.
You may get Databricks Tweak extension from Chrome Web Store or Firefox Browser Add-ons.
- Jobs are sorted in descending order by
Job ID
by default on theJobs
tab. - Restores the filter state on
Jobs
tab when you leave it and navigate back. For example jump to some job details and navigate back viaAll Jobs
link there.
You may enable or disable any feature in the extension options.
-
You need to install npm depenencies:
npm install
-
To build an extension you need to run following command:
npm run build
The
dist
andout
folders will be created as a result of build step. Thedist
folder contains the builded extensions. Theout
folder contains zip-archive with the extension's code.
- Open browser and navigate to
chrome://extensions
. - Enable
Developer Mode
by clicking the toggle switch next toDeveloper mode
. - Click the
Load unpacked
button and select thedist
folder.
- Open browser and navigate to
about:debugging#/runtime/this-firefox
. - Click the
Load Temporary Add-on...
button and select thezip
file in theout
folder.