-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Move asset events to its own tab #51625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move asset events to its own tab #51625
Conversation
|
This makes me realize that with the translation work, we lost the I will open a follow up PR to make that distinction again. |
airflow-core/src/airflow/ui/src/pages/TaskInstance/TaskInstance.tsx
Outdated
Show resolved
Hide resolved
Backport failed to create: v3-0-test. View the failure log Run details
You can attempt to backport this manually by running: cherry_picker e8505aa v3-0-testThis should apply the commit to the v3-0-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continue |
* Move asset events to its own tab * Address PR comments (cherry picked from commit e8505aa)
|
Manual backport #51625 |
|
Taking a look at the UX here. Do you mind moving the "Asset Events" tab to come before Audit Log, Code and Details? Also, I wonder if we want to look up if we should even show the tab (ie: is this task instance or dag run ever connected to an asset?) |
* Move asset events to its own tab * Address PR comments
* Move asset events to its own tab * Address PR comments
Closes: #49999
Also rename 'Events' tab to 'audit' tab, to avoid confusion with asset event tab.
Dag Run
TaskInstance