uranusjr commented on code in PR #38687: URL: https://github.com/apache/airflow/pull/38687#discussion_r1548778668
########## docs/apache-airflow/authoring-and-scheduling/datasets.rst: ########## @@ -51,38 +51,38 @@ In addition to scheduling DAGs based upon time, they can also be scheduled based What is a "dataset"? -------------------- -An Airflow dataset is a stand-in for a logical grouping of data. Datasets may be updated by upstream "producer" tasks, and dataset updates contribute to scheduling downstream "consumer" DAGs. +An Airflow Dataset is a logical grouping of data. Upstream producer tasks can update datasets, and dataset updates contribute to scheduling downstream consumer DAGs. Review Comment: ```suggestion An Airflow dataset is a logical grouping of data. Upstream producer tasks can update datasets, and dataset updates contribute to scheduling downstream consumer DAGs. ``` This should be uniform. (Can be all capitalized instead but you don’t in all other cases.) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
