Reid Beels created AIRFLOW-2130: ----------------------------------- Summary: 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
* 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)