Skip to content

Commit

Permalink
Update references to restructured documentation from airflow core (#3…
Browse files Browse the repository at this point in the history
…2282)

The change #32131 restructured some of the code for documentation
and it broke references to apache-airlfow from "providers" doc
package - it has not been visible in selective PR (not sure the reason)
but this PR fixes it.

(cherry picked from commit ef49e59)
  • Loading branch information
potiuk committed Jul 2, 2023
1 parent 1cc4c09 commit 6bb0b7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ be used. Make sure that with those credentials, you can read and write the logs.
an important security measure.

By using the ``logging_config_class`` option you can get
:doc:`advanced features <apache-airflow:administration-and-deployment/logging-monitoring/advanced-logging-configuration>` of
:ref:`advanced features <write-logs-advanced>` of
this handler. Details are available in the handler's documentation -
:class:`~airflow.providers.google.cloud.log.stackdriver_task_handler.StackdriverTaskHandler`.

Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow-providers/core-extensions/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Writing logs

This is a summary of all Apache Airflow Community provided implementations of writing task logs
exposed via community-managed providers. You can also see logging options available in the core Airflow in
:doc:`/administration-and-deployment/logging-monitoring/logging-tasks` and here you can see those
:doc:`apache-airflow:administration-and-deployment/logging-monitoring/logging-tasks` and here you can see those
provided by the community-managed providers:

.. airflow-logging::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ via providers that implement secrets backends for services Airflow integrates wi

You can also take a
look at Secret backends available in the core Airflow in
:doc:`/administration-and-deployment/security/secrets/secrets-backend/index` and here you can see the ones
:doc:`apache-airflow:administration-and-deployment/security/secrets/secrets-backend/index` and here you can see the ones
provided by the community-managed providers:

.. airflow-secrets-backends::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
under the License.
.. _write-logs-advanced:

Advanced logging configuration
------------------------------
Expand Down

0 comments on commit 6bb0b7e

Please sign in to comment.