Replace new url for Stable Airflow Docs (#15169)
`https://airflow.apache.org/docs/stable/` -> `https://airflow.apache.org/docs/apache-airflow/stable`
(cherry picked from commit 64b00896d9
)
This commit is contained in:
Родитель
dc22f8cb71
Коммит
f8021711fd
|
@ -204,7 +204,7 @@ from my_plugin import MyOperator
|
||||||
|
|
||||||
The name under `airflow.operators.` was the plugin name, where as in the second example it is the python module name where the operator is defined.
|
The name under `airflow.operators.` was the plugin name, where as in the second example it is the python module name where the operator is defined.
|
||||||
|
|
||||||
See https://airflow.apache.org/docs/stable/howto/custom-operator.html for more info.
|
See https://airflow.apache.org/docs/apache-airflow/stable/howto/custom-operator.html for more info.
|
||||||
|
|
||||||
### Importing Hooks via plugins is no longer supported
|
### Importing Hooks via plugins is no longer supported
|
||||||
|
|
||||||
|
@ -222,7 +222,7 @@ from my_plugin import MyHook
|
||||||
|
|
||||||
It is still possible (but not required) to "register" hooks in plugins. This is to allow future support for dynamically populating the Connections form in the UI.
|
It is still possible (but not required) to "register" hooks in plugins. This is to allow future support for dynamically populating the Connections form in the UI.
|
||||||
|
|
||||||
See https://airflow.apache.org/docs/stable/howto/custom-operator.html for more info.
|
See https://airflow.apache.org/docs/apache-airflow/stable/howto/custom-operator.html for more info.
|
||||||
|
|
||||||
### Adding Operators and Sensors via plugins is no longer supported
|
### Adding Operators and Sensors via plugins is no longer supported
|
||||||
|
|
||||||
|
|
|
@ -718,7 +718,7 @@
|
||||||
- name: auth_backend
|
- name: auth_backend
|
||||||
description: |
|
description: |
|
||||||
How to authenticate users of the API. See
|
How to authenticate users of the API. See
|
||||||
https://airflow.apache.org/docs/stable/security.html for possible values.
|
https://airflow.apache.org/docs/apache-airflow/stable/security.html for possible values.
|
||||||
("airflow.api.auth.backend.default" allows all requests for historic reasons)
|
("airflow.api.auth.backend.default" allows all requests for historic reasons)
|
||||||
version_added: ~
|
version_added: ~
|
||||||
type: string
|
type: string
|
||||||
|
|
|
@ -384,7 +384,7 @@ fail_fast = False
|
||||||
enable_experimental_api = False
|
enable_experimental_api = False
|
||||||
|
|
||||||
# How to authenticate users of the API. See
|
# How to authenticate users of the API. See
|
||||||
# https://airflow.apache.org/docs/stable/security.html for possible values.
|
# https://airflow.apache.org/docs/apache-airflow/stable/security.html for possible values.
|
||||||
# ("airflow.api.auth.backend.default" allows all requests for historic reasons)
|
# ("airflow.api.auth.backend.default" allows all requests for historic reasons)
|
||||||
auth_backend = airflow.api.auth.backend.deny_all
|
auth_backend = airflow.api.auth.backend.deny_all
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ Please follow Azure
|
||||||
to do it.
|
to do it.
|
||||||
|
|
||||||
TOKEN should be added to the Connection in Airflow in JSON format, Login and Password as plain text.
|
TOKEN should be added to the Connection in Airflow in JSON format, Login and Password as plain text.
|
||||||
You can check `how to do such connection <https://airflow.apache.org/docs/stable/howto/connection/index.html#editing-a-connection-with-the-ui>`_.
|
You can check `how to do such connection <https://airflow.apache.org/docs/apache-airflow/stable/howto/connection/index.html#editing-a-connection-with-the-ui>`_.
|
||||||
|
|
||||||
See following example.
|
See following example.
|
||||||
Set values for these fields:
|
Set values for these fields:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче