You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/29 19:13:51 UTC

[GitHub] [airflow] dstandish commented on a diff in pull request #25405: Reword dag run "upstream events" wording

dstandish commented on code in PR #25405:
URL: https://github.com/apache/airflow/pull/25405#discussion_r933553634


##########
airflow/www/static/js/dag/details/dagRun/UpstreamEvents.tsx:
##########
@@ -69,7 +69,7 @@ const UpstreamEvents = ({ runId }: Props) => {
   return (
     <Box mt={3} flexGrow={1}>
       <Heading size="md">Upstream Dataset Events</Heading>
-      <Text>Updates to the upstream datasets since the last dataset-triggered DAG run</Text>
+      <Text>Dataset events triggering this DAG run</Text>

Review Comment:
   sure



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org