cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Genie Ontology access on Free Edition

Soham-003
New Contributor

Hi Community,

I am currently using the  Free Edition and I would like to explore Genie Ontology as part of a project.

I checked my account and it seems Genie Ontology is not yet available on the Free Edition. Could someone guide me on how to request access, or let me know if there is a waitlist I can join?

Thank you!

1 ACCEPTED SOLUTION

Accepted Solutions

GabFernandes
New Contributor III

Hi!

To answer your question directly: Databricks Genie (and Genie Spaces / Ontology) is not available on the Databricks Community Edition (Free Edition), and there is currently no waitlist to enable it within that environment.

Here is why, along with the best alternative to explore and test it:

Why isn't it on Community Edition?
Databricks Genie relies heavily on Unity Catalog for semantic context, metadata resolution, and permission governance, as well as Databricks SQL Warehouses (Serverless/Pro) to execute natural language queries in real time. Because Community Edition is designed as a lightweight, single-node sandbox without full Unity Catalog or SQL Warehouse infrastructure, high-level AI capabilities like Genie cannot run there.

Recommended Way to Test Genie Ontology
If you want to evaluate Genie for a project or proof-of-concept, the best route is to use the 14-Day Databricks Free Trial on your preferred cloud provider (Azure, AWS, or GCP):

Sign up for a Full Free Trial: Go to the Databricks Free Trial Page and choose a cloud workspace (e.g., Azure Databricks or AWS Databricks).

Enable Unity Catalog: Ensure your trial workspace is integrated with Unity Catalog (this is standard for all modern deployments).

Set up a Databricks SQL Warehouse: Launch a Pro or Serverless SQL Warehouse.

Create a Genie Space: Navigate to the DBSQL / AI section in the sidebar, click on Genie, and start building your Genie Space by linking your governed tables and defining your semantic ontology/instructions.

This will give you full, unrestricted access to the complete Databricks Data + AI features to properly test Genie's natural language capabilities and ontology definitions.

Hope this helps steer your project in the right direction! Let us know if you have any questions on configuring the trial.

View solution in original post

2 REPLIES 2

GabFernandes
New Contributor III

Hi!

To answer your question directly: Databricks Genie (and Genie Spaces / Ontology) is not available on the Databricks Community Edition (Free Edition), and there is currently no waitlist to enable it within that environment.

Here is why, along with the best alternative to explore and test it:

Why isn't it on Community Edition?
Databricks Genie relies heavily on Unity Catalog for semantic context, metadata resolution, and permission governance, as well as Databricks SQL Warehouses (Serverless/Pro) to execute natural language queries in real time. Because Community Edition is designed as a lightweight, single-node sandbox without full Unity Catalog or SQL Warehouse infrastructure, high-level AI capabilities like Genie cannot run there.

Recommended Way to Test Genie Ontology
If you want to evaluate Genie for a project or proof-of-concept, the best route is to use the 14-Day Databricks Free Trial on your preferred cloud provider (Azure, AWS, or GCP):

Sign up for a Full Free Trial: Go to the Databricks Free Trial Page and choose a cloud workspace (e.g., Azure Databricks or AWS Databricks).

Enable Unity Catalog: Ensure your trial workspace is integrated with Unity Catalog (this is standard for all modern deployments).

Set up a Databricks SQL Warehouse: Launch a Pro or Serverless SQL Warehouse.

Create a Genie Space: Navigate to the DBSQL / AI section in the sidebar, click on Genie, and start building your Genie Space by linking your governed tables and defining your semantic ontology/instructions.

This will give you full, unrestricted access to the complete Databricks Data + AI features to properly test Genie's natural language capabilities and ontology definitions.

Hope this helps steer your project in the right direction! Let us know if you have any questions on configuring the trial.

Thanks for your help!