- 7496 Views
- 7 replies
- 1 kudos
Hi Everyone,I'm planning to use databricks python cli "install_libraries"can some one pls post examples on function install_libraries https://github.com/databricks/databricks-cli/blob/main/databricks_cli/libraries/api.py
- 7496 Views
- 7 replies
- 1 kudos
Latest Reply
Here you go using Python SDKfrom databricks.sdk import WorkspaceClientfrom databricks.sdk.service import computew = WorkspaceClient(host="yourhost", token="yourtoken")# Create an array of Library objects to be installedlibraries_to_install = [compute...
6 More Replies
- 2577 Views
- 1 replies
- 0 kudos
Hi,I followed the tutorial here: https://docs.databricks.com/en/delta-live-tables/cdc.html#how-is-cdc-implemented-with-delta-live-tablesThe only change I did is that data is not appended to a table but is read from a parquet file. In practice this me...
- 2577 Views
- 1 replies
- 0 kudos
Latest Reply
My bad - waiting a bit and doing a proper screen refresh does show the numbers.