kaxil commented on code in PR #49518: URL: https://github.com/apache/airflow/pull/49518#discussion_r2052854844
########## README.md: ########## @@ -230,27 +230,31 @@ following the ASF Policy. - **DAGs**: Overview of all DAGs in your environment. -  +  + +- **Assets**: Overview of Assets with dependencies. + +  - **Grid**: Grid representation of a DAG that spans across time. -  +  - **Graph**: Visualization of a DAG's dependencies and their current status for a specific run. -  +  - **Home**: Summary statistics of your Airflow environment. -  +  - **Backfill**: Backfilling a DAG for a specific date range. -  +  - **Code**: Quick way to view source code of a DAG. -  +  Review Comment: I assume this are just moving files rather than new files? -- 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]
