Skip to content

Commit cf8ad73

Browse files
authored
Add documentation for packages - 2024-10-10 (#1077)
1 parent 916a171 commit cf8ad73

File tree

8,546 files changed

+3772806
-134499
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8,546 files changed

+3772806
-134499
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 90ad28a66de18c7dceddba6048a6dc8e
3+
config: a939d71873c293aaab6e8eb0c108e528
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs-archive/apache-airflow-providers-airbyte/4.0.0/_api/airflow/providers/airbyte/hooks/airbyte/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link rel="stylesheet" type="text/css" href="../../../../../../_static/copybutton.css" />
1717
<link rel="stylesheet" type="text/css" href="../../../../../../_static/_gen/css/main-custom.min.css" />
1818
<link rel="stylesheet" type="text/css" href="../../../../../../_static/graphviz.css" />
19-
<link rel="stylesheet" type="text/css" href="../../../../../../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css" />
19+
<link rel="stylesheet" type="text/css" href="../../../../../../_static/sphinx-design.5ea377869091fd0449014c60fc090103.min.css" />
2020
<link rel="stylesheet" type="text/css" href="../../../../../../_static/custom.css" />
2121
<link rel="shortcut icon" href="../../../../../../_static/pin_32.png"/>
2222
<link rel="index" title="Index" href="../../../../../../genindex.html" />
@@ -347,11 +347,11 @@
347347
</ul>
348348
<p class="caption" role="heading"><span class="caption-text">System tests</span></p>
349349
<ul>
350-
<li class="toctree-l1"><a class="reference internal" href="../../../../../tests/system/providers/airbyte/index.html">System Tests</a></li>
350+
<li class="toctree-l1"><a class="reference internal" href="../../../../../tests/system/airbyte/index.html">System Tests</a></li>
351351
</ul>
352352
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
353353
<ul>
354-
<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/airflow/tree/providers-airbyte/4.0.0/tests/system/providers/airbyte">Example DAGs</a></li>
354+
<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/airflow/tree/providers-airbyte/4.0.0/providers/tests/system/airbyte">Example DAGs</a></li>
355355
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/apache-airflow-providers-airbyte/">PyPI Repository</a></li>
356356
<li class="toctree-l1"><a class="reference internal" href="../../../../../../installing-providers-from-sources.html">Installing from sources</a></li>
357357
</ul>
@@ -499,11 +499,11 @@
499499
</ul>
500500
<p class="caption" role="heading"><span class="caption-text">System tests</span></p>
501501
<ul>
502-
<li class="toctree-l1"><a class="reference internal" href="../../../../../tests/system/providers/airbyte/index.html">System Tests</a></li>
502+
<li class="toctree-l1"><a class="reference internal" href="../../../../../tests/system/airbyte/index.html">System Tests</a></li>
503503
</ul>
504504
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
505505
<ul>
506-
<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/airflow/tree/providers-airbyte/4.0.0/tests/system/providers/airbyte">Example DAGs</a></li>
506+
<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/airflow/tree/providers-airbyte/4.0.0/providers/tests/system/airbyte">Example DAGs</a></li>
507507
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/apache-airflow-providers-airbyte/">PyPI Repository</a></li>
508508
<li class="toctree-l1"><a class="reference internal" href="../../../../../../installing-providers-from-sources.html">Installing from sources</a></li>
509509
</ul>
@@ -659,9 +659,9 @@ <h3>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
659659
<dl class="field-list simple">
660660
<dt class="field-odd">Parameters</dt>
661661
<dd class="field-odd"><ul class="simple">
662-
<li><p><strong>airbyte_conn_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – Optional. The name of the Airflow connection to get
662+
<li><p><strong>airbyte_conn_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – Optional. The name of the Airflow connection to get
663663
connection information for Airbyte. Defaults to “airbyte_default”.</p></li>
664-
<li><p><strong>api_version</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – Optional. Airbyte API version. Defaults to “v1”.</p></li>
664+
<li><p><strong>api_version</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – Optional. Airbyte API version. Defaults to “v1”.</p></li>
665665
</ul>
666666
</dd>
667667
</dl>
@@ -714,7 +714,7 @@ <h3>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
714714
<dd><p>Use Http async call to retrieve metadata for a specific job of an Airbyte Sync.</p>
715715
<dl class="field-list simple">
716716
<dt class="field-odd">Parameters</dt>
717-
<dd class="field-odd"><p><strong>job_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><em>int</em></a>) – The ID of an Airbyte Sync Job.</p>
717+
<dd class="field-odd"><p><strong>job_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – The ID of an Airbyte Sync Job.</p>
718718
</dd>
719719
</dl>
720720
</dd></dl>
@@ -725,7 +725,7 @@ <h3>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
725725
<dd><p>Retrieve the status for a specific job of an Airbyte Sync.</p>
726726
<dl class="field-list simple">
727727
<dt class="field-odd">Parameters</dt>
728-
<dd class="field-odd"><p><strong>job_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><em>int</em></a>) – The ID of an Airbyte Sync Job.</p>
728+
<dd class="field-odd"><p><strong>job_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – The ID of an Airbyte Sync Job.</p>
729729
</dd>
730730
</dl>
731731
</dd></dl>
@@ -737,9 +737,9 @@ <h3>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
737737
<dl class="field-list simple">
738738
<dt class="field-odd">Parameters</dt>
739739
<dd class="field-odd"><ul class="simple">
740-
<li><p><strong>job_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><em>int</em></a>) – Required. Id of the Airbyte job</p></li>
741-
<li><p><strong>wait_seconds</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><em>float</em></a>) – Optional. Number of seconds between checks.</p></li>
742-
<li><p><strong>timeout</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><em>float</em></a><em> | </em><em>None</em>) – Optional. How many seconds wait for job to be ready.
740+
<li><p><strong>job_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a><em> | </em><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – Required. Id of the Airbyte job</p></li>
741+
<li><p><strong>wait_seconds</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.13)"><em>float</em></a>) – Optional. Number of seconds between checks.</p></li>
742+
<li><p><strong>timeout</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.13)"><em>float</em></a><em> | </em><em>None</em>) – Optional. How many seconds wait for job to be ready.
743743
Used only if <code class="docutils literal notranslate"><span class="pre">asynchronous</span></code> is False.</p></li>
744744
</ul>
745745
</dd>
@@ -759,7 +759,7 @@ <h3>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
759759
<dd><p>Cancel the job when task is cancelled.</p>
760760
<dl class="field-list simple">
761761
<dt class="field-odd">Parameters</dt>
762-
<dd class="field-odd"><p><strong>job_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><em>int</em></a>) – Required. Id of the Airbyte job</p>
762+
<dd class="field-odd"><p><strong>job_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – Required. Id of the Airbyte job</p>
763763
</dd>
764764
</dl>
765765
</dd></dl>

