vgvoleg commented on PR #31141:
URL: https://github.com/apache/superset/pull/31141#issuecomment-2505667660

   To test it you can start local YDB via docker-compose:
   ```
   version: "3.3"
   services:
     ydb:
       image: ydbplatform/local-ydb:trunk
       restart: always
       ports:
         - 2136:2136
       hostname: localhost
       environment:
         - YDB_USE_IN_MEMORY_PDISKS=true
         - YDB_ENABLE_COLUMN_TABLES=true
   ```
   
   sqlalchemy uri will be like
   ```
   ydb://localhost:2136/local
   ```


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to