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

   ### SUMMARY
   
   Add engine specs for two Apache Software Foundation database projects that 
Superset can connect to:
   
   - **Apache Phoenix** — A SQL query engine for Apache HBase, providing 
low-latency SQL queries over HBase data. Uses the `phoenixdb` driver with 
`phoenix://` dialect on default port 8765.
   - **Apache IoTDB** — A time series database designed for IoT data with 
efficient storage and query capabilities. Uses the `apache-iotdb` driver with 
`iotdb://` dialect on default port 6667.
   
   Both specs include metadata for documentation generation, project logos, 
connection string templates, and appropriate categorization under 
`APACHE_PROJECTS`.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   N/A — metadata-only changes that appear in database documentation.
   
   ### TESTING INSTRUCTIONS
   1. Verify the new engine specs are discovered: `python -c "from 
superset.db_engine_specs.phoenix import PhoenixEngineSpec; 
print(PhoenixEngineSpec.engine_name)"`
   2. Verify IoTDB: `python -c "from superset.db_engine_specs.iotdb import 
IoTDBEngineSpec; print(IoTDBEngineSpec.engine_name)"`
   3. Run the metadata lint: `cd docs && yarn lint:db-metadata`
   4. Check that logos exist at `docs/static/img/databases/apache-phoenix.png` 
and `docs/static/img/databases/apache-iotdb.svg`
   
   ### ADDITIONAL INFORMATION
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] 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
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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