Re: Change Airflow Dag Execution time timezone on Airflow UI

2019-02-28 Thread Tao Feng
I look at the UI code. I think you are right. I just created a ticket( https://issues.apache.org/jira/browse/AIRFLOW-3981) to keep track the issue. Feel free to take a stab if you are interested. On Thu, Feb 28, 2019 at 10:26 PM jiajie zhong wrote: > My idea is same as Manu's. If we change timez

Re: Change Airflow Dag Execution time timezone on Airflow UI

2019-02-28 Thread jiajie zhong
My idea is same as Manu's. If we change timezone, two diff time in Airflow would make user more confusion. So do we plan to change all timezone in Airflow right now? - z Hi Manu, Yes you are right. At this moment changing timezone in UI is not supported, if I

Re: Change Airflow Dag Execution time timezone on Airflow UI

2019-02-28 Thread Deng Xiaodong
Hi Manu, Yes you are right. At this moment changing timezone in UI is not supported, if I’m not wrong. Feature to change timezone in UI may not be an easy/quick task: Changing the timezone in the navbar may be easy, but timezones in Tree view/Graph view, log files, etc., may take effort and time.

Re: Change Airflow Dag Execution time timezone on Airflow UI

2019-02-28 Thread Manu Zhang
IIRC, the timezone setting only changes backend schedule time but nothing on UI and causes even more confusion. Manu Zhang On Mar 1, 2019, 1:08 PM +0800, Tao Feng , wrote: > Have you looked into > https://github.com/apache/airflow/blob/0d64fd8aac7b93f4143d8f1d3baa4a0e239aba55/docs/timezone.rst >

Re: Change Airflow Dag Execution time timezone on Airflow UI

2019-02-28 Thread Tao Feng
Have you looked into https://github.com/apache/airflow/blob/0d64fd8aac7b93f4143d8f1d3baa4a0e239aba55/docs/timezone.rst or set https://github.com/apache/airflow/blob/master/airflow/config_templates/default_airflow.cfg#L78 to Beijing timezone? Does it not work for you use case? On Thu, Feb 28, 2019

Re: Change Airflow Dag Execution time timezone on Airflow UI

2019-02-28 Thread jiajie zhong
I think it a very helpful if we could use local timestamps too. I am Chinese, in my country many Aiflow users think Airflow ONLY could use UTC is not hommization and Configurability. Many users will trip time when they first use Airflow. I think let local timestamp work in useful for those no-d

答复: merging of airflow pull request

2019-02-28 Thread zhong jiajie
I review your PR, And AT some committer/PMC to review you PR 发件人: Ashwini Adiga 发送时间: 2019年3月1日 9:06 收件人: dev@airflow.apache.org 抄送: ravi.ter...@nordstrom.com 主题: merging of airflow pull request Hi Devs, I would like to get some procedure to merge the pull reques

merging of airflow pull request

2019-02-28 Thread Ashwini Adiga
Hi Devs, I would like to get some procedure to merge the pull request: https://github.com/apache/airflow/pull/4583, it prevent missing container exit for docker operator with celery. The pull request passes all the tests and it was reviewed by one developer. If someone help to get the procedu

Re: [DISCUSS] AIP-12 Persist DAG into DB

2019-02-28 Thread Peter van t Hof
Hi all, Just some comments one the point Bolke dit give in relation of my PR. At first, the main focus is: making the webserver stateless. > 1) Make the webserver stateless: needs the graph of the *current* dag This is the main goal but for this a lot more PR’s will be coming once my current

AIRFLOW-3918 Adding SSH authentication to git-sync for Kubernetes

2019-02-28 Thread Daniel Mateus Pires
Hi devs! I'm trying to get some traction on https://github.com/apache/airflow/pull/4777, it adds support for SSH authentication to private GitHub repositories to clone Airflow DAGs, the PR passes the tests and it was reviewed once by a core committer. I came back with changes 2 days ago and I'm l

Re: Short Airflow user survey

2019-02-28 Thread airflowuser
Kamil the Jira contains many requests for new operators. To name a few: Zeppelin Operator https://issues.apache.org/jira/browse/AIRFLOW-1032 scrapyd operator https://issues.apache.org/jira/browse/AIRFLOW-827 PostgresTableSensor https://issues.apache.org/jira/browse/AIRFLOW-1759 S3 download fil