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 2017/03/19 14:09:42 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=15931699#comment-15931699 ] 

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

Commit 7d11444a53aca13a85a9aadddde91bed83f35441 in incubator-airflow's branch refs/heads/master from [~Tagar]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=7d11444 ]

[AIRFLOW-1009] Remove SQLOperator from Concepts page

Remove SQLOperator from Concepts page. Update with
a sample list of database backend-specific
operators, lile, MySqlOperator, SqliteOperator,
PostgresOperator, MsSqlOperator, OracleOperator,
JdbcOperator

Closes #2168 from Tagar/AIRFLOW-1009


> 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: Airflow 1.8
>            Reporter: Ruslan Dautkhanov
>             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
(v6.3.15#6346)