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

trigger dag not showing start time and end time in the tree view #18365

Closed
1 of 2 tasks
roshankp opened this issue Sep 20, 2021 · 3 comments
Closed
1 of 2 tasks

trigger dag not showing start time and end time in the tree view #18365

roshankp opened this issue Sep 20, 2021 · 3 comments
Labels
area:core duplicate Issue that is duplicated kind:bug This is a clearly a bug

Comments

@roshankp
Copy link

Apache Airflow version

2.1.3

Operating System

macosx

Versions of Apache Airflow Providers

apache-airflow==1!2.1.3+astro.1
apache-airflow-providers-amazon==2.1.0
apache-airflow-providers-celery==2.0.0
apache-airflow-providers-databricks==2.0.0
apache-airflow-providers-ftp==2.0.0
apache-airflow-providers-google==5.0.0
apache-airflow-providers-http==2.0.0
apache-airflow-providers-imap==2.0.0
apache-airflow-providers-microsoft-mssql==2.0.0
apache-airflow-providers-mysql==2.1.0
apache-airflow-providers-opsgenie==2.0.0
apache-airflow-providers-postgres==2.0.0
apache-airflow-providers-sftp==2.1.0
apache-airflow-providers-slack==4.0.0
apache-airflow-providers-snowflake==2.1.0
apache-airflow-providers-sqlite==2.0.0
apache-airflow-providers-ssh==2.1.0

Deployment

Astronomer

Deployment details

Astro version 2.1.3

What happened

Recently upgraded the platform to 2.1.3 and observed issues with TriggerDagRunOperator Operator. The child dag object when triggered from parent dag is not showing the start time in the tree view.
Also start time are showing up as null in dag_run table.

trigger_profile = TriggerDagRunOperator(
    task_id='trigger_profile', trigger_dag_id='child_dag'
)

image

What you expected to happen

ideally it should display timestamp.

How to reproduce

  • create two DAGS.
  • dag_main.py
  • dag_child.py
  • create an operator in dag_main.py
  • trigger_dag_child = TriggerDagRunOperator(
      task_id='trigger_profile', trigger_dag_id='dag_child'
    
    )
  • check start time in child dag

Anything else

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@roshankp roshankp added area:core kind:bug This is a clearly a bug labels Sep 20, 2021
@boring-cyborg
Copy link

boring-cyborg bot commented Sep 20, 2021

Thanks for opening your first issue here! Be sure to follow the issue template!

@bhavaniravi
Copy link
Contributor

Same as #18082. PR #18226 should fix this

@eladkal
Copy link
Contributor

eladkal commented Sep 20, 2021

Duplicate of #18082

@eladkal eladkal marked this as a duplicate of #18082 Sep 20, 2021
@eladkal eladkal closed this as completed Sep 20, 2021
@eladkal eladkal added the duplicate Issue that is duplicated label Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core duplicate Issue that is duplicated kind:bug This is a clearly a bug
Projects
None yet
Development

No branches or pull requests

3 participants