You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/13 10:51:25 UTC

[GitHub] [airflow-site] potiuk commented on a diff in pull request #613: Fix example_dags and system tests "source" links in documentation

potiuk commented on code in PR #613:
URL: https://github.com/apache/airflow-site/pull/613#discussion_r895583955


##########
docs-archive/apache-airflow-providers-airbyte/2.1.1/operators/airbyte.html:
##########
@@ -609,7 +609,7 @@ <h2>Using the Operator<a class="headerlink" href="#using-the-operator" title="Pe
 return the <code class="docutils literal notranslate"><span class="pre">job_id</span></code> that should be pass to the AirbyteSensor.</p>
 <p>An example using the synchronous way:</p>
 <div class="example-block-wrapper docutils container">
-<p class="example-header example-header--with-button"><span class="example-title">airflow/providers/airbyte/example_dags/example_airbyte_trigger_job.py</span><a class="example-header-button viewcode-button reference internal" href="../_modules/airflow/providers/airbyte/example_dags/example_airbyte_trigger_job.html"><span class="viewcode-link">[source]</span></a></p>
+<p class="example-header example-header--with-button"><span class="example-title">airflow/providers/airbyte/example_dags/example_airbyte_trigger_job.py</span><a class="example-header-button viewcode-button reference internal" href="https://github.com/apache/airflow/tree/providers-airbyte/2.1.1/airflow/providers/airbyte/example_dags/example_airbyte_trigger_job.py" target="_blank"><span class="viewcode-link">[source]</span></a></p>

Review Comment:
   I have to check my scripts in #24389. They should check if the file exist and only replace if it does not - it did that in vast majority of other cases, but maybe there is an error.  That's why I also want to keep the scripts as reference in case we discover another similar issue in the future - then we wil be able to fix it, revert the commit and re-run the fixing script easily. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org