-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
2Simple issue requiring little effortSimple issue requiring little effortenhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
2Simple issue requiring little effortSimple issue requiring little effortenhancementNew feature or requestNew feature or request