-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Links to provider example dags are broken #536
Comments
@mik-laj - any idea ? |
Bump? |
I think we should check this line: |
I looked at it, but I have no idea what it has to do with it :( |
I looked at this problem and checked |
I think we can fix it when we are going to move example dags @mnojek -while implementing https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests ? |
In linked issue there is similiar problem. All links to source code are dead. Hovewer we can probably track the origin - for example those links are dead: But this one works: Something between Airflow 2.2.3 and 2.3.0 caused this issue (for this particular link. We could have dead links for longer period of time). On side note it would be worth to add very simple ui tests - just parse all links on the site and check if any is 404. |
It can be used to test links: I can try to do it but only after next few days. |
The links to example sources in exampleinclude have been broken in a number of providers and they were additionally broken by AIP-47. This PR fixes it. Fixes: apache#23632 Fixes: apache/airflow-site#536
The links to example sources in exampleinclude have been broken in a number of providers and they were additionally broken by AIP-47. This PR fixes it. Fixes: #23632 Fixes: apache/airflow-site#536
This is all fixed now. |
The links to example sources in exampleinclude have been broken in a number of providers and they were additionally broken by AIP-47. This PR fixes it. Fixes: apache#23632 Fixes: apache/airflow-site#536 (cherry picked from commit 08b675c)
The links to example sources in exampleinclude have been broken in a number of providers and they were additionally broken by AIP-47. This PR fixes it. Fixes: #23632 Fixes: apache/airflow-site#536 (cherry picked from commit 08b675cf6642171cb1c5ddfb09607b541db70b29) GitOrigin-RevId: 0d0f57f3bd9e8022c71fb957bfdb60cd052d5cec
The links to example sources in exampleinclude have been broken in a number of providers and they were additionally broken by AIP-47. This PR fixes it. Fixes: #23632 Fixes: apache/airflow-site#536 (cherry picked from commit 08b675cf6642171cb1c5ddfb09607b541db70b29) GitOrigin-RevId: 0d0f57f3bd9e8022c71fb957bfdb60cd052d5cec
The links to example sources in exampleinclude have been broken in a number of providers and they were additionally broken by AIP-47. This PR fixes it. Fixes: #23632 Fixes: apache/airflow-site#536 GitOrigin-RevId: 08b675cf6642171cb1c5ddfb09607b541db70b29
The links to example sources in exampleinclude have been broken in a number of providers and they were additionally broken by AIP-47. This PR fixes it. Fixes: #23632 Fixes: apache/airflow-site#536 (cherry picked from commit 08b675cf6642171cb1c5ddfb09607b541db70b29) GitOrigin-RevId: 0d0f57f3bd9e8022c71fb957bfdb60cd052d5cec
The links to example sources in exampleinclude have been broken in a number of providers and they were additionally broken by AIP-47. This PR fixes it. Fixes: #23632 Fixes: apache/airflow-site#536 GitOrigin-RevId: 08b675cf6642171cb1c5ddfb09607b541db70b29
The links to example sources in exampleinclude have been broken in a number of providers and they were additionally broken by AIP-47. This PR fixes it. Fixes: #23632 Fixes: apache/airflow-site#536 GitOrigin-RevId: 08b675cf6642171cb1c5ddfb09607b541db70b29
The "view source" links in docs/apache_airflow seem fine, for example the example_kubernetes_executor link is ok here:
https://airflow.apache.org/docs/apache-airflow/stable/executor/kubernetes.html
but the "source" links for provider example dags are broken. For example, if you click on the "source" link for example_gcs_to_bigquery here, it directs you to https://airflow.apache.org/docs/apache-airflow-providers-google/stable/_modules/airflow/providers/google/cloud/example_dags/example_gcs_to_bigquery.html which is a 404. The same is true for the example_athena link here.
The text was updated successfully, but these errors were encountered: