The Wayback Machine - https://web.archive.org/web/20220112165742/https://github.com/topics/airflow
Skip to content
#

airflow

Here are 910 public repositories matching this topic...

fredthomsen
fredthomsen commented Dec 31, 2021

Description

I am suggesting adding support for these filters for datetime objects when browsing airflow objects in the UI:

  • greater than or equal to
  • less than or equal to

Use case/motivation

When viewing DagRuns under the browse menu for example (Browse -> DagRuns), then only less than or greater than filters are available for filtering on datetime objects and since many logical

oleg-borodai
oleg-borodai commented Jan 3, 2022

Summary

Pod START TIME popup shows time in UTC which doesn't match with actual value shown relatively to current moment(see screenshot). I would expect the popup to show time in my local timezone.

argo v3.2.6

Diagnostics

argo submit -n argo --watch https://raw.githubusercontent.com/argoproj/argo-workflows/master/examples/coinflip-recursive.yaml

![Pasted Graphic 1](http

kiersten-stokes
kiersten-stokes commented Oct 8, 2021

Is your feature request related to a problem? Please describe.
We currently only create and push tags in our release script. To bring Elyra more in line with similar projects (such as JupyterLab), we could consider adding Github releases as well.

Current:
<img width="164" alt="Screen Shot 2021-10-08 at 3 20 36 PM" src="https://user-images.githubusercontent.com/31816267/136620475-35651a55-

edublancas
edublancas commented Dec 21, 2021

click has a CLIRunner to test CLI applications, however, it's limiting (e.g., monkeypatch doesn't work well). So we started to modify the test_cli.py tests to call the functions directly (e.g., install.main(use_lock=True). But given this change, we are no longer testing that cli args actually become the right function arguments (e.g., if we pass --use-lock), this should imply, we pass `ins

Improve this page

Add a description, image, and links to the airflow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the airflow topic, visit your repo's landing page and select "manage topics."

Learn more