docs-archive/apache-airflow-providers-airbyte/4.0.0/_api/airflow/providers/airbyte/hooks/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link rel="stylesheet" type="text/css" href="../../../../../_static/copybutton.css" />
1717
<link rel="stylesheet" type="text/css" href="../../../../../_static/_gen/css/main-custom.min.css" />
1818
<link rel="stylesheet" type="text/css" href="../../../../../_static/graphviz.css" />
19-
<link rel="stylesheet" type="text/css" href="../../../../../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css" />
19+
<link rel="stylesheet" type="text/css" href="../../../../../_static/sphinx-design.5ea377869091fd0449014c60fc090103.min.css" />
2020
<link rel="stylesheet" type="text/css" href="../../../../../_static/custom.css" />
2121
<link rel="shortcut icon" href="../../../../../_static/pin_32.png"/>
2222
<link rel="index" title="Index" href="../../../../../genindex.html" />
@@ -347,11 +347,11 @@
347347
</ul>
348348
<p class="caption" role="heading"><span class="caption-text">System tests</span></p>
349349
<ul>
350-
<li class="toctree-l1"><a class="reference internal" href="../../../../tests/system/providers/airbyte/index.html">System Tests</a></li>
350+
<li class="toctree-l1"><a class="reference internal" href="../../../../tests/system/airbyte/index.html">System Tests</a></li>
351351
</ul>
352352
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
353353
<ul>
354-
<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/airflow/tree/providers-airbyte/4.0.0/tests/system/providers/airbyte">Example DAGs</a></li>
354+
<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/airflow/tree/providers-airbyte/4.0.0/providers/tests/system/airbyte">Example DAGs</a></li>
355355
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/apache-airflow-providers-airbyte/">PyPI Repository</a></li>
356356
<li class="toctree-l1"><a class="reference internal" href="../../../../../installing-providers-from-sources.html">Installing from sources</a></li>
357357
</ul>
@@ -499,11 +499,11 @@
499499
</ul>
500500
<p class="caption" role="heading"><span class="caption-text">System tests</span></p>
501501
<ul>
502-
<li class="toctree-l1"><a class="reference internal" href="../../../../tests/system/providers/airbyte/index.html">System Tests</a></li>
502+
<li class="toctree-l1"><a class="reference internal" href="../../../../tests/system/airbyte/index.html">System Tests</a></li>
503503
</ul>
504504
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
505505
<ul>
506-
<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/airflow/tree/providers-airbyte/4.0.0/tests/system/providers/airbyte">Example DAGs</a></li>
506+
<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/airflow/tree/providers-airbyte/4.0.0/providers/tests/system/airbyte">Example DAGs</a></li>
507507
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/apache-airflow-providers-airbyte/">PyPI Repository</a></li>
508508
<li class="toctree-l1"><a class="reference internal" href="../../../../../installing-providers-from-sources.html">Installing from sources</a></li>
509509
</ul>

