You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/04/02 18:54:00 UTC

[jira] [Commented] (AIRFLOW-6982) Add Exasol hook, connection & operator

    [ https://issues.apache.org/jira/browse/AIRFLOW-6982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074001#comment-17074001 ] 

ASF subversion and git services commented on AIRFLOW-6982:
----------------------------------------------------------

Commit 69dc91b4ef92d0f89abe097afd27bbe7ec2febd0 in airflow's branch refs/heads/master from Pieter Mulder
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=69dc91b ]

[AIRFLOW-6982] add native python exasol support (#7621)

* [AIRFLOW-6982] add native python exasol support

This adds exasol DB support, including a hook, connection type &
operator. The [pyexasol](https://github.com/badoo/pyexasol) library is
used to interact with the database.

* Add exasol to EXTRAS documentation

* Add exasol requirements to requirements files

* Add exasol to backport packages setup

Co-authored-by: Jan Omar <ja...@wooga.net>

> Add Exasol hook, connection & operator
> --------------------------------------
>
>                 Key: AIRFLOW-6982
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6982
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: operators
>    Affects Versions: 1.10.9
>            Reporter: Pieter Mulder
>            Assignee: Pieter Mulder
>            Priority: Major
>
> We've been using Airflow together with [Exasol|https://www.exasol.com/en/] internally for a while. I'd like to share our implementation, using the [pyexasol library|https://github.com/badoo/pyexasol].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)