ChadRosseau opened a new pull request, #36348:
URL: https://github.com/apache/superset/pull/36348

   ### SUMMARY
   This PR adds support for the D1 database in Superset via a new external 
engine package:
   
   * **`superset-engine-d1`** – Enables Superset to connect to D1 databases.
   * **`sqlalchemy-d1`** and **`dbapi-d1`** – Underlying packages required by 
the engine, recursively installed as dependencies of the engine.
   
   After installation, users can connect to D1 databases in Superset using the 
`d1` engine spec. Example connection string:
   
   ```
   
d1://{cloudflare_account_id}:{cloudflare_api_token}@{cloudflare_d1_database_id}
   ```
   
   ### TESTING INSTRUCTIONS
   All packages have unit tests written. They can be installed by cloning the 
appropriate repositories and running `poetry run pytest`
   
   Testing the functionality itself can be done by creating a Cloudflare 
account and following the connection process.
   
   ### ADDITIONAL INFORMATION
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   (https://github.com/apache/superset/issues/13351))
     - [x] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [x] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
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