-
-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Hey!
Checklist
• Switching to airflow-dbt-python version 3.0.3 from 2.2.0
• I tried configuring a Trino connection using dbt_conn_id=CONN_ID (instead of target=)
• I verified that the same connection works with the older version (2.2.0)
• I reviewed the docs and inspected DbtConnectionHook subclasses
However, I get the following error at runtime:
raise KeyError(
KeyError: 'There are no DbtConnectionHook subclasses with conn_type=trino'
[2025-08-06, 10:53:39 UTC] {taskinstance.py:3310} ERROR - Task failed with exception
Looking at the source (airflow_dbt_python/hooks/target.py), I only see spark, bigquery, snowflake, redshift, postgres but no DbtTrinoHook or support for conn_type="trino".
Does airflow-dbt-python currently support trino connections via Airflow’s dbt_conn_id= connection?
If not, can this support be added in future versions?
Thank you!
YuriyGavrilovYuriyGavrilov
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed