http://git-wip-us.apache.org/repos/asf/incubator-airflow-site/blob/502934ca/genindex.html ---------------------------------------------------------------------- diff --git a/genindex.html b/genindex.html index 05f8c42..ecba6b9 100644 --- a/genindex.html +++ b/genindex.html @@ -152,6 +152,7 @@ | <a href="#M"><strong>M</strong></a> | <a href="#O"><strong>O</strong></a> | <a href="#P"><strong>P</strong></a> + | <a href="#Q"><strong>Q</strong></a> | <a href="#R"><strong>R</strong></a> | <a href="#S"><strong>S</strong></a> | <a href="#T"><strong>T</strong></a> @@ -173,10 +174,6 @@ </dt> - <dt><a href="code.html#module-airflow.contrib.executors">airflow.contrib.executors (module)</a> - </dt> - - <dt><a href="code.html#module-airflow.contrib.hooks">airflow.contrib.hooks (module)</a> </dt> @@ -240,9 +237,21 @@ <dt><a href="code.html#airflow.operators.BashOperator">BashOperator (class in airflow.operators)</a> </dt> + + <dt><a href="code.html#airflow.contrib.hooks.BigQueryHook">BigQueryHook (class in airflow.contrib.hooks)</a> + </dt> + </dl></td> <td style="width: 33%" valign="top"><dl> + <dt><a href="code.html#airflow.contrib.operators.bigquery_operator.BigQueryOperator">BigQueryOperator (class in airflow.contrib.operators.bigquery_operator)</a> + </dt> + + + <dt><a href="code.html#airflow.contrib.operators.bigquery_to_gcs.BigQueryToCloudStorageOperator">BigQueryToCloudStorageOperator (class in airflow.contrib.operators.bigquery_to_gcs)</a> + </dt> + + <dt><a href="code.html#airflow.operators.BranchPythonOperator">BranchPythonOperator (class in airflow.operators)</a> </dt> @@ -402,12 +411,12 @@ <dt><a href="code.html#airflow.contrib.hooks.FTPHook.delete_file">delete_file() (airflow.contrib.hooks.FTPHook method)</a> </dt> - </dl></td> - <td style="width: 33%" valign="top"><dl> <dt><a href="code.html#airflow.contrib.hooks.FTPHook.describe_directory">describe_directory() (airflow.contrib.hooks.FTPHook method)</a> </dt> + </dl></td> + <td style="width: 33%" valign="top"><dl> <dt><a href="code.html#airflow.models.BaseOperator.detect_downstream_cycle">detect_downstream_cycle() (airflow.models.BaseOperator method)</a> </dt> @@ -417,6 +426,10 @@ </dt> + <dt><a href="code.html#airflow.contrib.hooks.GoogleCloudStorageHook.download">download() (airflow.contrib.hooks.GoogleCloudStorageHook method)</a> + </dt> + + <dt><a href="code.html#airflow.models.BaseOperator.downstream_list">downstream_list (airflow.models.BaseOperator attribute)</a> </dt> @@ -513,11 +526,19 @@ </dt> - <dt><a href="code.html#airflow.contrib.hooks.FTPHook.get_conn">get_conn() (airflow.contrib.hooks.FTPHook method)</a> + <dt><a href="code.html#airflow.contrib.hooks.BigQueryHook.get_conn">get_conn() (airflow.contrib.hooks.BigQueryHook method)</a> </dt> <dd><dl> + <dt><a href="code.html#airflow.contrib.hooks.FTPHook.get_conn">(airflow.contrib.hooks.FTPHook method)</a> + </dt> + + + <dt><a href="code.html#airflow.contrib.hooks.GoogleCloudStorageHook.get_conn">(airflow.contrib.hooks.GoogleCloudStorageHook method)</a> + </dt> + + <dt><a href="code.html#airflow.contrib.hooks.VerticaHook.get_conn">(airflow.contrib.hooks.VerticaHook method)</a> </dt> @@ -592,18 +613,22 @@ <dt><a href="code.html#airflow.hooks.S3Hook.get_key">get_key() (airflow.hooks.S3Hook method)</a> </dt> - </dl></td> - <td style="width: 33%" valign="top"><dl> <dt><a href="code.html#airflow.hooks.HiveMetastoreHook.get_metastore_client">get_metastore_client() (airflow.hooks.HiveMetastoreHook method)</a> </dt> + </dl></td> + <td style="width: 33%" valign="top"><dl> - <dt><a href="code.html#airflow.hooks.DbApiHook.get_pandas_df">get_pandas_df() (airflow.hooks.DbApiHook method)</a> + <dt><a href="code.html#airflow.contrib.hooks.BigQueryHook.get_pandas_df">get_pandas_df() (airflow.contrib.hooks.BigQueryHook method)</a> </dt> <dd><dl> + <dt><a href="code.html#airflow.hooks.DbApiHook.get_pandas_df">(airflow.hooks.DbApiHook method)</a> + </dt> + + <dt><a href="code.html#airflow.hooks.HiveServer2Hook.get_pandas_df">(airflow.hooks.HiveServer2Hook method)</a> </dt> @@ -631,6 +656,10 @@ </dl></dd> + <dt><a href="code.html#airflow.contrib.hooks.BigQueryHook.get_service">get_service() (airflow.contrib.hooks.BigQueryHook method)</a> + </dt> + + <dt><a href="code.html#airflow.hooks.HiveMetastoreHook.get_table">get_table() (airflow.hooks.HiveMetastoreHook method)</a> </dt> @@ -650,6 +679,20 @@ <dt><a href="code.html#airflow.hooks.S3Hook.get_wildcard_key">get_wildcard_key() (airflow.hooks.S3Hook method)</a> </dt> + + <dt><a href="code.html#airflow.contrib.operators.gcs_download_operator.GoogleCloudStorageDownloadOperator">GoogleCloudStorageDownloadOperator (class in airflow.contrib.operators.gcs_download_operator)</a> + </dt> + + + <dt><a href="code.html#airflow.contrib.hooks.GoogleCloudStorageHook">GoogleCloudStorageHook (class in airflow.contrib.hooks)</a> + </dt> + + <dd><dl> + + <dt><a href="code.html#airflow.contrib.hooks.gcs_hook.GoogleCloudStorageHook">(class in airflow.contrib.hooks.gcs_hook)</a> + </dt> + + </dl></dd> </dl></td> </tr></table> @@ -721,9 +764,15 @@ <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> - <dt><a href="code.html#airflow.hooks.DbApiHook.insert_rows">insert_rows() (airflow.hooks.DbApiHook method)</a> + <dt><a href="code.html#airflow.contrib.hooks.BigQueryHook.insert_rows">insert_rows() (airflow.contrib.hooks.BigQueryHook method)</a> + </dt> + + <dd><dl> + + <dt><a href="code.html#airflow.hooks.DbApiHook.insert_rows">(airflow.hooks.DbApiHook method)</a> </dt> + </dl></dd> <dt><a href="code.html#airflow.macros.integrate_plugins">integrate_plugins() (in module airflow.macros)</a> </dt> @@ -829,6 +878,10 @@ </dl></dd> + <dt><a href="code.html#airflow.contrib.executors.mesos_executor.MesosExecutor">MesosExecutor (class in airflow.contrib.executors.mesos_executor)</a> + </dt> + + <dt><a href="code.html#airflow.operators.MetastorePartitionSensor">MetastorePartitionSensor (class in airflow.operators)</a> </dt> @@ -931,6 +984,16 @@ </dl></td> </tr></table> +<h2 id="Q">Q</h2> +<table style="width: 100%" class="indextable genindextable"><tr> + <td style="width: 33%" valign="top"><dl> + + <dt><a href="code.html#airflow.contrib.operators.QuboleOperator">QuboleOperator (class in airflow.contrib.operators)</a> + </dt> + + </dl></td> +</tr></table> + <h2 id="R">R</h2> <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> @@ -1125,6 +1188,12 @@ <table style="width: 100%" class="indextable genindextable"><tr> <td style="width: 33%" valign="top"><dl> + <dt><a href="code.html#airflow.contrib.hooks.GoogleCloudStorageHook.upload">upload() (airflow.contrib.hooks.GoogleCloudStorageHook method)</a> + </dt> + + </dl></td> + <td style="width: 33%" valign="top"><dl> + <dt><a href="code.html#airflow.models.BaseOperator.upstream_list">upstream_list (airflow.models.BaseOperator attribute)</a> </dt>
http://git-wip-us.apache.org/repos/asf/incubator-airflow-site/blob/502934ca/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 7d2271d..383bab0 100644 --- a/index.html +++ b/index.html @@ -140,6 +140,18 @@ <a class="reference internal image-reference" href="_images/incubator.jpg"><img alt="_images/incubator.jpg" src="_images/incubator.jpg" style="width: 150px;" /></a> <div class="section" id="apache-airflow-incubating-documentation"> <h1>Apache Airflow (incubating) Documentation<a class="headerlink" href="#apache-airflow-incubating-documentation" title="Permalink to this headline">¶</a></h1> +<div class="admonition note"> +<p class="first admonition-title">Note</p> +<p class="last">Apache Airflow is an effort undergoing incubation at The Apache +Software Foundation (ASF), sponsored by Chris Riccomini. +Incubation is required of all newly accepted projects until a further +review indicates that the infrastructure, communications, and +decision making process have stabilized in a manner consistent with +other successful ASF projects. While incubation status is not +necessarily a reflection of the completeness or stability of +the code, it does indicate that the project has yet to be fully +endorsed by the ASF.</p> +</div> <p>Airflow is a platform to programmatically author, schedule and monitor workflows.</p> <p>Use airflow to author workflows as directed acyclic graphs (DAGs) of tasks. @@ -150,7 +162,6 @@ makes it easy to visualize pipelines running in production, monitor progress, and troubleshoot issues when needed.</p> <p>When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative.</p> -<hr class="docutils" /> <img alt="_images/airflow.gif" src="_images/airflow.gif" /> <hr class="docutils" /> <div class="section" id="principles"> @@ -324,7 +335,7 @@ unit of work and continuity.</p> <li class="toctree-l3"><a class="reference internal" href="code.html#baseoperator">BaseOperator</a></li> <li class="toctree-l3"><a class="reference internal" href="code.html#basesensoroperator">BaseSensorOperator</a></li> <li class="toctree-l3"><a class="reference internal" href="code.html#module-airflow.operators">Operator API</a></li> -<li class="toctree-l3"><a class="reference internal" href="code.html#community-contributed-operators">Community-contributed Operators</a></li> +<li class="toctree-l3"><a class="reference internal" href="code.html#module-airflow.contrib.operators">Community-contributed Operators</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="code.html#macros">Macros</a><ul> @@ -334,7 +345,7 @@ unit of work and continuity.</p> </li> <li class="toctree-l2"><a class="reference internal" href="code.html#models">Models</a></li> <li class="toctree-l2"><a class="reference internal" href="code.html#module-airflow.hooks">Hooks</a><ul> -<li class="toctree-l3"><a class="reference internal" href="code.html#community-contributed-hooks">Community contributed hooks</a></li> +<li class="toctree-l3"><a class="reference internal" href="code.html#module-airflow.contrib.hooks">Community contributed hooks</a></li> </ul> </li> <li class="toctree-l2"><a class="reference internal" href="code.html#executors">Executors</a><ul> http://git-wip-us.apache.org/repos/asf/incubator-airflow-site/blob/502934ca/objects.inv ---------------------------------------------------------------------- diff --git a/objects.inv b/objects.inv index ea45f19..36f1543 100644 Binary files a/objects.inv and b/objects.inv differ http://git-wip-us.apache.org/repos/asf/incubator-airflow-site/blob/502934ca/py-modindex.html ---------------------------------------------------------------------- diff --git a/py-modindex.html b/py-modindex.html index 7392ccf..d377e08 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -156,11 +156,6 @@ <tr class="cg-1"> <td></td> <td> - <a href="code.html#module-airflow.contrib.executors"><code class="xref">airflow.contrib.executors</code></a></td><td> - <em></em></td></tr> - <tr class="cg-1"> - <td></td> - <td> <a href="code.html#module-airflow.contrib.hooks"><code class="xref">airflow.contrib.hooks</code></a></td><td> <em></em></td></tr> <tr class="cg-1">
