-
Notifications
You must be signed in to change notification settings - Fork 196
Update SingleStore docs #612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,4 +7,5 @@ ms.topic: include | |
|
|
||
| * Import | ||
| * DirectQuery (Power BI semantic models) | ||
|
|
||
| * Advanced options | ||
| - Native SQL statement | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -26,6 +26,9 @@ ms.custom: sfi-image-nochange | |||||
|
|
||||||
| [!INCLUDE [Includes_singlestore_capabilities-supported](includes/singlestore-capabilities-supported.md)] | ||||||
|
|
||||||
| > [!NOTE] | ||||||
| > Existing reports created using the `SingleStoreODBC.Query` (CustomSQL functionality) function call continue to be supported. SingleStore recommends using native database queries for new reports. | ||||||
|
|
||||||
| ## Connect to SingleStore | ||||||
|
|
||||||
| To connect Microsoft Power BI Desktop to SingleStore DB or Managed Service: | ||||||
|
|
@@ -36,9 +39,12 @@ To connect Microsoft Power BI Desktop to SingleStore DB or Managed Service: | |||||
|
|
||||||
| :::image type="content" source="./media/singlestore/ss-get-data-connector.png" alt-text="Locate the SingleStore Connectors in Get Data dialog."::: | ||||||
|
|
||||||
| 3. In the **SingleStore database** dialog box, enter the IP address or hostname of the SingleStore cluster in **Server**. In **Database**, enter the database name. | ||||||
| 3. In the connection configuration dialog, enter or select the following: | ||||||
|
|
||||||
| Under **Data Connectivity** mode, select the Import or DirectQuery mode, and then select **OK**. | ||||||
| * **Server**: Enter the IP address or the hostname of the SingleStore cluster. | ||||||
| * **Database**: Enter the name of the SingleStore database to connect with. | ||||||
| * **Data Connectivity mode**: Select **Import** or **DirectQuery**. | ||||||
| * (Optional) To ingest data using a native database query, enter the SQL query in the **Native query** box. | ||||||
|
||||||
| * (Optional) To ingest data using a native database query, enter the SQL query in the **Native query** box. | |
| * (Optional) To ingest data using a native database query, enter the SQL query in the **Native SQL statement** box. |
Copilot
AI
Mar 24, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This limitations section is about native database queries, but the first bullet still talks about creating a "custom SQL report". Consider rephrasing to explicitly refer to running/creating a native database query (or clearly distinguishing it from the legacy CustomSQL/SingleStoreODBC.Query path) so readers don't conflate the two.
| * To create a custom SQL report using the connector, the user must only have read-only access to the SingleStore databases. | |
| * To run a native database query using the connector, the user must only have read-only access to the SingleStore databases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this capabilities include, the nested list under "Advanced options" uses a
-bullet while other connector capability includes use*bullets for nested items. For consistency (and to avoid unexpected rendering differences), switch the nested bullet to match the established*style.