[GitHub] [airflow] feluelle commented on a change in pull request #7903: Add property conn_name and connection to dbapi_hook

2020-04-26 Thread GitBox
feluelle commented on a change in pull request #7903: URL: https://github.com/apache/airflow/pull/7903#discussion_r415251335 ## File path: airflow/hooks/dbapi_hook.py ## @@ -62,15 +63,29 @@ def __init__(self, *args, **kwargs): raise AirflowException("conn_name_attr

[GitHub] [airflow] feluelle commented on a change in pull request #7903: Add property conn_name and connection to dbapi_hook

2020-04-26 Thread GitBox
feluelle commented on a change in pull request #7903: URL: https://github.com/apache/airflow/pull/7903#discussion_r415253247 ## File path: airflow/hooks/dbapi_hook.py ## @@ -62,15 +63,29 @@ def __init__(self, *args, **kwargs): raise AirflowException("conn_name_attr

[GitHub] [airflow] feluelle commented on a change in pull request #7903: Add property conn_name and connection to dbapi_hook

2020-07-10 Thread GitBox
feluelle commented on a change in pull request #7903: URL: https://github.com/apache/airflow/pull/7903#discussion_r452870681 ## File path: airflow/providers/odbc/hooks/odbc.py ## @@ -69,20 +69,20 @@ def __init__( self._connect_kwargs = connect_kwargs @property -