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

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

Commit 3e32819d85acca4413d2d7d4bcd814c4c9af3241 in incubator-airflow's branch 
refs/heads/master from [~reidab]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=3e32819 ]

[AIRFLOW-2130] Add missing Operators to API Reference docs

* Fix autodoc import path for BaseSensorOperator
* Add autodoc imports for many core & contrib Operators that were missing
* Rename "Operator API" section to "Core Operators" for better contrast with 
the following "Community-contributed Operators" section
* Add subheadings to API Reference#Operators. Since all the Sensors were 
already alphabetized separately from the rest of the operators, this formalizes 
that distinction and moves all the Transfer operators to their own section as 
well.
* Alphabetize Operator class names
* Improve formatting in top-level Operators section

This also fixes the earlier and more narrowly scoped [AIRFLOW-951]


> Many Operators are missing from the docs
> ----------------------------------------
>
>                 Key: AIRFLOW-2130
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2130
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: docs, Documentation
>    Affects Versions: 1.10.0
>            Reporter: Reid Beels
>            Assignee: Reid Beels
>            Priority: Critical
>
> * BaseSensorOperator references the wrong import path, so the autodoc fails
> * In the core operators, these are missing:
> ** airflow.operators.check_operator.CheckOperator
> ** airflow.operators.check_operator.IntervalCheckOperator
> ** airflow.operators.check_operator.ValueCheckOperator
> ** airflow.operators.hive_stats_operator.HiveStatsCollectionOperator
> ** airflow.operators.jdbc_operator.JdbcOperator
> ** airflow.operators.latest_only_operator.LatestOnlyOperator
> ** airflow.operators.mysql_operator.MySqlOperator
> ** airflow.operators.oracle_operator.OracleOperator
> ** airflow.operators.pig_operator.PigOperator
> ** airflow.operators.s3_file_transform_operator.S3FileTransformOperator
> ** airflow.operators.sqlite_operator.SqliteOperator
> ** airflow.operators.mysql_to_hive.MySqlToHiveTransfer
> ** airflow.operators.presto_to_mysql.PrestoToMySqlTransfer
> ** airflow.operators.redshift_to_s3_operator.RedshiftToS3Transfer
> * In contrib.operators, these are missing:
> ** airflow.contrib.operators.awsbatch_operator.AWSBatchOperator
> ** airflow.contrib.operators.druid_operator.DruidOperator
> ** airflow.contrib.operators.emr_add_steps_operator.EmrAddStepsOperator
> ** 
> airflow.contrib.operators.emr_create_job_flow_operator.EmrCreateJobFlowOperator
> ** 
> airflow.contrib.operators.emr_terminate_job_flow_operator.EmrTerminateJobFlowOperator
> ** airflow.contrib.operators.gcs_to_bq.GoogleCloudStorageToBigQueryOperator
> ** airflow.contrib.operators.jira_operator.JiraOperator
> ** airflow.contrib.operators.kubernetes_pod_operator.KubernetesPodOperator
> ** airflow.contrib.operators.mlengine_operator.MLEngineBatchPredictionOperator
> ** airflow.contrib.operators.mlengine_operator.MLEngineModelOperator
> ** airflow.contrib.operators.mlengine_operator.MLEngineVersionOperator
> ** airflow.contrib.operators.mlengine_operator.MLEngineTrainingOperator
> ** airflow.contrib.operators.mysql_to_gcs.MySqlToGoogleCloudStorageOperator
> ** 
> airflow.contrib.operators.postgres_to_gcs_operator.PostgresToGoogleCloudStorageOperator
> ** airflow.contrib.operators.sftp_operator.SFTPOperator
> ** airflow.contrib.operators.spark_jdbc_operator.SparkJDBCOperator
> ** airflow.contrib.operators.spark_sql_operator.SparkSqlOperator
> ** airflow.contrib.operators.spark_submit_operator.SparkSubmitOperator
> ** airflow.contrib.operators.sqoop_operator.SqoopOperator
> ** airflow.contrib.operators.hive_to_dynamodb.HiveToDynamoDBTransferOperator



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

Reply via email to