Is your feature request related to a problem? Please describe.
Support debugging/logging options depending on an Airflow variable.
Acceptance Criteria
Give the ability to the Airflow user to enable/disable debugging/logging by editing an Airflow variable.
Debugging details must be enabled on the DB engine and the Requests client to inspect interactions with the DB and external APIs.
Additional context
The Requests session used support a debug parameter: https://github.com/hikaya-io/connectors/blob/master/DAGs/helpers/requests.py#L30
The SQL Alchemy create_engine method used support an echo parameter
Is your feature request related to a problem? Please describe.
Support debugging/logging options depending on an Airflow variable.
Acceptance Criteria
Give the ability to the Airflow user to enable/disable debugging/logging by editing an Airflow variable.
Debugging details must be enabled on the DB engine and the Requests client to inspect interactions with the DB and external APIs.
Additional context
The Requests session used support a
debugparameter: https://github.com/hikaya-io/connectors/blob/master/DAGs/helpers/requests.py#L30The SQL Alchemy
create_enginemethod used support anechoparameter