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

Task doc is not shown on Airflow 2.0 Task Instance Detail view #15178

Closed
Matts966 opened this issue Apr 3, 2021 · 3 comments · Fixed by #15191
Closed

Task doc is not shown on Airflow 2.0 Task Instance Detail view #15178

Matts966 opened this issue Apr 3, 2021 · 3 comments · Fixed by #15191
Assignees
Labels
affected_version:2.0 Issues Reported for 2.0 area:UI Related to UI/UX. For Frontend Developers. kind:bug This is a clearly a bug

Comments

@Matts966
Copy link

Matts966 commented Apr 3, 2021

Apache Airflow version: 932f8c2

Kubernetes version (if you are using kubernetes) (use kubectl version):

Environment: locally run airflow server

  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release): mac
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:

What happened:

Task doc is shown on Airflow v1 Task Instance Detail view but not shown on v2.

What you expected to happen:

Task doc is shown.

How to reproduce it:

  • install airflow latest master
  • airflow server
  • open tutorial_etl_dag in example_dags
  • run dag(I don't know why but task instance detail can't open with error if no dag runs) and open task instance detail
@Matts966 Matts966 added the kind:bug This is a clearly a bug label Apr 3, 2021
@boring-cyborg
Copy link

boring-cyborg bot commented Apr 3, 2021

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

@kaxil kaxil self-assigned this Apr 4, 2021
@kaxil
Copy link
Member

kaxil commented Apr 4, 2021

I was able to reproduce it and will fix it for 2.0.2

@eladkal eladkal added area:UI Related to UI/UX. For Frontend Developers. affected_version:2.0 Issues Reported for 2.0 labels Apr 4, 2021
kaxil added a commit to astronomer/airflow that referenced this issue Apr 5, 2021
closes apache#15178
closes apache#13761

This feature was added in 2015 in apache#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.
kaxil added a commit that referenced this issue Apr 5, 2021
)

closes #15178
closes #13761

This feature was added in 2015 in #74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.
kaxil added a commit that referenced this issue Apr 9, 2021
)

closes #15178
closes #13761

This feature was added in 2015 in #74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

(cherry picked from commit e86f5ca)
ashb pushed a commit that referenced this issue Apr 15, 2021
)

closes #15178
closes #13761

This feature was added in 2015 in #74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

(cherry picked from commit e86f5ca)
@KulykDmytro
Copy link
Contributor

KulykDmytro commented Apr 27, 2021

@kaxil
just figured out:
enabling of STORE_SERIALIZED_DAGS leads to this issue (at least on 1.10.15)

leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this issue Sep 16, 2021
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

(cherry picked from commit e86f5ca8fa5ff22c1e1f48addc012919034c672f)

GitOrigin-RevId: 7e547b7c3c7d7402ed1e4221c3a0d12789887824
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this issue Sep 17, 2021
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this issue Sep 23, 2021
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this issue Nov 27, 2021
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this issue Mar 10, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this issue Jun 4, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
kosteev pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this issue Jul 9, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this issue Aug 27, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this issue Oct 4, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
aglipska pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this issue Oct 7, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this issue Dec 7, 2022
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
leahecole pushed a commit to GoogleCloudPlatform/composer-airflow that referenced this issue Jan 27, 2023
…191)

closes apache/airflow#15178
closes apache/airflow#13761

This feature was added in 2015 in apache/airflow#74 and it was expected to set `doc_md` (or `doc_rst` and other `doc_*`) via `task.doc_md` instead of passing via arg. However, this did not work with DAG Serialization as we only allowed a selected args to be stored in Serialized version of DAG.

GitOrigin-RevId: e86f5ca8fa5ff22c1e1f48addc012919034c672f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affected_version:2.0 Issues Reported for 2.0 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