1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 20:55:24 +02:00

dbx: add page (#15345)

* dbx: add page

* fix syntax

* missing dot

* Update pages/common/dbx.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Juri Dispan 2024-12-28 14:36:38 +01:00 committed by GitHub
parent 3b754148c2
commit 14799ff41f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
pages/common/dbx.md Normal file
View file

@ -0,0 +1,21 @@
# dbx
> Interact with the Databricks platform.
> Note: this tool has been retired and it is recommended to use Databricks Asset Bundles instead.
> More information: <https://dbx.readthedocs.io/en/latest/reference/cli/#dbx>.
- Create a new `dbx` project in the current working directory:
`dbx configure --profile {{DEFAULT}}`
- Sync local files from the specified path to DBFS and watch for changes:
`dbx sync dbfs --source {{path/to/directory}} --dest {{path/to/remote_directory}}`
- Deploy the specified workflow to artifact storage:
`dbx deploy {{workflow_name}}`
- Launch the specified workflow after deploying it:
`dbx launch {{workflow_name}}`