[jira] [Commented] (AIRFLOW-6005) Common classes should always be imported from airflow

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027288#comment-17027288 ] ASF GitHub Bot commented on AIRFLOW-6005: - potiuk commented on pull request #65

[GitHub] [airflow] potiuk opened a new pull request #6597: [AIRFLOW-6005] Common classes should always be imported from airflow, Depends on [AIRFLOW-6128]

2020-01-31 Thread GitBox
potiuk opened a new pull request #6597: [AIRFLOW-6005] Common classes should always be imported from airflow, Depends on [AIRFLOW-6128] URL: https://github.com/apache/airflow/pull/6597 NOTE FOR REVIEWER: This change depends on #6596 #6702 #6696 so please review only the last commit.

[GitHub] [airflow] mik-laj commented on a change in pull request #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator URL: https://github.com/apache/airflow/pull/7297#discussion_r373369467 ## File path: airflow/gcp/example_dags/example_gcs.py ## @@ -127,7 +128,16 @@ task_id="dele

[GitHub] [airflow] mik-laj commented on issue #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator

2020-01-31 Thread GitBox
mik-laj commented on issue #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator URL: https://github.com/apache/airflow/pull/7297#issuecomment-580641979 @michalslowikowski00 Can you do rebase, please? 🐱 This is an automate

[GitHub] [airflow] JavierLopezT commented on a change in pull request #6670: [AIRFLOW-4816]MySqlToS3Operator

2020-01-31 Thread GitBox
JavierLopezT commented on a change in pull request #6670: [AIRFLOW-4816]MySqlToS3Operator URL: https://github.com/apache/airflow/pull/6670#discussion_r373372651 ## File path: tests/operators/test_mysql_to_s3_operator.py ## @@ -0,0 +1,63 @@ +# -*- coding: utf-8 -*- +# +# Li

[jira] [Created] (AIRFLOW-6692) Generate excluded_pattern in docs/conf.py

2020-01-31 Thread Kamil Bregula (Jira)
Kamil Bregula created AIRFLOW-6692: -- Summary: Generate excluded_pattern in docs/conf.py Key: AIRFLOW-6692 URL: https://issues.apache.org/jira/browse/AIRFLOW-6692 Project: Apache Airflow Issu

[jira] [Updated] (AIRFLOW-6692) Generate excluded_patterns in docs/conf.py

