I'm trying to sync data asynchronously from dbt-core to Superset using superset-cli. The setup is mostly working, but I run into issues when I try to execute the following command:
"Unable to build a SQLAlchemy URI for a target of type trino.'
For context, my system includes dbt-core, ClickHouse, and Superset. Data flows from dbt-core to ClickHouse, and Superset imports this data, all using a Trino connection.
The issue is that I’m unsure how superset-cli handles asynchronous data sync, so I'm struggling to diagnose or resolve this error. Any guidance on resolving this, or documentation on Superset’s data sync workflow with superset-cli, would be greatly appreciated!
I'm trying to sync data asynchronously from
dbt-core
to Superset usingsuperset-cli
. The setup is mostly working, but I run into issues when I try to execute the following command:Error message:
For context, my system includes
dbt-core
,ClickHouse
, and Superset. Data flows fromdbt-core
to ClickHouse, and Superset imports this data, all using a Trino connection.The issue is that I’m unsure how
superset-cli
handles asynchronous data sync, so I'm struggling to diagnose or resolve this error. Any guidance on resolving this, or documentation on Superset’s data sync workflow withsuperset-cli
, would be greatly appreciated!