Skip to content
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

Empty Details tab after upgrading to Airflow 2.8.0 (Dynamic Task Mapping) #36481

Closed
1 of 2 tasks
csp33 opened this issue Dec 29, 2023 · 2 comments · Fixed by #36522
Closed
1 of 2 tasks

Empty Details tab after upgrading to Airflow 2.8.0 (Dynamic Task Mapping) #36481

csp33 opened this issue Dec 29, 2023 · 2 comments · Fixed by #36522
Labels
affected_version:2.8 Issues Reported for 2.8 area:UI Related to UI/UX. For Frontend Developers. kind:bug This is a clearly a bug
Milestone

Comments

@csp33
Copy link
Contributor

csp33 commented Dec 29, 2023

Apache Airflow version

2.8.0

If "Other Airflow 2 version" selected, which one?

No response

What happened?

After upgrading to Airflow 2.8.0, I've found out that the Details tab is empty for mapped tasks
image

What you think should happen instead?

Details tab should appear, just like before

How to reproduce

  1. Run the following DAG
  with DAG(
      dag_id="test_mapped_tasks_ui",
      schedule=None,
      catchup=False,
      max_active_runs=1,
      render_template_as_native_obj=True,
  ) as dag:
  
      @task
      def my_task(idx: int) -> None:
          print(f"Task {idx} done")
  
      my_task.expand(idx=list(range(1, 10)))
  1. Open the Details tab of my_task

Operating System

Airflow in Kubernetes

Versions of Apache Airflow Providers

No response

Deployment

Official Apache Airflow Helm Chart

Deployment details

No response

Anything else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@csp33 csp33 added area:core kind:bug This is a clearly a bug needs-triage label for new issues that we didn't triage yet labels Dec 29, 2023
@csp33 csp33 changed the title Empty Details tab after upgrading to Airflow 2.8.0 Empty Details tab after upgrading to Airflow 2.8.0 (Dynamic Task Mapping) Dec 29, 2023
@potiuk potiuk added this to the Airflow 2.8.1 milestone Dec 29, 2023
@potiuk potiuk removed the needs-triage label for new issues that we didn't triage yet label Dec 29, 2023
@potiuk
Copy link
Member

potiuk commented Dec 29, 2023

Likely should be address before 2.8.1 (cc: @bbovenzi @pierrejeambrun).

@csp33 -> can you see any errors in console log (open inspect view in your browser) when you open the details tab? Could you please post it here?

@csp33
Copy link
Contributor Author

csp33 commented Dec 29, 2023

Likely should be address before 2.8.1 (cc: @bbovenzi @pierrejeambrun).

@csp33 -> can you see any errors in console log (open inspect view in your browser) when you open the details tab? Could you please post it here?

image

Just a deprecation warning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affected_version:2.8 Issues Reported for 2.8 area:UI Related to UI/UX. For Frontend Developers. kind:bug This is a clearly a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants