Loading...
pip install -r requirements.txtget_genie_space_id()Lists available Genie space IDs and titles.
Read-only operation, no side effects.
get_space_info(space_id: str)Retrieves title and description of a Genie space.
Read-only operation, no side effects.
ask_genie(space_id: str, question: str)Starts a new Genie conversation and gets results based on a question.
Executes queries, potential for resource consumption.
follow_up(space_id: str, conversation_id: str, question: str)Continues an existing Genie conversation with a follow-up question.
Executes queries, potential for resource consumption.
This server is relatively safe for read-only operations within Databricks Genie. However, the risk of token exposure and potential data leakage necessitates careful handling of credentials and input validation. Avoid using it with highly sensitive data without additional security measures.