I am working on a jdbc dag using the provider hook for jdbc. I want the driver class and driver path to be stored in the airflow connection, but looking at the functions driver_class and driver_path if i don’t specify a specific override in the airflow config it won’t pull from the connection. My understanding is we are not able to use the airflow config in Astronomer. Am I understanding something wrong here?
Docs: https://github.com/apache/airflow/blob/main/airflow/providers/jdbc/hooks/jdbc.py