Skip to content

Commit a885683

Browse files
authored
Format the note in datasets docs (#26637)
1 parent baaea09 commit a885683

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/apache-airflow/concepts/datasets.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ If required, an extra dictionary can be included in a Dataset:
9393
extra={'team': 'trainees'},
9494
)
9595
96-
.. note ::
97-
98-
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!
96+
.. 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!
9997

10098
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``.
10199

0 commit comments

Comments
 (0)