Replies: 3 comments
|
Does datafuse have mechanism like FDW(Foreign Data Wrapper)? It's necessary to support registering external data sources in catalog, with their specific attributes(e.g. host, port, url). |
We are planning to refcator the datasource module to support more datasources. And the ENGINE uri is stored in metastore, when we use one table we first to check it's uri from the metastore and select the right datasource(here is mysql datasource) factory. |
|
No action to take for now. Let's move to discussion. |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Add MySQL external datasource.
All reactions