You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/09/23 18:42:08 UTC

[airflow] branch v2-4-test updated (53f0ffd767 -> 80f934040b)

This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a change to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 53f0ffd767 Fix Deferrable stuck as "scheduled" during backfill (#26205)
     new 6e4da29c03 Fix invalid RST in dataset concepts doc (#26434)
     new 80f934040b Format the note in datasets docs (#26637)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/apache-airflow/concepts/datasets.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)


[airflow] 02/02: Format the note in datasets docs (#26637)

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 80f934040b94b20a24d9c0249035adca457e3d74
Author: Mark Norman Francis <no...@201created.com>
AuthorDate: Fri Sep 23 19:13:31 2022 +0100

    Format the note in datasets docs (#26637)
    
    (cherry picked from commit a8856833e2f6f9eb306e64c96b391e71b2933583)
---
 docs/apache-airflow/concepts/datasets.rst | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/apache-airflow/concepts/datasets.rst b/docs/apache-airflow/concepts/datasets.rst
index e66fb1b001..5848738caa 100644
--- a/docs/apache-airflow/concepts/datasets.rst
+++ b/docs/apache-airflow/concepts/datasets.rst
@@ -93,9 +93,7 @@ If required, an extra dictionary can be included in a Dataset:
         extra={'team': 'trainees'},
     )
 
-.. note ::
-
-    Security Note: Dataset URI and extra fields are not encrypted, they are stored in cleartext, in Airflow's metadata database. Do NOT store any sensitive values, especially credentials, in dataset URIs or extra key values!
+.. note:: **Security Note:** Dataset URI and extra fields are not encrypted, they are stored in cleartext, in Airflow's metadata database. Do NOT store any sensitive values, especially credentials, in dataset URIs or extra key values!
 
 The URI is also case sensitive throughout, so ``s3://example_dataset`` and ``s3://Example_Dataset`` are considered different, as is ``s3://example_dataset`` and ``S3://example_dataset``.
 


[airflow] 01/02: Fix invalid RST in dataset concepts doc (#26434)

Posted by je...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 6e4da29c03638f8164a2ffa95ae88b70e7829b33
Author: Ash Berlin-Taylor <as...@apache.org>
AuthorDate: Fri Sep 16 15:25:32 2022 +0100

    Fix invalid RST in dataset concepts doc (#26434)
    
    (cherry picked from commit 5ba5859999e1f8fe65afb5147b4bc9aa60eb50d8)
---
 docs/apache-airflow/concepts/datasets.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/concepts/datasets.rst b/docs/apache-airflow/concepts/datasets.rst
index de96088ed7..e66fb1b001 100644
--- a/docs/apache-airflow/concepts/datasets.rst
+++ b/docs/apache-airflow/concepts/datasets.rst
@@ -93,7 +93,7 @@ If required, an extra dictionary can be included in a Dataset:
         extra={'team': 'trainees'},
     )
 
-..note::
+.. note ::
 
     Security Note: Dataset URI and extra fields are not encrypted, they are stored in cleartext, in Airflow's metadata database. Do NOT store any sensitive values, especially credentials, in dataset URIs or extra key values!