You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/14 14:24:24 UTC

[GitHub] [airflow] abhishekbhakat opened a new issue, #26395: Broken Task Tries, Landing Times, Duration pages due to large number of tasks

abhishekbhakat opened a new issue, #26395:
URL: https://github.com/apache/airflow/issues/26395

   ### Apache Airflow version
   
   2.3.4
   
   ### What happened
   
   The graphs are not visible as the number of tasks is over 600 with significantly large names.
   
   ### What you think should happen instead
   
   The page length should be a larger to fit the graph
   
   ### How to reproduce
   
   A dag with over 300 tasks with task ids near to 50 chars
   
   ### Operating System
   
   PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian
   
   ### Versions of Apache Airflow Providers
   
   ```
   apache-airflow-providers-airbyte==2.1.4
   apache-airflow-providers-amazon==4.0.0
   apache-airflow-providers-apache-hive==4.0.0
   apache-airflow-providers-apache-livy==3.1.0
   apache-airflow-providers-celery==3.0.0
   apache-airflow-providers-cncf-kubernetes==4.1.0
   apache-airflow-providers-common-sql==1.0.0
   apache-airflow-providers-databricks==2.2.0
   apache-airflow-providers-elasticsearch==4.0.0
   apache-airflow-providers-ftp==3.0.0
   apache-airflow-providers-google==8.1.0
   apache-airflow-providers-http==3.0.0
   apache-airflow-providers-imap==3.0.0
   apache-airflow-providers-microsoft-azure==4.2.0
   apache-airflow-providers-pagerduty==2.1.3
   apache-airflow-providers-postgres==5.0.0
   apache-airflow-providers-redis==3.0.0
   apache-airflow-providers-slack==4.2.3
   apache-airflow-providers-snowflake==3.1.0
   apache-airflow-providers-sqlite==3.0.0
   ```
   
   ### Deployment
   
   Astronomer
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   An svg of class `nvd3-svg` has pixel length of 7200. Calculated as per this [code snippet](https://github.com/apache/airflow/blob/b966b8d881849051e79692fd8bf7b090af29291c/airflow/www/utils.py#L521):
   
   ```
   600 + 660*10
   ```
   
   Whereas I had to change it to over 13650px for these graphs to fit *(Different sizes for different pages)* by inspect element on browser.
   
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Broken Task Tries, Landing Times, Duration pages due to large number of tasks [airflow]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #26395:
URL: https://github.com/apache/airflow/issues/26395#issuecomment-2033707137

   This issue has been closed because it has not received response from the issue author.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Broken Task Tries, Landing Times, Duration pages due to large number of tasks [airflow]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #26395: Broken Task Tries, Landing Times, Duration pages due to large number of tasks
URL: https://github.com/apache/airflow/issues/26395


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Broken Task Tries, Landing Times, Duration pages due to large number of tasks [airflow]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #26395:
URL: https://github.com/apache/airflow/issues/26395#issuecomment-1943187568

   This issue has been automatically marked as stale because it has been open for 365 days without any activity. There has been several Airflow releases since last activity on this issue. Kindly asking to recheck the report against latest Airflow version and let us know if the issue is reproducible. The issue will be closed in next 30 days if no further activity occurs from the issue author.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org