lzdanski commented on code in PR #38687: URL: https://github.com/apache/airflow/pull/38687#discussion_r1552304060
########## 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: switched to lowercase - we have it capitalized when it's used in code examples, seemed like a good way to make a quick distinction. -- 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]
