Hi,
As Denodo Platform provides various access mechanisms, the client applications can take advantage of these mechanisms and connect to the Denodo Platform as required.
You can find more information in the [**Introduction**](https://community.denodo.com/docs/html/browse/8.0/vdp/developer/introduction/introduction) section of the Virtual DataPort Developer Guide.
In this scenario, I was able to **create** a new JDBC connection for Denodo Platform in Airflow by choosing the "Conn type" as "Jdbc Connection" and after that, I was able to query the Denodo views as required.
Note that, before creating the connection, I ensured that the Denodo JDBC driver is available in the Airflow environment and based on this, I had updated the Driver path in the [Connection](https://airflow.apache.org/docs/apache-airflow/stable/howto/connection.html#creating-a-connection-with-the-ui) section.
I suggest you to refer to the [**Access Through JDBC**](https://community.denodo.com/docs/html/browse/8.0/vdp/developer/access_through_jdbc/access_through_jdbc) section (and its subsections) under the Virtual DataPort Developer Guide which explains more on the parameters, connection string, Driver Class, etc for JDBC related connections.
Hope this helps!