Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 90ad28a66de18c7dceddba6048a6dc8e
config: a939d71873c293aaab6e8eb0c108e528
tags: 645f666f9bcd5a90fca523b33c5a78b7
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" type="text/css" href="../../../../../../_static/copybutton.css" />
<link rel="stylesheet" type="text/css" href="../../../../../../_static/_gen/css/main-custom.min.css" />
<link rel="stylesheet" type="text/css" href="../../../../../../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../../../../../../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css" />
<link rel="stylesheet" type="text/css" href="../../../../../../_static/sphinx-design.5ea377869091fd0449014c60fc090103.min.css" />
<link rel="stylesheet" type="text/css" href="../../../../../../_static/custom.css" />
<link rel="shortcut icon" href="../../../../../../_static/pin_32.png"/>
<link rel="index" title="Index" href="../../../../../../genindex.html" />
Expand Down Expand Up @@ -347,11 +347,11 @@
</ul>
<p class="caption" role="heading"><span class="caption-text">System tests</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../../../tests/system/providers/airbyte/index.html">System Tests</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../../tests/system/airbyte/index.html">System Tests</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
<ul>
<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>
<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>
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/apache-airflow-providers-airbyte/">PyPI Repository</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../../../installing-providers-from-sources.html">Installing from sources</a></li>
</ul>
Expand Down Expand Up @@ -499,11 +499,11 @@
</ul>
<p class="caption" role="heading"><span class="caption-text">System tests</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../../../tests/system/providers/airbyte/index.html">System Tests</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../../tests/system/airbyte/index.html">System Tests</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
<ul>
<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>
<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>
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/apache-airflow-providers-airbyte/">PyPI Repository</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../../../installing-providers-from-sources.html">Installing from sources</a></li>
</ul>
Expand Down Expand Up @@ -659,9 +659,9 @@ <h3>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<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
<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
connection information for Airbyte. Defaults to “airbyte_default”.</p></li>
<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>
<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>
</ul>
</dd>
</dl>
Expand Down Expand Up @@ -714,7 +714,7 @@ <h3>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
<dd><p>Use Http async call to retrieve metadata for a specific job of an Airbyte Sync.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<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>
<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>
</dd>
</dl>
</dd></dl>
Expand All @@ -725,7 +725,7 @@ <h3>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
<dd><p>Retrieve the status for a specific job of an Airbyte Sync.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<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>
<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>
</dd>
</dl>
</dd></dl>
Expand All @@ -737,9 +737,9 @@ <h3>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<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>
<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>
<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.
<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>
<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>
<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.
Used only if <code class="docutils literal notranslate"><span class="pre">asynchronous</span></code> is False.</p></li>
</ul>
</dd>
Expand All @@ -759,7 +759,7 @@ <h3>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
<dd><p>Cancel the job when task is cancelled.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<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>
<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>
</dd>
</dl>
</dd></dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" type="text/css" href="../../../../../_static/copybutton.css" />
<link rel="stylesheet" type="text/css" href="../../../../../_static/_gen/css/main-custom.min.css" />
<link rel="stylesheet" type="text/css" href="../../../../../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../../../../../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css" />
<link rel="stylesheet" type="text/css" href="../../../../../_static/sphinx-design.5ea377869091fd0449014c60fc090103.min.css" />
<link rel="stylesheet" type="text/css" href="../../../../../_static/custom.css" />
<link rel="shortcut icon" href="../../../../../_static/pin_32.png"/>
<link rel="index" title="Index" href="../../../../../genindex.html" />
Expand Down Expand Up @@ -347,11 +347,11 @@
</ul>
<p class="caption" role="heading"><span class="caption-text">System tests</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../../tests/system/providers/airbyte/index.html">System Tests</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../tests/system/airbyte/index.html">System Tests</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
<ul>
<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>
<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>
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/apache-airflow-providers-airbyte/">PyPI Repository</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../../installing-providers-from-sources.html">Installing from sources</a></li>
</ul>
Expand Down Expand Up @@ -499,11 +499,11 @@
</ul>
<p class="caption" role="heading"><span class="caption-text">System tests</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../../tests/system/providers/airbyte/index.html">System Tests</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../tests/system/airbyte/index.html">System Tests</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
<ul>
<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>
<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>
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/apache-airflow-providers-airbyte/">PyPI Repository</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../../installing-providers-from-sources.html">Installing from sources</a></li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link rel="stylesheet" type="text/css" href="../../../../_static/copybutton.css" />
<link rel="stylesheet" type="text/css" href="../../../../_static/_gen/css/main-custom.min.css" />
<link rel="stylesheet" type="text/css" href="../../../../_static/graphviz.css" />
<link rel="stylesheet" type="text/css" href="../../../../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css" />
<link rel="stylesheet" type="text/css" href="../../../../_static/sphinx-design.5ea377869091fd0449014c60fc090103.min.css" />
<link rel="stylesheet" type="text/css" href="../../../../_static/custom.css" />
<link rel="shortcut icon" href="../../../../_static/pin_32.png"/>
<link rel="index" title="Index" href="../../../../genindex.html" />
Expand Down Expand Up @@ -347,11 +347,11 @@
</ul>
<p class="caption" role="heading"><span class="caption-text">System tests</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../tests/system/providers/airbyte/index.html">System Tests</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../tests/system/airbyte/index.html">System Tests</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
<ul>
<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>
<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>
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/apache-airflow-providers-airbyte/">PyPI Repository</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../installing-providers-from-sources.html">Installing from sources</a></li>
</ul>
Expand Down Expand Up @@ -499,11 +499,11 @@
</ul>
<p class="caption" role="heading"><span class="caption-text">System tests</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../../../tests/system/providers/airbyte/index.html">System Tests</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../tests/system/airbyte/index.html">System Tests</a></li>
</ul>
<p class="caption" role="heading"><span class="caption-text">Resources</span></p>
<ul>
<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>
<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>
<li class="toctree-l1"><a class="reference external" href="https://pypi.org/project/apache-airflow-providers-airbyte/">PyPI Repository</a></li>
<li class="toctree-l1"><a class="reference internal" href="../../../../installing-providers-from-sources.html">Installing from sources</a></li>
</ul>
Expand Down
Loading
Loading