You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Josh Bacon (JIRA)" <ji...@apache.org> on 2018/09/12 20:27:00 UTC

[jira] [Commented] (AIRFLOW-1009) Remove SQLOperator from Concepts page

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

Josh Bacon commented on AIRFLOW-1009:
-------------------------------------

Hello, 

Just for the record here:

I just submitted a Jira/MR that implements a `SqlOperator` (previously-non-existent)

https://issues.apache.org/jira/browse/AIRFLOW-3029

[https://github.com/apache/incubator-airflow/pull/3891]

> Remove SQLOperator from Concepts page
> -------------------------------------
>
>                 Key: AIRFLOW-1009
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1009
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.8.0
>            Reporter: Ruslan Dautkhanov
>            Priority: Major
>             Fix For: 1.9.0
>
>
> As discussed in the dev list..
> SQLOperator neither in the source code nor in the API Reference.
> Although it is mentioned in Concepts page :
> {quote}
> SqlOperator - executes a SQL command
> {quote}
> https://github.com/apache/incubator-airflow/blob/master/docs/concepts.rst#operators 
> Should be updated with 
> ``MySqlOperator``, ``SqliteOperator``, ``PostgresOperator``, ``MsSqlOperator``, ``OracleOperator``, ``JdbcOperator``, etc. - executes a SQL command



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)