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

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f8eabf013cf Rename dataset to asset (#48199)
f8eabf013cf is described below

commit f8eabf013cf188f166916f278fb06157731c547c
Author: Brent Bovenzi <[email protected]>
AuthorDate: Mon Mar 24 15:24:41 2025 -0400

    Rename dataset to asset (#48199)
---
 airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx 
b/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx
index 8c624850813..ce1239a712c 100644
--- a/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx
+++ b/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx
@@ -56,7 +56,7 @@ export const AssetSchedule = ({ dag }: Props) => {
             nextRunEvents[0]?.uri
           ) : (
             <>
-              {pendingEvents.length} of {nextRunEvents.length} datasets updated
+              {pendingEvents.length} of {nextRunEvents.length} assets updated
             </>
           )}
         </Button>

Reply via email to