docs-archive/apache-airflow-providers-airbyte/4.0.0/_api/airflow/providers/airbyte/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<link rel="stylesheet" type="text/css" href="../../../../_static/copybutton.css" />
1717
<link rel="stylesheet" type="text/css" href="../../../../_static/_gen/css/main-custom.min.css" />
1818
<link rel="stylesheet" type="text/css" href="../../../../_static/graphviz.css" />
19-
<link rel="stylesheet" type="text/css" href="../../../../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css" />
19+
<link rel="stylesheet" type="text/css" href="../../../../_static/sphinx-design.5ea377869091fd0449014c60fc090103.min.css" />
2020
<link rel="stylesheet" type="text/css" href="../../../../_static/custom.css" />
2121
<link rel="shortcut icon" href="../../../../_static/pin_32.png"/>
2222
<link rel="index" title="Index" href="../../../../genindex.html" />
@@ -347,11 +347,11 @@
347347
</ul>
348348
<p class="caption" role="heading"><span class="caption-text">System tests</span></p>
349349
<ul>
350-
<li class="toctree-l1"><a class="reference internal" href="../../../tests/system/providers/airbyte/index.html">System Tests</a></li>
350+
<li class="toctree-l1"><a class="reference internal" href="../../../tests/system/airbyte/index.html">System Tests</a></li>
351351
</ul>
352352
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
353353
<ul>
354-
<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/airflow/tree/providers-airbyte/4.0.0/tests/system/providers/airbyte">Example DAGs</a></li>
354+
<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/airflow/tree/providers-airbyte/4.0.0/providers/tests/system/airbyte">Example DAGs</a></li>
355355
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/apache-airflow-providers-airbyte/">PyPI Repository</a></li>
356356
<li class="toctree-l1"><a class="reference internal" href="../../../../installing-providers-from-sources.html">Installing from sources</a></li>
357357
</ul>
@@ -499,11 +499,11 @@
499499
</ul>
500500
<p class="caption" role="heading"><span class="caption-text">System tests</span></p>
501501
<ul>
502-
<li class="toctree-l1"><a class="reference internal" href="../../../tests/system/providers/airbyte/index.html">System Tests</a></li>
502+
<li class="toctree-l1"><a class="reference internal" href="../../../tests/system/airbyte/index.html">System Tests</a></li>
503503
</ul>
504504
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
505505
<ul>
506-
<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/airflow/tree/providers-airbyte/4.0.0/tests/system/providers/airbyte">Example DAGs</a></li>
506+
<li class="toctree-l1"><a class="reference external" href="https://github.com/apache/airflow/tree/providers-airbyte/4.0.0/providers/tests/system/airbyte">Example DAGs</a></li>
507507
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/apache-airflow-providers-airbyte/">PyPI Repository</a></li>
508508
<li class="toctree-l1"><a class="reference internal" href="../../../../installing-providers-from-sources.html">Installing from sources</a></li>
509509
</ul>

0 commit comments

Comments
 (0)