2020-01-31 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula updated AIRFLOW-6692: --- Summary: Generate excluded_patterns in docs/conf.py (was: Generate excluded_pattern in doc

[GitHub] [airflow] mik-laj commented on issue #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator

2020-01-31 Thread GitBox
mik-laj commented on issue #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator URL: https://github.com/apache/airflow/pull/7297#issuecomment-580646461 @TobKed A good idea, but let's do it in a separate PR so as not to refractorize and add new functionalities in the same PR. @michal

[GitHub] [airflow] mik-laj opened a new pull request #7304: [AIRFLOW-6692] Generate excluded_patterns in docs/conf.py

2020-01-31 Thread GitBox
mik-laj opened a new pull request #7304: [AIRFLOW-6692] Generate excluded_patterns in docs/conf.py URL: https://github.com/apache/airflow/pull/7304 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below before

[jira] [Commented] (AIRFLOW-6692) Generate excluded_patterns in docs/conf.py

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027300#comment-17027300 ] ASF GitHub Bot commented on AIRFLOW-6692: - mik-laj commented on pull request #7

[GitHub] [airflow] anitakar commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting

2020-01-31 Thread GitBox
anitakar commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting URL: https://github.com/apache/airflow/pull/7296#discussion_r373378087 ## File path: tests/www/api/experimental/test_dag_runs_endpoint.py ## @@ -48,6 +48

[GitHub] [airflow] mik-laj commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting URL: https://github.com/apache/airflow/pull/7296#discussion_r373382336 ## File path: tests/www/api/experimental/test_dag_runs_endpoint.py ## @@ -41,6 +41,

[GitHub] [airflow] mik-laj commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting URL: https://github.com/apache/airflow/pull/7296#discussion_r373382014 ## File path: tests/www/api/experimental/test_dag_runs_endpoint.py ## @@ -41,6 +41,

[GitHub] [airflow] mik-laj commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting URL: https://github.com/apache/airflow/pull/7296#discussion_r373382747 ## File path: tests/www/api/experimental/test_dag_runs_endpoint.py ## @@ -128,3 +12

[GitHub] [airflow] codecov-io commented on issue #7298: [AIRFLOW-6686] Fix syntax error constructing list of process ids

2020-01-31 Thread GitBox
codecov-io commented on issue #7298: [AIRFLOW-6686] Fix syntax error constructing list of process ids URL: https://github.com/apache/airflow/pull/7298#issuecomment-580653289 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7298?src=pr&el=h1) Report > Merging [#7298](https://codeco

[GitHub] [airflow] mik-laj commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting URL: https://github.com/apache/airflow/pull/7296#discussion_r373382014 ## File path: tests/www/api/experimental/test_dag_runs_endpoint.py ## @@ -41,6 +41,

[GitHub] [airflow] mik-laj commented on a change in pull request #7249: [AIRFLOW-6626] Add email on failure or retry to default config

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7249: [AIRFLOW-6626] Add email on failure or retry to default config URL: https://github.com/apache/airflow/pull/7249#discussion_r373386436 ## File path: tests/models/test_baseoperator.py ## @@ -248,6 +249,13 @@ def test_custo

[GitHub] [airflow] mik-laj commented on a change in pull request #7249: [AIRFLOW-6626] Add email on failure or retry to default config

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7249: [AIRFLOW-6626] Add email on failure or retry to default config URL: https://github.com/apache/airflow/pull/7249#discussion_r373386436 ## File path: tests/models/test_baseoperator.py ## @@ -248,6 +249,13 @@ def test_custo

[GitHub] [airflow] serkef commented on issue #6608: [AIRFLOW-5780] Move AWS Glue from contrib to providers

2020-01-31 Thread GitBox
serkef commented on issue #6608: [AIRFLOW-5780] Move AWS Glue from contrib to providers URL: https://github.com/apache/airflow/pull/6608#issuecomment-580663601 @mik-laj can you help here? I think the same changes have been merged already (slightly different) --

[GitHub] [airflow] ashb commented on issue #7300: [AIRFLOW-6662] install dumb init

2020-01-31 Thread GitBox
ashb commented on issue #7300: [AIRFLOW-6662] install dumb init URL: https://github.com/apache/airflow/pull/7300#issuecomment-580665875 Though perhaps instead of a new commit we could/should just revert the previous change? T

[GitHub] [airflow] ashb commented on a change in pull request #6954: [AIRFLOW-4355] removed task should not lead to dagrun success

2020-01-31 Thread GitBox
ashb commented on a change in pull request #6954: [AIRFLOW-4355] removed task should not lead to dagrun success URL: https://github.com/apache/airflow/pull/6954#discussion_r373401033 ## File path: airflow/config_templates/config.yml ## @@ -1230,6 +1230,14 @@ type: s

[GitHub] [airflow] anitakar commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting

2020-01-31 Thread GitBox
anitakar commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting URL: https://github.com/apache/airflow/pull/7296#discussion_r373403153 ## File path: tests/www/api/experimental/test_dag_runs_endpoint.py ## @@ -41,6 +41

[GitHub] [airflow] anitakar commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting

2020-01-31 Thread GitBox
anitakar commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting URL: https://github.com/apache/airflow/pull/7296#discussion_r373407644 ## File path: tests/www/api/experimental/test_dag_runs_endpoint.py ## @@ -41,6 +41

[GitHub] [airflow] potiuk commented on issue #7300: [AIRFLOW-6662] install dumb init

2020-01-31 Thread GitBox
potiuk commented on issue #7300: [AIRFLOW-6662] install dumb init URL: https://github.com/apache/airflow/pull/7300#issuecomment-580680985 > Though perhaps instead of a new commit we could/should just revert the previous change? Let's see. I think I might not even want to revert it fi

[GitHub] [airflow] mik-laj commented on issue #6608: [AIRFLOW-5780] Move AWS Glue from contrib to providers

2020-01-31 Thread GitBox
mik-laj commented on issue #6608: [AIRFLOW-5780] Move AWS Glue from contrib to providers URL: https://github.com/apache/airflow/pull/6608#issuecomment-580684173 What would you like to change in this PR? How can I help you? T

[jira] [Work started] (AIRFLOW-6683) Make API respect serialized DAG feature

2020-01-31 Thread Anita Fronczak (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AIRFLOW-6683 started by Anita Fronczak. --- > Make API respect serialized DAG feature >

[GitHub] [airflow] serkef commented on issue #6608: [AIRFLOW-5780] Move AWS Glue from contrib to providers

2020-01-31 Thread GitBox
serkef commented on issue #6608: [AIRFLOW-5780] Move AWS Glue from contrib to providers URL: https://github.com/apache/airflow/pull/6608#issuecomment-580687010 Hm I opened the PR to solve 5780, which moves glue classes to the new paths. You have already done this though, as part of http

[GitHub] [airflow] mik-laj commented on issue #6608: [AIRFLOW-5780] Move AWS Glue from contrib to providers

2020-01-31 Thread GitBox
mik-laj commented on issue #6608: [AIRFLOW-5780] Move AWS Glue from contrib to providers URL: https://github.com/apache/airflow/pull/6608#issuecomment-580690209 If you do not need to change anything, I think we can close this PR. Sorry for the confusion, but we did it with automatic tools

[GitHub] [airflow] michalslowikowski00 commented on a change in pull request #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator

2020-01-31 Thread GitBox
michalslowikowski00 commented on a change in pull request #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator URL: https://github.com/apache/airflow/pull/7297#discussion_r373442030 ## File path: airflow/gcp/example_dags/example_gcs.py ## @@ -127,7 +128,16 @@ t

[GitHub] [airflow] michalslowikowski00 commented on issue #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator

2020-01-31 Thread GitBox
michalslowikowski00 commented on issue #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator URL: https://github.com/apache/airflow/pull/7297#issuecomment-580703435 @TobKed thx for the suggestion. @mik-laj Sure, I will create a ticket.

[jira] [Assigned] (AIRFLOW-3488) PostgresToGoogleCloudStorageOperator doesn't handle PostgreSQL ARRAYs properly

2020-01-31 Thread Nicolas (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas reassigned AIRFLOW-3488: Assignee: Nicolas > PostgresToGoogleCloudStorageOperator doesn't handle PostgreSQL ARRAYs > pro

[jira] [Commented] (AIRFLOW-3488) PostgresToGoogleCloudStorageOperator doesn't handle PostgreSQL ARRAYs properly

2020-01-31 Thread Nicolas (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027445#comment-17027445 ] Nicolas commented on AIRFLOW-3488: -- I've done the fix on a local branch, how to push i

[GitHub] [airflow] akki commented on issue #6552: [AIRFLOW-5850] Capture task logs in DockerSwarmOperator

2020-01-31 Thread GitBox
akki commented on issue #6552: [AIRFLOW-5850] Capture task logs in DockerSwarmOperator URL: https://github.com/apache/airflow/pull/6552#issuecomment-580715986 Sorry, I am on vacation for a couple of weeks. Will start working on this once I come back. --

[GitHub] [airflow] jward-bw commented on a change in pull request #7141: [AIRFLOW-6544] add log_id to end_of_log mark log record

2020-01-31 Thread GitBox
jward-bw commented on a change in pull request #7141: [AIRFLOW-6544] add log_id to end_of_log mark log record URL: https://github.com/apache/airflow/pull/7141#discussion_r373462956 ## File path: airflow/utils/log/es_task_handler.py ## @@ -53,9 +53,12 @@ class Elasticsearch

[GitHub] [airflow] serkef closed pull request #6608: [AIRFLOW-5780] Move AWS Glue from contrib to providers

2020-01-31 Thread GitBox
serkef closed pull request #6608: [AIRFLOW-5780] Move AWS Glue from contrib to providers URL: https://github.com/apache/airflow/pull/6608 This is an automated message from the Apache Git Service. To respond to the message, p

[jira] [Commented] (AIRFLOW-5780) Migrate AWS Glue to /providers/aws [AIP-21]

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027528#comment-17027528 ] ASF GitHub Bot commented on AIRFLOW-5780: - serkef commented on pull request #66

[jira] [Created] (AIRFLOW-6693) Make page titles distinguishable from another

2020-01-31 Thread Paul Baecher (Jira)
Paul Baecher created AIRFLOW-6693: - Summary: Make page titles distinguishable from another Key: AIRFLOW-6693 URL: https://issues.apache.org/jira/browse/AIRFLOW-6693 Project: Apache Airflow Is

[GitHub] [airflow] ashb commented on issue #7300: [AIRFLOW-6662] install dumb init

2020-01-31 Thread GitBox
ashb commented on issue #7300: [AIRFLOW-6662] install dumb init URL: https://github.com/apache/airflow/pull/7300#issuecomment-580757537 @potiuk I don't think the revert vs this would make a difference, but this still seems to be failing it's tests?

[GitHub] [airflow] baecher opened a new pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another

2020-01-31 Thread GitBox
baecher opened a new pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another URL: https://github.com/apache/airflow/pull/7305 Improve navigation in the browser history and when having many open Airflow tabs in the browser. This patch includes the DAG name in the

[GitHub] [airflow] boring-cyborg[bot] commented on issue #7305: [AIRFLOW-6693] Make page titles distinguishable from another

2020-01-31 Thread GitBox
boring-cyborg[bot] commented on issue #7305: [AIRFLOW-6693] Make page titles distinguishable from another URL: https://github.com/apache/airflow/pull/7305#issuecomment-580757755 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues o

[jira] [Commented] (AIRFLOW-6693) Make page titles distinguishable from another

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027544#comment-17027544 ] ASF GitHub Bot commented on AIRFLOW-6693: - baecher commented on pull request #7

[GitHub] [airflow] potiuk commented on issue #7300: [AIRFLOW-6662] install dumb init

2020-01-31 Thread GitBox
potiuk commented on issue #7300: [AIRFLOW-6662] install dumb init URL: https://github.com/apache/airflow/pull/7300#issuecomment-580761064 The failures are different reason - not init i am looking into it. This is an automated

[GitHub] [airflow] potiuk commented on issue #7300: [AIRFLOW-6662] install dumb init

2020-01-31 Thread GitBox
potiuk commented on issue #7300: [AIRFLOW-6662] install dumb init URL: https://github.com/apache/airflow/pull/7300#issuecomment-580761257 we have still failing master even if I fixed the "contrib/example" problem This is an au

[GitHub] [airflow] potiuk edited a comment on issue #7300: [AIRFLOW-6662] install dumb init

2020-01-31 Thread GitBox
potiuk edited a comment on issue #7300: [AIRFLOW-6662] install dumb init URL: https://github.com/apache/airflow/pull/7300#issuecomment-580761257 we have still failing master even if I fixed the "contrib/example" problem (see slack). One is print_diff import and the other is very misterious

[GitHub] [airflow] potiuk edited a comment on issue #7300: [AIRFLOW-6662] install dumb init

2020-01-31 Thread GitBox
potiuk edited a comment on issue #7300: [AIRFLOW-6662] install dumb init URL: https://github.com/apache/airflow/pull/7300#issuecomment-580761257 we have still failing master even if I fixed the "contrib/example" problem (see slack). One is print_diff import and the other is very misterious

[GitHub] [airflow] potiuk edited a comment on issue #7300: [AIRFLOW-6662] install dumb init

2020-01-31 Thread GitBox
potiuk edited a comment on issue #7300: [AIRFLOW-6662] install dumb init URL: https://github.com/apache/airflow/pull/7300#issuecomment-580761257 we have still failing master even if I fixed the "contrib/example" problem (see slack). One is print_diff import and the other is very mysterious

[GitHub] [airflow] ashb commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting

2020-01-31 Thread GitBox
ashb commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting URL: https://github.com/apache/airflow/pull/7296#discussion_r373521290 ## File path: airflow/api/common/experimental/trigger_dag.py ## @@ -122,7 +122,12 @@ d

[jira] [Created] (AIRFLOW-6694) print_stuff cannot be imported in kubernetes tests

2020-01-31 Thread Jarek Potiuk (Jira)
Jarek Potiuk created AIRFLOW-6694: - Summary: print_stuff cannot be imported in kubernetes tests Key: AIRFLOW-6694 URL: https://issues.apache.org/jira/browse/AIRFLOW-6694 Project: Apache Airflow

[GitHub] [airflow] potiuk opened a new pull request #7306: [AIRFLOW-6694] Fixed import to print_stuff in kubernetes tests

2020-01-31 Thread GitBox
potiuk opened a new pull request #7306: [AIRFLOW-6694] Fixed import to print_stuff in kubernetes tests URL: https://github.com/apache/airflow/pull/7306 The import was missing helper. --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg)

[GitHub] [airflow] potiuk commented on issue #7306: [AIRFLOW-6694] Fixed import to print_stuff in kubernetes tests

2020-01-31 Thread GitBox
potiuk commented on issue #7306: [AIRFLOW-6694] Fixed import to print_stuff in kubernetes tests URL: https://github.com/apache/airflow/pull/7306#issuecomment-580770713 I hope at least Kubernetes failures will be finally solved this way! -

[jira] [Commented] (AIRFLOW-6694) print_stuff cannot be imported in kubernetes tests

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027574#comment-17027574 ] ASF GitHub Bot commented on AIRFLOW-6694: - potiuk commented on pull request #73

[GitHub] [airflow] michalslowikowski00 commented on issue #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator

2020-01-31 Thread GitBox
michalslowikowski00 commented on issue #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator URL: https://github.com/apache/airflow/pull/7297#issuecomment-580771684 I am closing this PR because of last AIP 21 PR. It will make a lot of conflicts. I will open new PR made from the newest ma

[GitHub] [airflow] michalslowikowski00 opened a new pull request #7307: [AIRFLOW-6676] added GCSDeleteBucketOperator

2020-01-31 Thread GitBox
michalslowikowski00 opened a new pull request #7307: [AIRFLOW-6676] added GCSDeleteBucketOperator URL: https://github.com/apache/airflow/pull/7307 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below before

[GitHub] [airflow] michalslowikowski00 closed pull request #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator

2020-01-31 Thread GitBox
michalslowikowski00 closed pull request #7297: WIP [AIRFLOW-6676] added GCSDeleteBucketOperator URL: https://github.com/apache/airflow/pull/7297 This is an automated message from the Apache Git Service. To respond to the mes

[jira] [Commented] (AIRFLOW-6676) Add GCSDeleteBucketOperator

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027576#comment-17027576 ] ASF GitHub Bot commented on AIRFLOW-6676: - michalslowikowski00 commented on pul

[jira] [Commented] (AIRFLOW-6676) Add GCSDeleteBucketOperator

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027578#comment-17027578 ] ASF GitHub Bot commented on AIRFLOW-6676: - michalslowikowski00 commented on pul

[GitHub] [airflow] xinbinhuang commented on a change in pull request #7249: [AIRFLOW-6626] Add email on failure or retry to default config

2020-01-31 Thread GitBox
xinbinhuang commented on a change in pull request #7249: [AIRFLOW-6626] Add email on failure or retry to default config URL: https://github.com/apache/airflow/pull/7249#discussion_r373542146 ## File path: tests/models/test_baseoperator.py ## @@ -248,6 +249,13 @@ def test_c

[GitHub] [airflow] stale[bot] commented on issue #6713: Add some r/w functionality to GCP Bigtable Hook

2020-01-31 Thread GitBox
stale[bot] commented on issue #6713: Add some r/w functionality to GCP Bigtable Hook URL: https://github.com/apache/airflow/pull/6713#issuecomment-580783896 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity oc

[GitHub] [airflow] mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another URL: https://github.com/apache/airflow/pull/7305#discussion_r37352 ## File path: airflow/www/templates/airflow/graph.html ## @@ -19,7 +19,7 @@ {% extend

[GitHub] [airflow] mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another URL: https://github.com/apache/airflow/pull/7305#discussion_r373544494 ## File path: airflow/www/templates/airflow/tree.html ## @@ -18,7 +18,7 @@ #} {% ext

[GitHub] [airflow] mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another URL: https://github.com/apache/airflow/pull/7305#discussion_r373544362 ## File path: airflow/www/templates/airflow/duration_chart.html ## @@ -18,7 +18,7 @@ #}

[GitHub] [airflow] mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another URL: https://github.com/apache/airflow/pull/7305#discussion_r373544245 ## File path: airflow/www/templates/airflow/dag_details.html ## @@ -19,9 +19,7 @@ {%

[GitHub] [airflow] mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another URL: https://github.com/apache/airflow/pull/7305#discussion_r373544182 ## File path: airflow/www/templates/airflow/dag_code.html ## @@ -18,7 +18,8 @@ #} {%

[GitHub] [airflow] mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another URL: https://github.com/apache/airflow/pull/7305#discussion_r373544124 ## File path: airflow/www/templates/airflow/code.html ## @@ -19,9 +19,7 @@ {% extends

[GitHub] [airflow] mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another URL: https://github.com/apache/airflow/pull/7305#discussion_r373544677 ## File path: airflow/www/views.py ## @@ -1788,6 +1789,7 @@ def landing_times(self, sess

[GitHub] [airflow] mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another

2020-01-31 Thread GitBox
mik-laj commented on a change in pull request #7305: [AIRFLOW-6693] Make page titles distinguishable from another URL: https://github.com/apache/airflow/pull/7305#discussion_r373544606 ## File path: airflow/www/views.py ## @@ -1709,7 +1709,8 @@ def tries(self, session=None

[jira] [Commented] (AIRFLOW-4707) Make tests/plugins Pylint compatible

2020-01-31 Thread Cooper Gillan (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027609#comment-17027609 ] Cooper Gillan commented on AIRFLOW-4707: Was this resolved with AIRFLOW-6343?

[GitHub] [airflow] coopergillan commented on issue #5406: [AIRFLOW-4681] Fix pylint problems for sensors module

2020-01-31 Thread GitBox
coopergillan commented on issue #5406: [AIRFLOW-4681] Fix pylint problems for sensors module URL: https://github.com/apache/airflow/pull/5406#issuecomment-580788188 Looks like this one just needs a rebase? This is an automate

[GitHub] [airflow] anitakar commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting

2020-01-31 Thread GitBox
anitakar commented on a change in pull request #7296: [AIRFLOW-6683] Make REST API respect store_serialized_dag setting URL: https://github.com/apache/airflow/pull/7296#discussion_r373565889 ## File path: airflow/api/common/experimental/trigger_dag.py ## @@ -122,7 +122,12

[GitHub] [airflow] tayloramurphy opened a new pull request #7308: Update GitLab team members

2020-01-31 Thread GitBox
tayloramurphy opened a new pull request #7308: Update GitLab team members URL: https://github.com/apache/airflow/pull/7308 @tlapiana is no longer with the company and @m_walker is new on the team! --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-

[jira] [Created] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-01-31 Thread Daniel Cohen (Jira)
Daniel Cohen created AIRFLOW-6695: - Summary: Support passing DAG configuration in UI Key: AIRFLOW-6695 URL: https://issues.apache.org/jira/browse/AIRFLOW-6695 Project: Apache Airflow Issue Ty

[jira] [Created] (AIRFLOW-6696) Package manager installable not a full distribution for rbac use

2020-01-31 Thread Chris Schmautz (Jira)
Chris Schmautz created AIRFLOW-6696: --- Summary: Package manager installable not a full distribution for rbac use Key: AIRFLOW-6696 URL: https://issues.apache.org/jira/browse/AIRFLOW-6696 Project: Apa

[GitHub] [airflow] stale[bot] commented on issue #6802: [AIRFLOW-6234] Allow override of k8s secret volume default mode

2020-01-31 Thread GitBox
stale[bot] commented on issue #6802: [AIRFLOW-6234] Allow override of k8s secret volume default mode URL: https://github.com/apache/airflow/pull/6802#issuecomment-580833995 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no fur

[GitHub] [airflow] kaxil commented on a change in pull request #6788: WIP: [AIRFLOW-5944] Rendering templated_fields without accessing DAG files

2020-01-31 Thread GitBox
kaxil commented on a change in pull request #6788: WIP: [AIRFLOW-5944] Rendering templated_fields without accessing DAG files URL: https://github.com/apache/airflow/pull/6788#discussion_r373608085 ## File path: airflow/migrations/versions/852ae6c715af_add_templated_fields_rendered_

[jira] [Commented] (AIRFLOW-4681) Make airflow/sensors Pylint compatible

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027712#comment-17027712 ] ASF GitHub Bot commented on AIRFLOW-4681: - coopergillan commented on pull reque

[GitHub] [airflow] coopergillan opened a new pull request #7309: [AIRFLOW-4681] Make sensors module pylint compatible

2020-01-31 Thread GitBox
coopergillan opened a new pull request #7309: [AIRFLOW-4681] Make sensors module pylint compatible URL: https://github.com/apache/airflow/pull/7309 Make sensor modules pylint compatible. Rename and use some local rather than class variables and add comments to ignore some pylint checks aro

[GitHub] [airflow] coopergillan opened a new pull request #7310: [AIRFLOW-XXXX] Fix email configuration link in CONTRIBUTING.rst

2020-01-31 Thread GitBox
coopergillan opened a new pull request #7310: [AIRFLOW-] Fix email configuration link in CONTRIBUTING.rst URL: https://github.com/apache/airflow/pull/7310 Update the link to the email configuration in CONTRIBUTING.rst. --- Issue link: WILL BE INSERTED BY [boring-cyborg](https

[GitHub] [airflow] coopergillan opened a new pull request #7310: [AIRFLOW-XXXX] Fix email configuration link in CONTRIBUTING.rst

2020-01-31 Thread GitBox
coopergillan opened a new pull request #7310: [AIRFLOW-] Fix email configuration link in CONTRIBUTING.rst URL: https://github.com/apache/airflow/pull/7310 Update the link to the email configuration in CONTRIBUTING.rst. --- Issue link: `Document only change, no JIRA issue`

[GitHub] [airflow] coopergillan closed pull request #7310: [AIRFLOW-XXXX] Fix email configuration link in CONTRIBUTING.rst

2020-01-31 Thread GitBox
coopergillan closed pull request #7310: [AIRFLOW-] Fix email configuration link in CONTRIBUTING.rst URL: https://github.com/apache/airflow/pull/7310 This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] coopergillan closed pull request #7310: [AIRFLOW-XXXX] Fix email configuration link in CONTRIBUTING.rst

2020-01-31 Thread GitBox
coopergillan closed pull request #7310: [AIRFLOW-] Fix email configuration link in CONTRIBUTING.rst URL: https://github.com/apache/airflow/pull/7310 This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] coopergillan opened a new pull request #7311: [AIRFLOW-XXXX] Fix email configuration link in CONTRIBUTING.rst

2020-01-31 Thread GitBox
coopergillan opened a new pull request #7311: [AIRFLOW-] Fix email configuration link in CONTRIBUTING.rst URL: https://github.com/apache/airflow/pull/7311 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes b

[jira] [Created] (AIRFLOW-6697) Base date and Search in Graph view don't dim when modal activate

2020-01-31 Thread James Coder (Jira)
James Coder created AIRFLOW-6697: Summary: Base date and Search in Graph view don't dim when modal activate Key: AIRFLOW-6697 URL: https://issues.apache.org/jira/browse/AIRFLOW-6697 Project: Apache Ai

[jira] [Commented] (AIRFLOW-3007) Scheduler docs use deprecated use of `schedule_interval`

2020-01-31 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-3007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027734#comment-17027734 ] Kaxil Naik commented on AIRFLOW-3007: - [~matjazmav] You might be passing *schedule_

[GitHub] [airflow] dacohen opened a new pull request #7312: [AIRFLOW-6695] Add DAG run configuration to UI

2020-01-31 Thread GitBox
dacohen opened a new pull request #7312: [AIRFLOW-6695] Add DAG run configuration to UI URL: https://github.com/apache/airflow/pull/7312 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below before creating P

[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027741#comment-17027741 ] ASF GitHub Bot commented on AIRFLOW-6695: - dacohen commented on pull request #7

[GitHub] [airflow] coopergillan commented on issue #7309: [AIRFLOW-4681] Make sensors module pylint compatible

2020-01-31 Thread GitBox
coopergillan commented on issue #7309: [AIRFLOW-4681] Make sensors module pylint compatible URL: https://github.com/apache/airflow/pull/7309#issuecomment-580881834 I did see https://github.com/apache/airflow/pull/5406, but noticed that it had been dormant for some time. I wanted to give it

[jira] [Created] (AIRFLOW-6698) Allow shorthand notation

2020-01-31 Thread Bolke de Bruin (Jira)
Bolke de Bruin created AIRFLOW-6698: --- Summary: Allow shorthand notation Key: AIRFLOW-6698 URL: https://issues.apache.org/jira/browse/AIRFLOW-6698 Project: Apache Airflow Issue Type: Sub-tas

[jira] [Updated] (AIRFLOW-6697) Base date and Search in Graph view don't dim when modal activate

2020-01-31 Thread James Coder (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Coder updated AIRFLOW-6697: - Priority: Minor (was: Major) > Base date and Search in Graph view don't dim when modal activat

[GitHub] [airflow] larryzhu2018 commented on issue #7141: [AIRFLOW-6544] add log_id to end_of_log mark log record

2020-01-31 Thread GitBox
larryzhu2018 commented on issue #7141: [AIRFLOW-6544] add log_id to end_of_log mark log record URL: https://github.com/apache/airflow/pull/7141#issuecomment-580890427 Correct Get Outlook for iOS From: Jacob Ward Sent:

[jira] [Updated] (AIRFLOW-6697) Base date and Search in Graph view don't dim when modal activate

2020-01-31 Thread James Coder (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Coder updated AIRFLOW-6697: - Description: !image-2020-01-31-13-46-57-069.png|width=972,height=431! (was: !image-2020-01-31-

[GitHub] [airflow] JCoder01 opened a new pull request #7313: [AIRFLOW-6697] fix modal_backdrop z-index

2020-01-31 Thread GitBox
JCoder01 opened a new pull request #7313: [AIRFLOW-6697] fix modal_backdrop z-index URL: https://github.com/apache/airflow/pull/7313 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) change modal-backdrop z index to cover Base dag and Search

[GitHub] [airflow] JCoder01 commented on issue #7313: [AIRFLOW-6697] fix modal_backdrop z-index

2020-01-31 Thread GitBox
JCoder01 commented on issue #7313: [AIRFLOW-6697] fix modal_backdrop z-index URL: https://github.com/apache/airflow/pull/7313#issuecomment-580891847 I don't think tests are needed as this is just a change to a css file. This i

[jira] [Commented] (AIRFLOW-6697) Base date and Search in Graph view don't dim when modal activate

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027793#comment-17027793 ] ASF GitHub Bot commented on AIRFLOW-6697: - JCoder01 commented on pull request #

[GitHub] [airflow] bolkedebruin opened a new pull request #7314: [AIRFLOW-6698] Add shorthand notation for lineage

2020-01-31 Thread GitBox
bolkedebruin opened a new pull request #7314: [AIRFLOW-6698] Add shorthand notation for lineage URL: https://github.com/apache/airflow/pull/7314 This adds shorthand notation to define dags that have lineage support. | for piping between operators and > and < for setting (static) linea

[jira] [Commented] (AIRFLOW-6698) Allow shorthand notation

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027796#comment-17027796 ] ASF GitHub Bot commented on AIRFLOW-6698: - bolkedebruin commented on pull reque

[GitHub] [airflow] bolkedebruin merged pull request #7313: [AIRFLOW-6697] fix modal_backdrop z-index

2020-01-31 Thread GitBox
bolkedebruin merged pull request #7313: [AIRFLOW-6697] fix modal_backdrop z-index URL: https://github.com/apache/airflow/pull/7313 This is an automated message from the Apache Git Service. To respond to the message, please l

[jira] [Commented] (AIRFLOW-6697) Base date and Search in Graph view don't dim when modal activate

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027802#comment-17027802 ] ASF GitHub Bot commented on AIRFLOW-6697: - bolkedebruin commented on pull reque

[jira] [Commented] (AIRFLOW-6697) Base date and Search in Graph view don't dim when modal activate

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

[jira] [Commented] (AIRFLOW-4681) Make airflow/sensors Pylint compatible

2020-01-31 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-4681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17027805#comment-17027805 ] ASF GitHub Bot commented on AIRFLOW-4681: - mik-laj commented on pull request #5

[GitHub] [airflow] mik-laj closed pull request #5406: [AIRFLOW-4681] Fix pylint problems for sensors module

2020-01-31 Thread GitBox
mik-laj closed pull request #5406: [AIRFLOW-4681] Fix pylint problems for sensors module URL: https://github.com/apache/airflow/pull/5406 This is an automated message from the Apache Git Service. To respond to the message, p

  1   2   >