ChadRosseau commented on code in PR #36348:
URL: https://github.com/apache/superset/pull/36348#discussion_r2574894458


##########
docs/docs/configuration/databases.mdx:
##########
@@ -54,6 +54,7 @@ are compatible with Superset.
 | [Ascend.io](/docs/configuration/databases#ascendio)                       | 
`pip install impyla`                                                            
   | 
`ascend://{username}:{password}@{hostname}:{port}/{database}?auth_mechanism=PLAIN;use_ssl=true`
                                                        |
 | [Azure MS SQL](/docs/configuration/databases#sql-server)                | 
`pip install pymssql`                                                           
   | 
`mssql+pymssql://UserName@presetSQL:[email protected]:1433/TestSchema`
                                                       |
 | [ClickHouse](/docs/configuration/databases#clickhouse)                  | 
`pip install clickhouse-connect`                                                
   | `clickhousedb://{username}:{password}@{hostname}:{port}/{database}`        
                                                                            |
+| [Cloudflare D1](/docs/configuration/databases#cloudflare-d1)                 
 | `pip install superset-engine-d1`                                             
      | 
`d1://{cloudflare_account_id}:{cloudflare_api_token}@{cloudflare_d1_database_id}`
                                                                                
    |

Review Comment:
   Package [`superset-engine-d1`](https://pypi.org/project/superset-engine-d1/)
   Repository 
[`sqlalchemy-cf-d1/superset-engine-d1`](https://github.com/sqlalchemy-cf-d1/superset-engine-d1)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to