This is an automated email from the ASF dual-hosted git repository.
utkarsharma pushed a commit to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-9-test by this push:
new 9a4130b9da Fix (TM) to (R) in Airflow repository (#40783)
9a4130b9da is described below
commit 9a4130b9da0a7e1ef16f62d7d679fea799695d1f
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jul 15 10:08:50 2024 +0200
Fix (TM) to (R) in Airflow repository (#40783)
(cherry picked from commit d699087f0ad52cacec516143314ad82275e46e86)
---
docs/apache-airflow/core-concepts/index.rst | 2 +-
docs/apache-airflow/index.rst | 2 +-
docs/apache-airflow/installation/setting-up-the-database.rst | 2 +-
docs/apache-airflow/installation/supported-versions.rst | 2 +-
docs/apache-airflow/installation/upgrading.rst | 2 +-
docs/apache-airflow/security/index.rst | 2 +-
docs/apache-airflow/security/releasing_security_patches.rst | 2 +-
tests/providers/slack/transfers/test_sql_to_slack_webhook.py | 4 ++--
tests/system/providers/slack/example_slack.py | 4 ++--
tests/system/providers/slack/example_slack_webhook.py | 4 ++--
10 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/docs/apache-airflow/core-concepts/index.rst
b/docs/apache-airflow/core-concepts/index.rst
index dab97ea3ff..47dff5ef73 100644
--- a/docs/apache-airflow/core-concepts/index.rst
+++ b/docs/apache-airflow/core-concepts/index.rst
@@ -18,7 +18,7 @@
Core Concepts
=============================
-Here you can find detailed documentation about each one of the core concepts
of Apache Airflow™ and how to use them, as well as a high-level
:doc:`architectural overview <overview>`.
+Here you can find detailed documentation about each one of the core concepts
of Apache Airflow® and how to use them, as well as a high-level
:doc:`architectural overview <overview>`.
**Architecture**
diff --git a/docs/apache-airflow/index.rst b/docs/apache-airflow/index.rst
index f2894af103..a7c4e459d7 100644
--- a/docs/apache-airflow/index.rst
+++ b/docs/apache-airflow/index.rst
@@ -18,7 +18,7 @@
What is Airflow™?
=========================================
-`Apache Airflow™ <https://github.com/apache/airflow>`_ is an open-source
platform for developing, scheduling,
+`Apache Airflow® <https://github.com/apache/airflow>`_ is an open-source
platform for developing, scheduling,
and monitoring batch-oriented workflows. Airflow's extensible Python framework
enables you to build workflows
connecting with virtually any technology. A web interface helps manage the
state of your workflows. Airflow is
deployable in many ways, varying from a single process on your laptop to a
distributed setup to support even
diff --git a/docs/apache-airflow/installation/setting-up-the-database.rst
b/docs/apache-airflow/installation/setting-up-the-database.rst
index 6c595563ca..f72caca99b 100644
--- a/docs/apache-airflow/installation/setting-up-the-database.rst
+++ b/docs/apache-airflow/installation/setting-up-the-database.rst
@@ -18,7 +18,7 @@
Setting up the database
-----------------------
-Apache Airflow™ requires a database. If you're just experimenting and learning
Airflow, you can stick with the
+Apache Airflow® requires a database. If you're just experimenting and learning
Airflow, you can stick with the
default SQLite option. If you don't want to use SQLite, then take a look at
:doc:`/howto/set-up-database` to setup a different database.
diff --git a/docs/apache-airflow/installation/supported-versions.rst
b/docs/apache-airflow/installation/supported-versions.rst
index c20a74a27b..5d9f9df700 100644
--- a/docs/apache-airflow/installation/supported-versions.rst
+++ b/docs/apache-airflow/installation/supported-versions.rst
@@ -21,7 +21,7 @@ Supported versions
Version Life Cycle
``````````````````
-Apache Airflow™ version life cycle:
+Apache Airflow® version life cycle:
.. This table is automatically updated by pre-commit
scripts/ci/pre_commit/supported_versions.py
.. Beginning of auto-generated table
diff --git a/docs/apache-airflow/installation/upgrading.rst
b/docs/apache-airflow/installation/upgrading.rst
index 67f18534e9..38f17fdaa2 100644
--- a/docs/apache-airflow/installation/upgrading.rst
+++ b/docs/apache-airflow/installation/upgrading.rst
@@ -57,7 +57,7 @@ when you choose to upgrade airflow via their UI.
How to upgrade
==============
-Reinstall Apache Airflow™, specifying the desired new version.
+Reinstall Apache Airflow®, specifying the desired new version.
To upgrade a bootstrapped local instance, you can set the ``AIRFLOW_VERSION``
environment variable to the
intended version prior to rerunning the installation command. Upgrade
incrementally by patch version: e.g.,
diff --git a/docs/apache-airflow/security/index.rst
b/docs/apache-airflow/security/index.rst
index 7d186a09fb..b9f79e2ee7 100644
--- a/docs/apache-airflow/security/index.rst
+++ b/docs/apache-airflow/security/index.rst
@@ -21,7 +21,7 @@ Security
This section of the documentation covers security-related topics.
Make sure to get familiar with the :doc:`Airflow Security Model
</security/security_model>` if you want to understand
-the different user types of Apache Airflow™, what they have access to, and the
role Deployment Managers have in deploying Airflow in a secure way.
+the different user types of Apache Airflow®, what they have access to, and the
role Deployment Managers have in deploying Airflow in a secure way.
Also, if you want to understand how Airflow releases security patches and what
to expect from them,
head over to :doc:`Releasing security patches
</security/releasing_security_patches>`.
diff --git a/docs/apache-airflow/security/releasing_security_patches.rst
b/docs/apache-airflow/security/releasing_security_patches.rst
index f98e464dfe..2fe60eceee 100644
--- a/docs/apache-airflow/security/releasing_security_patches.rst
+++ b/docs/apache-airflow/security/releasing_security_patches.rst
@@ -18,7 +18,7 @@
Releasing security patches
==========================
-Apache Airflow™ uses a consistent and predictable approach for releasing
security patches - both for
+Apache Airflow® uses a consistent and predictable approach for releasing
security patches - both for
the Apache Airflow package and Apache Airflow providers (security patches in
providers are treated
separately from security patches in Airflow core package).
diff --git a/tests/providers/slack/transfers/test_sql_to_slack_webhook.py
b/tests/providers/slack/transfers/test_sql_to_slack_webhook.py
index 512e3175b7..3c71fab26a 100644
--- a/tests/providers/slack/transfers/test_sql_to_slack_webhook.py
+++ b/tests/providers/slack/transfers/test_sql_to_slack_webhook.py
@@ -285,7 +285,7 @@ class TestSqlToSlackWebhookOperator:
slack_conn_id=slack_conn_id,
slack_webhook_conn_id=slack_webhook_conn_id,
sql_conn_id="fake-sql-conn-id",
- slack_message="<https://github.com/apache/airflow|Apache
Airflow™>",
+ slack_message="<https://github.com/apache/airflow|Apache
Airflow®>",
).expand(sql=["SELECT 1", "SELECT 2"])
dr = dag_maker.create_dagrun()
@@ -304,7 +304,7 @@ class TestSqlToSlackWebhookOperator:
slack_conn_id="slack_conn_id",
slack_webhook_conn_id="slack_webhook_conn_id",
sql_conn_id="fake-sql-conn-id",
- slack_message="<https://github.com/apache/airflow|Apache
Airflow™>",
+ slack_message="<https://github.com/apache/airflow|Apache
Airflow®>",
).expand(sql=["SELECT 1", "SELECT 2"])
dr = dag_maker.create_dagrun(session=session)
diff --git a/tests/system/providers/slack/example_slack.py
b/tests/system/providers/slack/example_slack.py
index 78bd649798..8fb0182f56 100644
--- a/tests/system/providers/slack/example_slack.py
+++ b/tests/system/providers/slack/example_slack.py
@@ -41,7 +41,7 @@ with DAG(
task_id="slack_post_text",
channel=SLACK_CHANNEL,
text=(
- "Apache Airflow™ is an open-source platform for developing, "
+ "Apache Airflow® is an open-source platform for developing, "
"scheduling, and monitoring batch-oriented workflows."
),
)
@@ -57,7 +57,7 @@ with DAG(
"text": {
"type": "mrkdwn",
"text": (
- "*<https://github.com/apache/airflow|Apache Airflow™>*
"
+ "*<https://github.com/apache/airflow|Apache Airflow®>*
"
"is an open-source platform for developing,
scheduling, "
"and monitoring batch-oriented workflows."
),
diff --git a/tests/system/providers/slack/example_slack_webhook.py
b/tests/system/providers/slack/example_slack_webhook.py
index 63f166253f..98905d1b9e 100644
--- a/tests/system/providers/slack/example_slack_webhook.py
+++ b/tests/system/providers/slack/example_slack_webhook.py
@@ -39,7 +39,7 @@ with DAG(
task_id="slack_webhook_send_text",
slack_webhook_conn_id=SLACK_WEBHOOK_CONN_ID,
message=(
- "Apache Airflow™ is an open-source platform for developing, "
+ "Apache Airflow® is an open-source platform for developing, "
"scheduling, and monitoring batch-oriented workflows."
),
)
@@ -55,7 +55,7 @@ with DAG(
"text": {
"type": "mrkdwn",
"text": (
- "*<https://github.com/apache/airflow|Apache Airflow™>*
"
+ "*<https://github.com/apache/airflow|Apache Airflow®>*
"
"is an open-source platform for developing,
scheduling, "
"and monitoring batch-oriented workflows."
),