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
can you share the result of the below query ?select count(1) from transaction_attributes where analysis_start_date = '2025-05-01' and analysis_end_date = '2025-05-01' , If it has multiple entries , the join condition will lead to cross join and henc...
okay, i figured it out , here is the example from databricks_cli.sdk.api_client import ApiClientfrom databricks_cli.libraries.api import LibrariesApiawsapi_client = ApiClient( host="********************", token="*******************",)awslibrary...
hi @Artem Sheiko , im looking for python sdk example to install libraries in the cluster, pls let me know if you have any here is the github link im followinghttps://github.com/databricks/databricks-cli/blob/main/databricks_cli/libraries/api.py
i dont have any issues with installation, im looking for examples to use the python function install_libraries , i want to install libraries via python sdk