question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Grid page visibility in the latest 2.3.1 release

See original GitHub issue

Apache Airflow version

2.3.1 (latest released)

What happened

Hello team!

I have faced the problem with Grid visibility in the latest 2.3.1 release.

My issue (example)

  1. Here is the end of dag code:
...
<code>
...
telegram_alert = TelegramOperator(
    task_id='telegram_alert'
    ,telegram_conn_id='telegram_bot_id'
    ,chat_id='telegram_chat_id'
    ,text="blablabla"
    ,dag=dag
)
python_task_1 >> python_task_2 >> puller >> telegram_alert

Grid: image

  1. Delete task with telegram alert: Code in the end of dag code:

...
<code>
...
python_task_1 >> python_task_2 >> puller

Grid after deleting (Telegram alert task disappeared): image

Grid after triggering dag again: image

  1. Return task with telegram alert in the dag as it was at the begining. Grid: image

PS:

As I remember in 2.3.0 there wasn’t such bug. I tried to roll back airflow image (from 2.3.1 to 2.3.0) and restart containers but faced error during starting webserver: alembic.util.exc.CommandError: Can’t locate revision identified by ‘1de7bc13c950’

I see the same error when try to execute such command: airflow db downgrade --to-version 2.3.0 Please help to me to roll back the airflow version or may be I can get some patch which fix this bug.

What you think should happen instead

The Grid must be visible at any time at any case

How to reproduce

Steps to reproduce:

  1. Create dag with N tasks
  2. Trigger dag
  3. Delete 1 task from dag
  4. Trigger dag
  5. Return deleted task to dag
  6. Try to see DagRun history on the Grid page.

Operating System

NAME=“Ubuntu” VERSION=“21.04 (Hirsute Hippo)” ID=ubuntu ID_LIKE=debian

Versions of Apache Airflow Providers

apache-airflow-providers-amazon==3.3.0 apache-airflow-providers-celery==2.1.4 apache-airflow-providers-docker==2.6.0 apache-airflow-providers-elasticsearch==3.0.3 apache-airflow-providers-google==6.8.0 apache-airflow-providers-grpc==2.0.4 apache-airflow-providers-hashicorp==2.2.0 apache-airflow-providers-http==2.1.2 apache-airflow-providers-imap==2.2.3 apache-airflow-providers-microsoft-azure==3.8.0 apache-airflow-providers-microsoft-mssql==2.1.3 apache-airflow-providers-mysql==2.2.3 apache-airflow-providers-odbc==2.0.4 apache-airflow-providers-postgres==4.1.0 apache-airflow-providers-redis==2.0.4 apache-airflow-providers-sendgrid==2.0.4 apache-airflow-providers-sftp==2.6.0 apache-airflow-providers-sqlite==2.1.3 apache-airflow-providers-ssh==2.4.3 apache-airflow-providers-telegram==2.0.4 apache-airflow-providers-vertica==2.1.3

Deployment

Docker-Compose

Deployment details

No response

Anything else

Many dags became unvisible on the Grid page and it is critical for us

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:23 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
stepanofcommented, May 30, 2022

Great, thanks a lot! I will be back soon with feedback about Grid visibility 😃

1reaction
gbonazzolicommented, Jun 2, 2022

@jedcunningham

I’ve just upgraded to 2.3.2rc2 and everything is ok.

We were running 2.3.2rc1 on production since last monday and we had non problem at all.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Essential Grid Changelog
Version 3.0.7 (2nd September 2020). NEW FEATURE. Added custom category editor to manage order and naming of custom categories in custom grids.
Read more >
Change Log for Releases - ag-Grid
ag-Grid is a feature-rich datagrid available in Free or Enterprise versions. This page lists all the Changes completed in recent releases.
Read more >
Superstore release notes - Out of the Sandbox
The Superstore release notes list notable changes, improvements, and additions to the theme. Stay up-to-date with the latest release details by referencing ...
Read more >
Release Notes - WPBakery Page Builder Knowledge Base
Release Notes. We are constantly working on new features and improvements for WPBakery Page Builder in order to keep your site and your ......
Read more >
Adobe Commerce 2.3.1 Release Notes
Release notes published on March 26, 2019 and last edited on June 3, 2020. ... Magento sorted only the products visible on the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found