[jira] [Resolved] (AIRFLOW-6893) Per dag worker image selection

2020-04-03 Thread Grant McKenzie (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant McKenzie resolved AIRFLOW-6893. - Resolution: Invalid This functionality is already available by passing in executor_conf

[GitHub] [airflow] cwedgwood commented on issue #8005: Use annotated tags for releases?

2020-04-03 Thread GitBox
cwedgwood commented on issue #8005: Use annotated tags for releases? URL: https://github.com/apache/airflow/issues/8005#issuecomment-608910796 one nice property of annotated tags is "git describe" works, i use this in makefiles and also for container tags --

[GitHub] [airflow] aostapenko commented on issue #8005: Use annoteated tags for releases?

2020-04-03 Thread GitBox
aostapenko commented on issue #8005: Use annoteated tags for releases? URL: https://github.com/apache/airflow/issues/8005#issuecomment-608901653 The purpose of reporting this issue is a promotion of best git practices enabling an ability to use git functionality that ignores lightweight tag

[GitHub] [airflow] mik-laj opened a new issue #8124: Custom WEB UI screen to control permissions

2020-04-03 Thread GitBox
mik-laj opened a new issue #8124: Custom WEB UI screen to control permissions URL: https://github.com/apache/airflow/issues/8124 **Description** We need a view that makes it easier to set identical permissions for Web UI and API. **Use case / motivation** N/A **R

[GitHub] [airflow] mik-laj opened a new issue #8123: Guide about API authentication (including custom)

2020-04-03 Thread GitBox
mik-laj opened a new issue #8123: Guide about API authentication (including custom) URL: https://github.com/apache/airflow/issues/8123 **Description** We should write a guide that describes how to add new ones or use the current authentication method. **Use case / motivation

[GitHub] [airflow] mik-laj opened a new issue #8122: Guide about permission

2020-04-03 Thread GitBox
mik-laj opened a new issue #8122: Guide about permission URL: https://github.com/apache/airflow/issues/8122 **Description** We should prepare a guide that will describe how to manage permissions for the API. If there is a guide for Web UI, we can extend it. If it does not exist, the

[GitHub] [airflow] mik-laj opened a new issue #8121: Migration guide from the experimental API to the REST API

2020-04-03 Thread GitBox
mik-laj opened a new issue #8121: Migration guide from the experimental API to the REST API URL: https://github.com/apache/airflow/issues/8121 **Description** We should prepare a guide that will facilitate the migration from the experimental API to the API for Airflow 2.0. **

[GitHub] [airflow] mik-laj opened a new issue #8120: Guide "How to use REST API"

2020-04-03 Thread GitBox
mik-laj opened a new issue #8120: Guide "How to use REST API" URL: https://github.com/apache/airflow/issues/8120 **Description** We need one that will facilitate the use of the REST API **Use case / motivation** We need one that will facilitate the use of the REST API

[GitHub] [airflow] mik-laj opened a new issue #8119: REST API Reference

2020-04-03 Thread GitBox
mik-laj opened a new issue #8119: REST API Reference URL: https://github.com/apache/airflow/issues/8119 **Description** We need documentation to be available in a user-friendly form. The YAML file does not belong to this format.The YAML file does not play this role. We can use swag

[GitHub] [airflow] mik-laj opened a new issue #8118: API Enddpoints

2020-04-03 Thread GitBox
mik-laj opened a new issue #8118: API Enddpoints URL: https://github.com/apache/airflow/issues/8118 **Description** We should create endpoints that allow us to perform operations in Airflow We need views that will only perform CRUD operations (Create, Update, List, Update, [GE

[GitHub] [airflow] mik-laj opened a new issue #8117: HATEOS for API

2020-04-03 Thread GitBox
mik-laj opened a new issue #8117: HATEOS for API URL: https://github.com/apache/airflow/issues/8117 **Description** Links should be added to the objects to make it easier to use. I recommend https://flask-marshmallow.readthedocs.io/en/latest/ **Use case / motivation** N

[GitHub] [airflow] mik-laj opened a new issue #8116: CRUD Framework for API

2020-04-03 Thread GitBox
mik-laj opened a new issue #8116: CRUD Framework for API URL: https://github.com/apache/airflow/issues/8116 **Description** We need to build views that share common behavior. It would be nice if the code was not repeated. **Use case / motivation** N/A **Related I

[GitHub] [airflow] mik-laj opened a new issue #8115: (de)serialization for Python objects

2020-04-03 Thread GitBox
mik-laj opened a new issue #8115: (de)serialization for Python objects URL: https://github.com/apache/airflow/issues/8115 **Description** We need a common mechanism for deserialization and serialization of Python objects. PR with this change should define all schemas with Pyth

[GitHub] [airflow] mik-laj opened a new issue #8114: (de)serialization common objects

2020-04-03 Thread GitBox
mik-laj opened a new issue #8114: (de)serialization common objects URL: https://github.com/apache/airflow/issues/8114 **Description** We need a common mechanism for deserialization and serialization of common objects. I recommend marshmallow https://marshmallow.readthedocs.io/en/l

[GitHub] [airflow] mik-laj opened a new issue #8113: API security tests

2020-04-03 Thread GitBox
mik-laj opened a new issue #8113: API security tests URL: https://github.com/apache/airflow/issues/8113 **Description** Before releasing Airflow 2.0, we should review the code and consider whether it is safe. **Use case / motivation** I want to make the internet a safer

[GitHub] [airflow] mik-laj opened a new issue #8112: Authorization and Permission

2020-04-03 Thread GitBox
mik-laj opened a new issue #8112: Authorization and Permission URL: https://github.com/apache/airflow/issues/8112 **Description** We need a simple mechanism to authorize operations performed by the API. It should be compatible with the Flask App Builder used by Airflow. **Use

[GitHub] [airflow] mik-laj opened a new issue #8111: Authentication in API

2020-04-03 Thread GitBox
mik-laj opened a new issue #8111: Authentication in API URL: https://github.com/apache/airflow/issues/8111 **Description** We should prepare an authentication mechanism that allows easy extension and adding a new authentication method. **Use case / motivation** The

[GitHub] [airflow] mik-laj opened a new issue #8110: Serialziation and deserialization for SQLAlchemy objects

2020-04-03 Thread GitBox
mik-laj opened a new issue #8110: Serialziation and deserialization for SQLAlchemy objects URL: https://github.com/apache/airflow/issues/8110 **Description** We need a common mechanism for deserialization and serialization of SQLAlchemy objects. I recommend marshmallow-sqlalchemy

[GitHub] [airflow] mik-laj opened a new issue #8109: Basic integration Airflow and connexion

2020-04-03 Thread GitBox
mik-laj opened a new issue #8109: Basic integration Airflow and connexion URL: https://github.com/apache/airflow/issues/8109 **Description** We must provide basic integration of Airflow with connexion. This should contain a foundation for other works. For now, it can return empty

[GitHub] [airflow] mik-laj opened a new issue #8108: Basic OpenAPI spec

2020-04-03 Thread GitBox
mik-laj opened a new issue #8108: Basic OpenAPI spec URL: https://github.com/apache/airflow/issues/8108 **Description** We need to develop an OpenAPI spec that contains at least the following elements: - endpoints - scheme - response bodies Subsequent PR may exten

[jira] [Commented] (AIRFLOW-7046) Support Locale-formatted datetimes in Webserver

2020-04-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074950#comment-17074950 ] ASF GitHub Bot commented on AIRFLOW-7046: - ashb commented on pull request #7693

[GitHub] [airflow] ashb closed pull request #7693: [AIRFLOW-7046] Locale-formatted datetimes (UI only)

2020-04-03 Thread GitBox
ashb closed pull request #7693: [AIRFLOW-7046] Locale-formatted datetimes (UI only) URL: https://github.com/apache/airflow/pull/7693 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [airflow] ashb commented on issue #7693: [AIRFLOW-7046] Locale-formatted datetimes (UI only)

2020-04-03 Thread GitBox
ashb commented on issue #7693: [AIRFLOW-7046] Locale-formatted datetimes (UI only) URL: https://github.com/apache/airflow/pull/7693#issuecomment-608761308 Closing this for now in favour of #8046 for now, which I based off this PR initially. We might revisit this later once we locallize/tra

[GitHub] [airflow] codecov-io edited a comment on issue #8095: stop rendering some class docs in wrong place

2020-04-03 Thread GitBox
codecov-io edited a comment on issue #8095: stop rendering some class docs in wrong place URL: https://github.com/apache/airflow/pull/8095#issuecomment-608724015 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8095?src=pr&el=h1) Report > Merging [#8095](https://codecov.io/gh/apac

[GitHub] [airflow] codecov-io edited a comment on issue #8095: stop rendering some class docs in wrong place

2020-04-03 Thread GitBox
codecov-io edited a comment on issue #8095: stop rendering some class docs in wrong place URL: https://github.com/apache/airflow/pull/8095#issuecomment-608724015 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8095?src=pr&el=h1) Report > Merging [#8095](https://codecov.io/gh/apac

[GitHub] [airflow] codecov-io commented on issue #8095: stop rendering some class docs in wrong place

2020-04-03 Thread GitBox
codecov-io commented on issue #8095: stop rendering some class docs in wrong place URL: https://github.com/apache/airflow/pull/8095#issuecomment-608724015 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8095?src=pr&el=h1) Report > Merging [#8095](https://codecov.io/gh/apache/airf

[jira] [Assigned] (AIRFLOW-6832) Legacy Azure storage package used

2020-04-03 Thread Ephraim E Anierobi (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ephraim E Anierobi reassigned AIRFLOW-6832: --- Assignee: Ephraim E Anierobi > Legacy Azure storage package used > ---

[GitHub] [airflow] mik-laj opened a new issue #8107: AIP-32 - Airflow REST API

2020-04-03 Thread GitBox
mik-laj opened a new issue #8107: AIP-32 - Airflow REST API URL: https://github.com/apache/airflow/issues/8107 We currently have one [experimental API|https://airflow.readthedocs.io/en/latest/rest-api-ref.html], but despite its existence for 2 years, it has not reached a stable level.

[GitHub] [airflow] mik-laj commented on issue #8079: setproctitle is flaky to install and can be problematic in some environments

2020-04-03 Thread GitBox
mik-laj commented on issue #8079: setproctitle is flaky to install and can be problematic in some environments URL: https://github.com/apache/airflow/issues/8079#issuecomment-608706284 Airflow uses many processes that run in one container. The clear name of the process is very useful. Wha

[GitHub] [airflow] aamangeldi commented on issue #8023: CeleryExecutor gevent/eventlet pools need monkey patching

2020-04-03 Thread GitBox
aamangeldi commented on issue #8023: CeleryExecutor gevent/eventlet pools need monkey patching URL: https://github.com/apache/airflow/issues/8023#issuecomment-608701834 @turbaszek Yup, can do. This is an automated message fro

[GitHub] [airflow] btallman commented on issue #8106: [AIRFLOW-7049] Persistent display/filtering of DAG status

2020-04-03 Thread GitBox
btallman commented on issue #8106: [AIRFLOW-7049] Persistent display/filtering of DAG status URL: https://github.com/apache/airflow/pull/8106#issuecomment-608701438 Very nice improvement to my original hack! This is an automa

[jira] [Assigned] (AIRFLOW-6778) Add a DAGs PVC Mount Point Option for Workers under Kubernetes Executor

2020-04-03 Thread Ephraim E Anierobi (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ephraim E Anierobi reassigned AIRFLOW-6778: --- Assignee: Daniel Imberman (was: Ephraim E Anierobi) > Add a DAGs PVC Moun

[jira] [Assigned] (AIRFLOW-6778) Add a DAGs PVC Mount Point Option for Workers under Kubernetes Executor

2020-04-03 Thread Ephraim E Anierobi (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ephraim E Anierobi reassigned AIRFLOW-6778: --- Assignee: Ephraim E Anierobi (was: Brandon Willard) > Add a DAGs PVC Moun

[GitHub] [airflow] mik-laj edited a comment on issue #8105: Set variable from stdin

2020-04-03 Thread GitBox
mik-laj edited a comment on issue #8105: Set variable from stdin URL: https://github.com/apache/airflow/issues/8105#issuecomment-608645084 This should work. This is not ideal, but you can temporarily use it. ```bash airflow variables -s KEY "$(cat FILE)" ``` ---

[GitHub] [airflow] mik-laj edited a comment on issue #8105: Set variable from stdin

2020-04-03 Thread GitBox
mik-laj edited a comment on issue #8105: Set variable from stdin URL: https://github.com/apache/airflow/issues/8105#issuecomment-608645084 This should work. ```bash airflow variables -s KEY "<(cat FILE)" ``` This is a

[GitHub] [airflow] mik-laj edited a comment on issue #8105: Set variable from stdin

2020-04-03 Thread GitBox
mik-laj edited a comment on issue #8105: Set variable from stdin URL: https://github.com/apache/airflow/issues/8105#issuecomment-608645084 This should work. ```bash airflow variables -s KEY "<(cat FILE)" ``` or ```bash cat FILE | xargs -I {} airflow variables -s KEY '{}'

[GitHub] [airflow] mik-laj edited a comment on issue #8105: Set variable from stdin

2020-04-03 Thread GitBox
mik-laj edited a comment on issue #8105: Set variable from stdin URL: https://github.com/apache/airflow/issues/8105#issuecomment-608645084 This should work. This is not ideal, but you can temporarily use it. ```bash airflow variables -s KEY "<(cat FILE)" ``` ---

[GitHub] [airflow] mik-laj commented on issue #8105: Set variable from stdin

2020-04-03 Thread GitBox
mik-laj commented on issue #8105: Set variable from stdin URL: https://github.com/apache/airflow/issues/8105#issuecomment-608645084 This should work. ```bash airflow variables -s KEY "<(cat FILE)" ``` or ```bash cat FILE | xargs -I {} airflow variables -s KEY "{}" ```

[GitHub] [airflow] ryanahamilton opened a new pull request #8106: [AIRFLOW-7049] Persistent display/filtering of DAG status

2020-04-03 Thread GitBox
ryanahamilton opened a new pull request #8106: [AIRFLOW-7049] Persistent display/filtering of DAG status URL: https://github.com/apache/airflow/pull/8106 Seeks to resolve [[AIRFLOW-7049]](https://issues.apache.org/jira/browse/AIRFLOW-7049) by replacing the problematic "show/hide paused DA

[jira] [Commented] (AIRFLOW-7049) Make show_paused persistent across navigation

2020-04-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074879#comment-17074879 ] ASF GitHub Bot commented on AIRFLOW-7049: - ryanahamilton commented on pull requ

[GitHub] [airflow] boring-cyborg[bot] commented on issue #8105: Set variable from stdin

2020-04-03 Thread GitBox
boring-cyborg[bot] commented on issue #8105: Set variable from stdin URL: https://github.com/apache/airflow/issues/8105#issuecomment-608636151 Thanks for opening your first issue here! Be sure to follow the issue template! ---

[GitHub] [airflow] briansorahan opened a new issue #8105: Set variable from stdin

2020-04-03 Thread GitBox
briansorahan opened a new issue #8105: Set variable from stdin URL: https://github.com/apache/airflow/issues/8105 **Description** Would like to be able to do this: ``` cat FILE | airflow variables -s KEY - ``` **Use case / motivation** Less error-prone than read

[GitHub] [airflow] potiuk commented on issue #8005: Use annoteated tags for releases?

2020-04-03 Thread GitBox
potiuk commented on issue #8005: Use annoteated tags for releases? URL: https://github.com/apache/airflow/issues/8005#issuecomment-608601018 Why ? What would be the scenario we want to handle? This is an automated message fro

[GitHub] [airflow] potiuk edited a comment on issue #8005: Use annoteated tags for releases?

2020-04-03 Thread GitBox
potiuk edited a comment on issue #8005: Use annoteated tags for releases? URL: https://github.com/apache/airflow/issues/8005#issuecomment-608601018 Why ? What would be the scenario you want to handle? This is an automated mes

[GitHub] [airflow] codecov-io commented on issue #8068: Make models/pool.py pylint compatible

2020-04-03 Thread GitBox
codecov-io commented on issue #8068: Make models/pool.py pylint compatible URL: https://github.com/apache/airflow/pull/8068#issuecomment-608597992 # [Codecov](https://codecov.io/gh/apache/airflow/pull/8068?src=pr&el=h1) Report > Merging [#8068](https://codecov.io/gh/apache/airflow/pull/

[GitHub] [airflow] aostapenko commented on issue #8005: Use annoteated tags for releases?

2020-04-03 Thread GitBox
aostapenko commented on issue #8005: Use annoteated tags for releases? URL: https://github.com/apache/airflow/issues/8005#issuecomment-608596676 I'm not asking to recreate them - only to use annotated ones for future ones. Thi

[jira] [Commented] (AIRFLOW-4529) Support for Azure Batch

2020-04-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074800#comment-17074800 ] ASF GitHub Bot commented on AIRFLOW-4529: - kaxil commented on pull request #802

[jira] [Commented] (AIRFLOW-4529) Support for Azure Batch

2020-04-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074801#comment-17074801 ] ASF subversion and git services commented on AIRFLOW-4529: -- Co

[GitHub] [airflow] aostapenko commented on issue #8005: Use annoteated tags for releases?

2020-04-03 Thread GitBox
aostapenko commented on issue #8005: Use annoteated tags for releases? URL: https://github.com/apache/airflow/issues/8005#issuecomment-608594660 It's not only about security. Rather git best practices. And other than explicitly saying that lightweight tags should not be used for creating re

[jira] [Resolved] (AIRFLOW-4529) Support for Azure Batch

2020-04-03 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-4529. - Fix Version/s: 2.0.0 Resolution: Fixed > Support for Azure Batch > -

[GitHub] [airflow] kaxil merged pull request #8024: [AIRFLOW-4529] Add support for Azure Batch Service

2020-04-03 Thread GitBox
kaxil merged pull request #8024: [AIRFLOW-4529] Add support for Azure Batch Service URL: https://github.com/apache/airflow/pull/8024 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [airflow] louisguitton commented on issue #8093: Docs: Broken link to KubernetesPodOperator

2020-04-03 Thread GitBox
louisguitton commented on issue #8093: Docs: Broken link to KubernetesPodOperator URL: https://github.com/apache/airflow/issues/8093#issuecomment-608592870 > I got it. The problem is only in the 1.10 series. In Airflow 2.0 this problem is gone. Aah ok got you. Thanks for the

[GitHub] [airflow] houqp commented on issue #6311: [AIRFLOW-5615] Reduce duplicated logic around job heartbeating

2020-04-03 Thread GitBox
houqp commented on issue #6311: [AIRFLOW-5615] Reduce duplicated logic around job heartbeating URL: https://github.com/apache/airflow/pull/6311#issuecomment-608588218 sorry i missed the previous mention. +1 on introducing this change. although it looks like local_task_job is not leve

[GitHub] [airflow] kaxil commented on issue #8024: [AIRFLOW-4529] Add support for Azure Batch Service

2020-04-03 Thread GitBox
kaxil commented on issue #8024: [AIRFLOW-4529] Add support for Azure Batch Service URL: https://github.com/apache/airflow/pull/8024#issuecomment-608584938 > LGTM @kaxil - do you want to have another look ? Checking now

[GitHub] [airflow] j-y-matsubara removed a comment on issue #8068: Make models/pool.py pylint compatible

2020-04-03 Thread GitBox
j-y-matsubara removed a comment on issue #8068: Make models/pool.py pylint compatible URL: https://github.com/apache/airflow/pull/8068#issuecomment-608574983 I don't know why this error is occurred in travis ``` tests/runtime/kubernetes/test_kubernetes_executor.py:203: _ _ _ _ _ _

[GitHub] [airflow] kaxil commented on issue #8005: Use annoteated tags for releases?

2020-04-03 Thread GitBox
kaxil commented on issue #8005: Use annoteated tags for releases? URL: https://github.com/apache/airflow/issues/8005#issuecomment-608583955 In any case, we upload signed releases at https://dist.apache.org/repos/dist/release/airflow/ and KEYS of Release Managers are available at https://d

[GitHub] [airflow] kaxil commented on issue #8088: Auto-generate installation.rst

2020-04-03 Thread GitBox
kaxil commented on issue #8088: Auto-generate installation.rst URL: https://github.com/apache/airflow/issues/8088#issuecomment-608582733 Welcome to the community @mik-laj 😄 This is an automated message from the Apache Git Se

[GitHub] [airflow] ashb commented on issue #8005: Use annoteated tags for releases?

2020-04-03 Thread GitBox
ashb commented on issue #8005: Use annoteated tags for releases? URL: https://github.com/apache/airflow/issues/8005#issuecomment-608582285 Also signing our commits is only half the battle - it does nothing for the few hundred projects we depend upon

svn commit: r38802 - /dev/airflow/1.10.10rc2/

2020-04-03 Thread kaxilnaik
Author: kaxilnaik Date: Fri Apr 3 17:48:09 2020 New Revision: 38802 Log: Add artifacts for Airflow 1.10.10rc2 Added: dev/airflow/1.10.10rc2/ dev/airflow/1.10.10rc2/apache-airflow-1.10.10rc2-bin.tar.gz (with props) dev/airflow/1.10.10rc2/apache-airflow-1.10.10rc2-bin.tar.gz.asc

[GitHub] [airflow] j-y-matsubara commented on issue #8068: Make models/pool.py pylint compatible

2020-04-03 Thread GitBox
j-y-matsubara commented on issue #8068: Make models/pool.py pylint compatible URL: https://github.com/apache/airflow/pull/8068#issuecomment-608574983 I don't know why this error is occurred in travis ``` tests/runtime/kubernetes/test_kubernetes_executor.py:203: _ _ _ _ _ _ _ _ _ _

[jira] [Commented] (AIRFLOW-5277) Gannt chart shows local browser time instead of server one

2020-04-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074758#comment-17074758 ] ASF subversion and git services commented on AIRFLOW-5277: -- Co

[GitHub] [airflow] kaxil commented on issue #8093: Docs: Broken link to KubernetesPodOperator

2020-04-03 Thread GitBox
kaxil commented on issue #8093: Docs: Broken link to KubernetesPodOperator URL: https://github.com/apache/airflow/issues/8093#issuecomment-608569012 Has been cherry-picked to 1.10.10rc2 This is an automated message from the Ap

[GitHub] [airflow] kaxil closed issue #8093: Docs: Broken link to KubernetesPodOperator

2020-04-03 Thread GitBox
kaxil closed issue #8093: Docs: Broken link to KubernetesPodOperator URL: https://github.com/apache/airflow/issues/8093 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [airflow] kaxil merged pull request #8104: Handle DST better in Task Instance tool tips

2020-04-03 Thread GitBox
kaxil merged pull request #8104: Handle DST better in Task Instance tool tips URL: https://github.com/apache/airflow/pull/8104 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [airflow] kaxil commented on issue #8104: Handle DST better in Task Instance tool tips

2020-04-03 Thread GitBox
kaxil commented on issue #8104: Handle DST better in Task Instance tool tips URL: https://github.com/apache/airflow/pull/8104#issuecomment-608568439 Tested it manually, need it for RC2 This is an automated message from the Apa

[GitHub] [airflow] ashb opened a new pull request #8104: Handle DST better in Task Instance tool tips

2020-04-03 Thread GitBox
ashb opened a new pull request #8104: Handle DST better in Task Instance tool tips URL: https://github.com/apache/airflow/pull/8104 We displayed the zone "name" based on the current time, which could lead to confusion when the date to be displayed was not in the same daylight-savings

[GitHub] [airflow] turbaszek commented on issue #8101: Add QuintoAndar as Airflow user

2020-04-03 Thread GitBox
turbaszek commented on issue #8101: Add QuintoAndar as Airflow user URL: https://github.com/apache/airflow/pull/8101#issuecomment-608565966 Thanks @LucasMMota ! I also encourage you to share your use case on https://airflow.apache.org/use-cases/

[GitHub] [airflow] turbaszek merged pull request #8101: Add QuintoAndar as Airflow user

2020-04-03 Thread GitBox
turbaszek merged pull request #8101: Add QuintoAndar as Airflow user URL: https://github.com/apache/airflow/pull/8101 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [airflow] boring-cyborg[bot] commented on issue #8101: Add QuintoAndar as Airflow user

2020-04-03 Thread GitBox
boring-cyborg[bot] commented on issue #8101: Add QuintoAndar as Airflow user URL: https://github.com/apache/airflow/pull/8101#issuecomment-608564975 Awesome work, congrats on your first merged pull request! This is an auto

[GitHub] [airflow] jstern commented on issue #8095: stop rendering some class docs in wrong place

2020-04-03 Thread GitBox
jstern commented on issue #8095: stop rendering some class docs in wrong place URL: https://github.com/apache/airflow/pull/8095#issuecomment-608564074 will try the `__all__` approach locally and update the pr to use that if it works -

[GitHub] [airflow] kaxil commented on issue #8100: Fix reference to KubernetesPodOperator - fix #8093

2020-04-03 Thread GitBox
kaxil commented on issue #8100: Fix reference to KubernetesPodOperator - fix #8093 URL: https://github.com/apache/airflow/pull/8100#issuecomment-608554357 Thanks This is an automated message from the Apache Git Service. To re

[GitHub] [airflow] kaxil merged pull request #8100: Fix reference to KubernetesPodOperator - fix #8093

2020-04-03 Thread GitBox
kaxil merged pull request #8100: Fix reference to KubernetesPodOperator - fix #8093 URL: https://github.com/apache/airflow/pull/8100 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Resolved] (AIRFLOW-5277) Gannt chart shows local browser time instead of server one

2020-04-03 Thread Ash Berlin-Taylor (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor resolved AIRFLOW-5277. Fix Version/s: 1.10.10 Resolution: Done > Gannt chart shows local browser

[GitHub] [airflow] kaxil commented on issue #8103: Fix timezones displayed in Task Instance tooltip

2020-04-03 Thread GitBox
kaxil commented on issue #8103: Fix timezones displayed in Task Instance tooltip URL: https://github.com/apache/airflow/pull/8103#issuecomment-608553949 And I want to release RC2 so merging this before the CI has passed This i

[GitHub] [airflow] potiuk closed pull request #8102: fix typo on sane -> same

2020-04-03 Thread GitBox
potiuk closed pull request #8102: fix typo on sane -> same URL: https://github.com/apache/airflow/pull/8102 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [airflow] potiuk commented on issue #8102: fix typo on sane -> same

2020-04-03 Thread GitBox
potiuk commented on issue #8102: fix typo on sane -> same URL: https://github.com/apache/airflow/pull/8102#issuecomment-608554046 Actually sane was correct This is an automated message from the Apache Git Service. To respond t

[jira] [Commented] (AIRFLOW-5277) Gannt chart shows local browser time instead of server one

2020-04-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074734#comment-17074734 ] ASF subversion and git services commented on AIRFLOW-5277: -- Co

[GitHub] [airflow] kaxil merged pull request #8103: Fix timezones displayed in Task Instance tooltip

2020-04-03 Thread GitBox
kaxil merged pull request #8103: Fix timezones displayed in Task Instance tooltip URL: https://github.com/apache/airflow/pull/8103 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [airflow] kaxil commented on issue #8103: Fix timezones displayed in Task Instance tooltip

2020-04-03 Thread GitBox
kaxil commented on issue #8103: Fix timezones displayed in Task Instance tooltip URL: https://github.com/apache/airflow/pull/8103#issuecomment-608553555 I have tested this personally This is an automated message from the Apach

[GitHub] [airflow] potiuk commented on issue #8005: Use annoteated tags for releases?

2020-04-03 Thread GitBox
potiuk commented on issue #8005: Use annoteated tags for releases? URL: https://github.com/apache/airflow/issues/8005#issuecomment-608552890 Won't fix. This is an automated message from the Apache Git Service. To respond to th

[GitHub] [airflow] potiuk closed issue #8005: Use annoteated tags for releases?

2020-04-03 Thread GitBox
potiuk closed issue #8005: Use annoteated tags for releases? URL: https://github.com/apache/airflow/issues/8005 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [airflow] potiuk commented on issue #8005: Use annoteated tags for releases?

2020-04-03 Thread GitBox
potiuk commented on issue #8005: Use annoteated tags for releases? URL: https://github.com/apache/airflow/issues/8005#issuecomment-608552727 Agree with @ashb I was in a project where all commits and all tags were signed and during release, the signatures were verified with public ke

[jira] [Commented] (AIRFLOW-5277) Gannt chart shows local browser time instead of server one

2020-04-03 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074727#comment-17074727 ] ASF subversion and git services commented on AIRFLOW-5277: -- Co

[GitHub] [airflow] ashb merged pull request #8096: [AIRFLOW-5277] Gantt chart respects per-user the Timezone UI setting

2020-04-03 Thread GitBox
ashb merged pull request #8096: [AIRFLOW-5277] Gantt chart respects per-user the Timezone UI setting URL: https://github.com/apache/airflow/pull/8096 This is an automated message from the Apache Git Service. To respond to th

[jira] [Commented] (AIRFLOW-5277) Gannt chart shows local browser time instead of server one

2020-04-03 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074725#comment-17074725 ] ASF GitHub Bot commented on AIRFLOW-5277: - ashb commented on pull request #8096

[GitHub] [airflow] ashb opened a new pull request #8103: Fix timezones displayed in Task Instance tooltip

2020-04-03 Thread GitBox
ashb opened a new pull request #8103: Fix timezones displayed in Task Instance tooltip URL: https://github.com/apache/airflow/pull/8103 I somehow made it so that both sets of dates were displayed only in browser local time. --- Make sure to mark the boxes below before creating

[GitHub] [airflow] boring-cyborg[bot] commented on issue #8102: fix typo on sane -> same

2020-04-03 Thread GitBox
boring-cyborg[bot] commented on issue #8102: fix typo on sane -> same URL: https://github.com/apache/airflow/pull/8102#issuecomment-608547691 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything pleas

[GitHub] [airflow] asaklex opened a new pull request #8102: fix typo on sane -> same

2020-04-03 Thread GitBox
asaklex opened a new pull request #8102: fix typo on sane -> same URL: https://github.com/apache/airflow/pull/8102 --- Make sure to mark the boxes below before creating PR: [x] - [ ] Description above provides context of the change - [ ] Unit tests coverage for changes (not need

[GitHub] [airflow] j-y-matsubara edited a comment on issue #8068: Make models/pool.py pylint compatible

2020-04-03 Thread GitBox
j-y-matsubara edited a comment on issue #8068: Make models/pool.py pylint compatible URL: https://github.com/apache/airflow/pull/8068#issuecomment-608547517 > > Thank you for your comments. > > I excluded scripts/ci/pylint_todo.txt from this commit. ( not removing the file from the todo

[GitHub] [airflow] j-y-matsubara commented on issue #8068: Make models/pool.py pylint compatible

2020-04-03 Thread GitBox
j-y-matsubara commented on issue #8068: Make models/pool.py pylint compatible URL: https://github.com/apache/airflow/pull/8068#issuecomment-608547517 > > Thank you for your comments. > > I excluded scripts/ci/pylint_todo.txt from this commit. ( not removing the file from the todo list. )

[GitHub] [airflow] LucasMMota opened a new pull request #8101: Add QuintoAndar as Airflow user

2020-04-03 Thread GitBox
LucasMMota opened a new pull request #8101: Add QuintoAndar as Airflow user URL: https://github.com/apache/airflow/pull/8101 Adding QuintoAndar as Airflow user in README.md --- Make sure to mark the boxes below before creating PR: [x] - [X] Description above provides context of

[GitHub] [airflow] kaxil merged pull request #8084: Add Local and Sequential Executors to Doc

2020-04-03 Thread GitBox
kaxil merged pull request #8084: Add Local and Sequential Executors to Doc URL: https://github.com/apache/airflow/pull/8084 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] mik-laj opened a new pull request #8100: Fix reference to KubernetesPodOperator - fix #8093

2020-04-03 Thread GitBox
mik-laj opened a new pull request #8100: Fix reference to KubernetesPodOperator - fix #8093 URL: https://github.com/apache/airflow/pull/8100 --- Make sure to mark the boxes below before creating PR: [x] - [X] Description above provides context of the change - [X] Unit tests cov

[GitHub] [airflow] kaxil closed pull request #8099: Fix reference to KubernetesPodOperator

2020-04-03 Thread GitBox
kaxil closed pull request #8099: Fix reference to KubernetesPodOperator URL: https://github.com/apache/airflow/pull/8099 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [airflow] kaxil commented on issue #8099: Fix reference to KubernetesPodOperator

2020-04-03 Thread GitBox
kaxil commented on issue #8099: Fix reference to KubernetesPodOperator URL: https://github.com/apache/airflow/pull/8099#issuecomment-608538288 Can you create this PR from your fork please This is an automated message from the

[GitHub] [airflow] XD-DENG merged pull request #8071: Housekeeping of auth backend & Update Security doc

2020-04-03 Thread GitBox
XD-DENG merged pull request #8071: Housekeeping of auth backend & Update Security doc URL: https://github.com/apache/airflow/pull/8071 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [airflow] mik-laj commented on issue #8095: stop rendering some class docs in wrong place

2020-04-03 Thread GitBox
mik-laj commented on issue #8095: stop rendering some class docs in wrong place URL: https://github.com/apache/airflow/pull/8095#issuecomment-608531275 @turbaszek I have no solution to this problem and I am also aware of it. T

[GitHub] [airflow] ashb commented on issue #8095: stop rendering some class docs in wrong place

2020-04-03 Thread GitBox
ashb commented on issue #8095: stop rendering some class docs in wrong place URL: https://github.com/apache/airflow/pull/8095#issuecomment-608530805 ```python __all__ = [YandexCloudBaseHook] ``` may work as well and is a less-obscure fix. (That controls what is "imported" when

[GitHub] [airflow] ashb edited a comment on issue #8005: Lightweight release tags

2020-04-03 Thread GitBox
ashb edited a comment on issue #8005: Lightweight release tags URL: https://github.com/apache/airflow/issues/8005#issuecomment-608527841 What exactly is the issue/ask? Most tags in most projects are lightweight. Are you saying we should use annotated tags? I would say -1, wont-fix pe

[GitHub] [airflow] mik-laj commented on issue #8093: Docs: Broken link to KubernetesPodOperator

2020-04-03 Thread GitBox
mik-laj commented on issue #8093: Docs: Broken link to KubernetesPodOperator URL: https://github.com/apache/airflow/issues/8093#issuecomment-608529144 I got it. The problem is only in the 1.10 series. In Airflow 2.0 this problem is gone. Here is latest doc: https://airflow.readthedocs.io

  1   2   >