[GitHub] [airflow] aneesh-joseph opened a new pull request #9628: fix static checks

2020-07-02 Thread GitBox
aneesh-joseph opened a new pull request #9628: URL: https://github.com/apache/airflow/pull/9628 --- Make sure to mark the boxes below before creating PR: [x] - [ ] Description above provides context of the change - [ ] Unit tests coverage for changes (not needed for

[GitHub] [airflow] turbaszek commented on pull request #9593: Improve handling Dataproc cluster creation with ERROR state

2020-07-02 Thread GitBox
turbaszek commented on pull request #9593: URL: https://github.com/apache/airflow/pull/9593#issuecomment-652954399 @dossett I've added handling of this case This is an automated message from the Apache Git Service. To

[GitHub] [airflow] potiuk commented on issue #9627: MySQL support in Helm airflow database config

2020-07-02 Thread GitBox
potiuk commented on issue #9627: URL: https://github.com/apache/airflow/issues/9627#issuecomment-652966722 Ach sorry. CC: @schnie (you are both just one line apart when typing "Greg" ). This is an automated message from

[GitHub] [airflow] albertocalderari commented on a change in pull request #9590: Improve idempotency of BigQueryInsertJobOperator

2020-07-02 Thread GitBox
albertocalderari commented on a change in pull request #9590: URL: https://github.com/apache/airflow/pull/9590#discussion_r449065871 ## File path: airflow/providers/google/cloud/operators/bigquery.py ## @@ -1692,32 +1692,52 @@ def prepare_template(self) -> None:

[GitHub] [airflow] potiuk commented on pull request #9623: Move ElasticsearchTaskHandler to the provider package

2020-07-02 Thread GitBox
potiuk commented on pull request #9623: URL: https://github.com/apache/airflow/pull/9623#issuecomment-653059073 If we want to support ExternalLoggingMixin we should also bacport it to 1.10 but this might be a bit more complex - using Bowler refactoring (@turbaszek WDYT?)

[GitHub] [airflow] albertocalderari commented on a change in pull request #9590: Improve idempotency of BigQueryInsertJobOperator

2020-07-02 Thread GitBox
albertocalderari commented on a change in pull request #9590: URL: https://github.com/apache/airflow/pull/9590#discussion_r449065662 ## File path: airflow/providers/google/cloud/operators/bigquery.py ## @@ -1692,32 +1692,52 @@ def prepare_template(self) -> None:

[GitHub] [airflow] albertocalderari commented on a change in pull request #9590: Improve idempotency of BigQueryInsertJobOperator

2020-07-02 Thread GitBox
albertocalderari commented on a change in pull request #9590: URL: https://github.com/apache/airflow/pull/9590#discussion_r449076100 ## File path: airflow/providers/google/cloud/operators/bigquery.py ## @@ -1692,32 +1692,52 @@ def prepare_template(self) -> None:

[GitHub] [airflow] Dewsmen commented on issue #8557: Count SKIPPED as SUCCESS if wait_for_downstream=True

2020-07-02 Thread GitBox
Dewsmen commented on issue #8557: URL: https://github.com/apache/airflow/issues/8557#issuecomment-652951751 The issue was fixed and merged with [PR](https://github.com/apache/airflow/pull/7735) This is an automated message

[GitHub] [airflow] Dewsmen closed issue #8557: Count SKIPPED as SUCCESS if wait_for_downstream=True

2020-07-02 Thread GitBox
Dewsmen closed issue #8557: URL: https://github.com/apache/airflow/issues/8557 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

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #9628: fix PR checks

2020-07-02 Thread GitBox
boring-cyborg[bot] commented on pull request #9628: URL: https://github.com/apache/airflow/pull/9628#issuecomment-653020698 Awesome work, congrats on your first merged pull request! This is an automated message from the

[airflow] branch master updated (ee20086 -> 611d449)

2020-07-02 Thread turbaszek
This is an automated email from the ASF dual-hosted git repository. turbaszek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from ee20086 Move S3TaskHandler to the AWS provider package (#9602) add 611d449 Use supports_read instead of

svn commit: r40270 - /dev/airflow/1.10.11rc1/

2020-07-02 Thread kaxilnaik
Author: kaxilnaik Date: Thu Jul 2 14:43:49 2020 New Revision: 40270 Log: Add artifacts for Airflow 1.10.11rc1 Added: dev/airflow/1.10.11rc1/ dev/airflow/1.10.11rc1/apache-airflow-1.10.11rc1-bin.tar.gz (with props) dev/airflow/1.10.11rc1/apache-airflow-1.10.11rc1-bin.tar.gz.asc

[GitHub] [airflow] dossett commented on a change in pull request #9593: Improve handling Dataproc cluster creation with ERROR state

2020-07-02 Thread GitBox
dossett commented on a change in pull request #9593: URL: https://github.com/apache/airflow/pull/9593#discussion_r449067489 ## File path: airflow/providers/google/cloud/operators/dataproc.py ## @@ -502,32 +506,79 @@ def __init__(self, self.timeout = timeout

[GitHub] [airflow] ephraimbuddy commented on pull request #9623: Move ElasticsearchTaskHandler to the provider package

2020-07-02 Thread GitBox
ephraimbuddy commented on pull request #9623: URL: https://github.com/apache/airflow/pull/9623#issuecomment-653060319 @potiuk Thanks! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] olchas commented on a change in pull request #9593: Improve handling Dataproc cluster creation with ERROR state

2020-07-02 Thread GitBox
olchas commented on a change in pull request #9593: URL: https://github.com/apache/airflow/pull/9593#discussion_r449082822 ## File path: airflow/providers/google/cloud/operators/dataproc.py ## @@ -502,32 +506,79 @@ def __init__(self, self.timeout = timeout

[GitHub] [airflow] turbaszek commented on pull request #9624: Move StackdriverTaskHandler to the provider package

2020-07-02 Thread GitBox
turbaszek commented on pull request #9624: URL: https://github.com/apache/airflow/pull/9624#issuecomment-653009381 @ephraimbuddy can you please take a look at the CI errors? This is an automated message from the Apache Git

[GitHub] [airflow] turbaszek commented on pull request #9623: Move ElasticsearchTaskHandler to the provider package

2020-07-02 Thread GitBox
turbaszek commented on pull request #9623: URL: https://github.com/apache/airflow/pull/9623#issuecomment-653009423 @ephraimbuddy can you please take a look at the CI errors? This is an automated message from the Apache Git

[GitHub] [airflow] turbaszek merged pull request #9628: fix PR checks

2020-07-02 Thread GitBox
turbaszek merged pull request #9628: URL: https://github.com/apache/airflow/pull/9628 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

[GitHub] [airflow] olchas commented on a change in pull request #9593: Improve handling Dataproc cluster creation with ERROR state

2020-07-02 Thread GitBox
olchas commented on a change in pull request #9593: URL: https://github.com/apache/airflow/pull/9593#discussion_r449056748 ## File path: airflow/providers/google/cloud/operators/dataproc.py ## @@ -502,32 +506,79 @@ def __init__(self, self.timeout = timeout

[GitHub] [airflow] potiuk commented on pull request #9623: Move ElasticsearchTaskHandler to the provider package

2020-07-02 Thread GitBox
potiuk commented on pull request #9623: URL: https://github.com/apache/airflow/pull/9623#issuecomment-653056290 Look at the logs @ephraimbuddy -> the "ExternalLoggingMixin" is a bit strange as I cannot see it in the logging_mixin. Where is it from?

[GitHub] [airflow] turbaszek commented on a change in pull request #9277: [WIP] Health endpoint spec

2020-07-02 Thread GitBox
turbaszek commented on a change in pull request #9277: URL: https://github.com/apache/airflow/pull/9277#discussion_r448975124 ## File path: airflow/api_connexion/endpoints/health_endpoint.py ## @@ -14,13 +14,35 @@ # KIND, either express or implied. See the License for the #

[GitHub] [airflow] turbaszek commented on pull request #9616: local job heartbeat callback should use session from provide_session

2020-07-02 Thread GitBox
turbaszek commented on pull request #9616: URL: https://github.com/apache/airflow/pull/9616#issuecomment-653012832 @pingzh can you please take a look at the failing tests? This is an automated message from the Apache Git

[GitHub] [airflow] kaxil commented on pull request #8992: [AIRFLOW-5391] Do not re-run skipped tasks when they are cleared (#7276)

2020-07-02 Thread GitBox
kaxil commented on pull request #8992: URL: https://github.com/apache/airflow/pull/8992#issuecomment-653022789 Hi @yuqian90, apologies this won't make it to 1.10.11 as the LatestOnlyOperator causes a change in behaviour. Is it possible for you to achieve this without changing the

[GitHub] [airflow] turbaszek commented on pull request #9604: Move CloudwatchTaskHandler to the provider package

2020-07-02 Thread GitBox
turbaszek commented on pull request #9604: URL: https://github.com/apache/airflow/pull/9604#issuecomment-653022472 @ephraimbuddy please rebase, I've just merged this fix in #9628 This is an automated message from the Apache

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #9629: Updated link to official documentation

2020-07-02 Thread GitBox
boring-cyborg[bot] commented on pull request #9629: URL: https://github.com/apache/airflow/pull/9629#issuecomment-653036293 Awesome work, congrats on your first merged pull request! This is an automated message from the

[GitHub] [airflow] turbaszek merged pull request #9629: Updated link to official documentation

2020-07-02 Thread GitBox
turbaszek merged pull request #9629: URL: https://github.com/apache/airflow/pull/9629 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

[airflow] branch master updated (611d449 -> 37ca8ad)

2020-07-02 Thread turbaszek
This is an automated email from the ASF dual-hosted git repository. turbaszek pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 611d449 Use supports_read instead of is_supported in log endpoint (#9628) add 37ca8ad Updated link to

[GitHub] [airflow] ephraimbuddy commented on pull request #9623: Move ElasticsearchTaskHandler to the provider package

2020-07-02 Thread GitBox
ephraimbuddy commented on pull request #9623: URL: https://github.com/apache/airflow/pull/9623#issuecomment-653044347 Hi @turbaszek , what could be the cause of the backport packages CI build error? I can't seem to figure it out

[GitHub] [airflow] turbaszek opened a new pull request #9631: Add function to get current context

2020-07-02 Thread GitBox
turbaszek opened a new pull request #9631: URL: https://github.com/apache/airflow/pull/9631 Support for getting current context at any codelocation that runs under the scope of BaseOperator.execute function. This functionality is part of AIP-31 closes: #8058 Work based on

[GitHub] [airflow] olchas commented on a change in pull request #9593: Improve handling Dataproc cluster creation with ERROR state

2020-07-02 Thread GitBox
olchas commented on a change in pull request #9593: URL: https://github.com/apache/airflow/pull/9593#discussion_r449062517 ## File path: airflow/providers/google/cloud/operators/dataproc.py ## @@ -437,6 +437,9 @@ class DataprocCreateClusterOperator(BaseOperator): :type

[GitHub] [airflow] olchas commented on a change in pull request #9593: Improve handling Dataproc cluster creation with ERROR state

2020-07-02 Thread GitBox
olchas commented on a change in pull request #9593: URL: https://github.com/apache/airflow/pull/9593#discussion_r449062072 ## File path: airflow/providers/google/cloud/operators/dataproc.py ## @@ -502,32 +506,79 @@ def __init__(self, self.timeout = timeout

[GitHub] [airflow] potiuk commented on pull request #9628: fix PR checks

2020-07-02 Thread GitBox
potiuk commented on pull request #9628: URL: https://github.com/apache/airflow/pull/9628#issuecomment-652965696 I think this was a transient error - rerunning it This is an automated message from the Apache Git Service. To

[GitHub] [airflow] OmairK commented on a change in pull request #9277: [WIP] Health endpoint spec

2020-07-02 Thread GitBox
OmairK commented on a change in pull request #9277: URL: https://github.com/apache/airflow/pull/9277#discussion_r448972246 ## File path: airflow/api_connexion/endpoints/health_endpoint.py ## @@ -14,13 +14,34 @@ # KIND, either express or implied. See the License for the #

[GitHub] [airflow] OmairK commented on a change in pull request #9277: [WIP] Health endpoint spec

2020-07-02 Thread GitBox
OmairK commented on a change in pull request #9277: URL: https://github.com/apache/airflow/pull/9277#discussion_r448971809 ## File path: airflow/api_connexion/endpoints/health_endpoint.py ## @@ -14,13 +14,34 @@ # KIND, either express or implied. See the License for the #

[GitHub] [airflow] j-y-matsubara commented on a change in pull request #9531: Support .airflowignore for plugins

2020-07-02 Thread GitBox
j-y-matsubara commented on a change in pull request #9531: URL: https://github.com/apache/airflow/pull/9531#discussion_r448993794 ## File path: airflow/utils/file.py ## @@ -90,6 +90,47 @@ def open_maybe_zipped(fileloc, mode='r'): return io.open(fileloc, mode=mode)

[GitHub] [airflow] turbaszek commented on a change in pull request #9615: Mask other forms of password arguments in SparkSubmitOperator

2020-07-02 Thread GitBox
turbaszek commented on a change in pull request #9615: URL: https://github.com/apache/airflow/pull/9615#discussion_r449012333 ## File path: airflow/providers/apache/spark/hooks/spark_submit.py ## @@ -237,8 +237,8 @@ def _mask_cmd(self, connection_cmd): # Mask any

[GitHub] [airflow] turbaszek commented on a change in pull request #9615: Mask other forms of password arguments in SparkSubmitOperator

2020-07-02 Thread GitBox
turbaszek commented on a change in pull request #9615: URL: https://github.com/apache/airflow/pull/9615#discussion_r449011845 ## File path: tests/providers/apache/spark/hooks/test_spark_submit.py ## @@ -748,3 +750,64 @@ def test_k8s_process_on_kill(self, mock_popen,

[GitHub] [airflow] ashb opened a new issue #9630: Officially support HA for scheduler component (AIP-15)

2020-07-02 Thread GitBox
ashb opened a new issue #9630: URL: https://github.com/apache/airflow/issues/9630 Placeholder issue - details to follow. This is an automated message from the Apache Git Service. To respond to the message, please log on to

[airflow] annotated tag 1.10.11rc1 updated (317b041 -> 96e8507)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to annotated tag 1.10.11rc1 in repository https://gitbox.apache.org/repos/asf/airflow.git. *** WARNING: tag 1.10.11rc1 was modified! *** from 317b041 (commit) to 96e8507 (tag) tagging

[GitHub] [airflow] dossett commented on a change in pull request #9593: Improve handling Dataproc cluster creation with ERROR state

2020-07-02 Thread GitBox
dossett commented on a change in pull request #9593: URL: https://github.com/apache/airflow/pull/9593#discussion_r449064584 ## File path: airflow/providers/google/cloud/operators/dataproc.py ## @@ -502,32 +506,79 @@ def __init__(self, self.timeout = timeout

[GitHub] [airflow] potiuk commented on pull request #9623: Move ElasticsearchTaskHandler to the provider package

2020-07-02 Thread GitBox
potiuk commented on pull request #9623: URL: https://github.com/apache/airflow/pull/9623#issuecomment-653057551 We can't use ExtenralLoggingMixin in Airflow 1.10 providers because it only appeared TODAY in master This

[airflow] branch v1-10-test updated: Update README.md for 1.10.11

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/v1-10-test by this push: new 317b041 Update README.md for

[GitHub] [airflow] turbaszek commented on pull request #9593: Improve handling Dataproc cluster creation with ERROR state

2020-07-02 Thread GitBox
turbaszek commented on pull request #9593: URL: https://github.com/apache/airflow/pull/9593#issuecomment-652980847 @olchas would you mind taking a look? This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] j-y-matsubara commented on a change in pull request #9531: Support .airflowignore for plugins

2020-07-02 Thread GitBox
j-y-matsubara commented on a change in pull request #9531: URL: https://github.com/apache/airflow/pull/9531#discussion_r448993794 ## File path: airflow/utils/file.py ## @@ -90,6 +90,47 @@ def open_maybe_zipped(fileloc, mode='r'): return io.open(fileloc, mode=mode)

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #9629: Updated link to official documentation

2020-07-02 Thread GitBox
boring-cyborg[bot] commented on pull request #9629: URL: https://github.com/apache/airflow/pull/9629#issuecomment-653031230 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our

[GitHub] [airflow] aviralwal opened a new pull request #9629: Updated link to official documentation

2020-07-02 Thread GitBox
aviralwal opened a new pull request #9629: URL: https://github.com/apache/airflow/pull/9629 The link to official documentation should point to the documentation page instead of the home page. --- Make sure to mark the boxes below before creating PR: [x] - [x] Description

[airflow] 01/02: Update the tree view of dag on Concepts Last Run Only (#8268)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 34aabacb1a7bf8ad34fe66b54be152dbee250134 Author: Rafael Bottega AuthorDate: Thu Apr 16 23:13:18 2020 +0100

[jira] [Commented] (AIRFLOW-5391) Clearing a task skipped by BranchPythonOperator will cause the task to execute

2020-07-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17150314#comment-17150314 ] ASF GitHub Bot commented on AIRFLOW-5391: - kaxil commented on pull request #8992: URL:

[airflow] 02/02: Add Changelog for 1.10.11

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 3e080c240e9968c4086c32943a22b3c4010453df Author: Kaxil Naik AuthorDate: Wed Jul 1 19:40:29 2020 +0100 Add

[airflow] branch v1-10-test updated (a5a588e -> 3e080c2)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. omit a5a588e Add Changelog for 1.10.11 new 34aabac Update the tree view of dag on Concepts Last Run Only

[airflow] branch v1-10-stable updated (8b05289 -> 317b041)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v1-10-stable in repository https://gitbox.apache.org/repos/asf/airflow.git. from 8b05289 Cache 1 10 ci images (#8955) add 69eeeda Add Local Filesystem Secret Backend (v1-10)

[airflow] branch v1-10-stable updated (8b05289 -> 317b041)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v1-10-stable in repository https://gitbox.apache.org/repos/asf/airflow.git. from 8b05289 Cache 1 10 ci images (#8955) add 69eeeda Add Local Filesystem Secret Backend (v1-10)

[GitHub] [airflow] freget commented on issue #9609: TimeSensor triggers immediately when used over midnight (UTC)

2020-07-02 Thread GitBox
freget commented on issue #9609: URL: https://github.com/apache/airflow/issues/9609#issuecomment-65311 I would also be fine with a new sensor. I still believe that this problem should be at least documented, as it is everything but obvious if the DAG is initialized timezone aware.

[GitHub] [airflow] kaxil commented on pull request #9586: support new released version of sendgrid

2020-07-02 Thread GitBox
kaxil commented on pull request #9586: URL: https://github.com/apache/airflow/pull/9586#issuecomment-653175384 we will need another rebase @ephraimbuddy sorry :( This is an automated message from the Apache Git Service. To

[GitHub] [airflow] mik-laj edited a comment on pull request #9618: Fix typos, older versions, and deprecated operators with AI platform example DAG

2020-07-02 Thread GitBox
mik-laj edited a comment on pull request #9618: URL: https://github.com/apache/airflow/pull/9618#issuecomment-653176749 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] mik-laj commented on pull request #9618: Fix typos, older versions, and deprecated operators with AI platform example DAG

2020-07-02 Thread GitBox
mik-laj commented on pull request #9618: URL: https://github.com/apache/airflow/pull/9618#issuecomment-653176749 @vuppalli We don't need unit tests for DAG. We use them in the documentation and in system tests. System tests are sufficient in this case. Have the files that are needed to

[GitHub] [airflow] ephraimbuddy commented on pull request #9482: Add CRUD endpoint for XCom

2020-07-02 Thread GitBox
ephraimbuddy commented on pull request #9482: URL: https://github.com/apache/airflow/pull/9482#issuecomment-653119162 Hi, @turbaszek can I ask for review? This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow] vanka56 commented on a change in pull request #9472: Add drop_partition functionality for HiveMetastoreHook

2020-07-02 Thread GitBox
vanka56 commented on a change in pull request #9472: URL: https://github.com/apache/airflow/pull/9472#discussion_r449187394 ## File path: tests/providers/apache/hive/hooks/test_hive.py ## @@ -383,6 +383,10 @@ def test_table_exists(self):

[GitHub] [airflow] albertocalderari commented on a change in pull request #9590: Improve idempotency of BigQueryInsertJobOperator

2020-07-02 Thread GitBox
albertocalderari commented on a change in pull request #9590: URL: https://github.com/apache/airflow/pull/9590#discussion_r449173278 ## File path: airflow/providers/google/cloud/operators/bigquery.py ## @@ -1692,32 +1692,52 @@ def prepare_template(self) -> None:

[GitHub] [airflow] ashb commented on pull request #9044: Ensure Kerberos token is valid in SparkSubmitOperator before running `yarn kill`

2020-07-02 Thread GitBox
ashb commented on pull request #9044: URL: https://github.com/apache/airflow/pull/9044#issuecomment-653168107 Could you rebase to latest master, hopefully that should fix the failing Kube tests This is an automated message

[airflow-pgbouncer-exporter] branch master created (now 160f560)

2020-07-02 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow-pgbouncer-exporter.git. at 160f560 Merge pull request #4 from jbub/const-metrics This branch includes the following new

[airflow] 02/09: Fix typo in helm chart upgrade command for 2.0 (#9484)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 47e1a875229657251fdeddaae5a2dd083572079b Author: Ash Berlin-Taylor AuthorDate: Tue Jun 23 10:38:06 2020 +0100

[airflow] 05/09: Remove redundant airflowVersion from Helm Chart readme (#9592)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 9bc18c1938ebd5f19e1de4a2ce7270957fd3fea6 Author: Kaxil Naik AuthorDate: Tue Jun 30 17:02:56 2020 +0100

[airflow] 04/09: Fix typo of resultBackendConnection in chart README (#9537)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a213847e99b4b9f0afb7a8c0b6fc3968d04d6e40 Author: Vicken Simonian AuthorDate: Fri Jun 26 11:40:30 2020 -0700

[airflow] 07/09: Switches to Helm Chart for Kubernetes tests (#9468)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit b4a620cc1abfee581e5a6291914efc5479e72c18 Author: Jarek Potiuk AuthorDate: Wed Jul 1 14:50:30 2020 +0200

[GitHub] [airflow] kaxil commented on pull request #9364: Add option for Vault token to automatically be renewed

2020-07-02 Thread GitBox
kaxil commented on pull request #9364: URL: https://github.com/apache/airflow/pull/9364#issuecomment-653091216 Yup, let's add it to the client This is an automated message from the Apache Git Service. To respond to the

[airflow] 07/09: Switches to Helm Chart for Kubernetes tests (#9468)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit b4a620cc1abfee581e5a6291914efc5479e72c18 Author: Jarek Potiuk AuthorDate: Wed Jul 1 14:50:30 2020 +0200

[airflow] 08/09: Removes importlib usage - it's not needed (fails on Airflow 1.10) (#9613)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 74ecb8ac1c275d19f8f27161a61e723905bce23e Author: Jarek Potiuk AuthorDate: Wed Jul 1 18:07:12 2020 +0200

[airflow] 09/09: Update Breeze documentation (#9608)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 99d37e2d35a9d82103b35e4042c27a7f5620b568 Author: Jarek Potiuk AuthorDate: Wed Jul 1 16:02:24 2020 +0200

[airflow] 03/09: Remove non-existent chart value from readme (#9511)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 20e106d31dc125812d2c5c9e421a406cdb3e6958 Author: Ash Berlin-Taylor AuthorDate: Thu Jun 25 12:19:26 2020 +0100

[airflow] 02/09: Fix typo in helm chart upgrade command for 2.0 (#9484)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 47e1a875229657251fdeddaae5a2dd083572079b Author: Ash Berlin-Taylor AuthorDate: Tue Jun 23 10:38:06 2020 +0100

[airflow] 04/09: Fix typo of resultBackendConnection in chart README (#9537)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit a213847e99b4b9f0afb7a8c0b6fc3968d04d6e40 Author: Vicken Simonian AuthorDate: Fri Jun 26 11:40:30 2020 -0700

[airflow] 05/09: Remove redundant airflowVersion from Helm Chart readme (#9592)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit 9bc18c1938ebd5f19e1de4a2ce7270957fd3fea6 Author: Kaxil Naik AuthorDate: Tue Jun 30 17:02:56 2020 +0100

[airflow] 06/09: Fix broken link in chart/README.md (#9591)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git commit e6b2d0f89d5e9348869c15dd78f5c1a03906ae38 Author: Kaxil Naik AuthorDate: Tue Jun 30 17:03:11 2020 +0100 Fix

[airflow] branch v1-10-test updated (317b041 -> 99d37e2)

2020-07-02 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git. from 317b041 Update README.md for 1.10.11 new d43ca01 Add Production Helm chart support (#8777) new

[GitHub] [airflow] mik-laj commented on pull request #9431: Move API page limit and offset parameters to views as kwargs Arguments

2020-07-02 Thread GitBox
mik-laj commented on pull request #9431: URL: https://github.com/apache/airflow/pull/9431#issuecomment-653185780 > This PR depends on #9503 , I don't see the common parts. Can you say something more? Can you do a rebase? I would like to merge this change.

[GitHub] [airflow] aneesh-joseph commented on pull request #9044: Ensure Kerberos token is valid in SparkSubmitOperator before running `yarn kill`

2020-07-02 Thread GitBox
aneesh-joseph commented on pull request #9044: URL: https://github.com/apache/airflow/pull/9044#issuecomment-653191413 > Could you rebase to latest master, hopefully that should fix the failing Kube tests done, but failed again, is there a way to re-run them?

[GitHub] [airflow] kblibr opened a new pull request #9632: Fixing typo in chart/README.me

2020-07-02 Thread GitBox
kblibr opened a new pull request #9632: URL: https://github.com/apache/airflow/pull/9632 I found a simple typo in the readme and thought it would be good to fix it. -- No issue in github issues. -- No change to source. (no unit test changed.) -- Change did not alter the meaning of

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #9632: Fixing typo in chart/README.me

2020-07-02 Thread GitBox
boring-cyborg[bot] commented on pull request #9632: URL: https://github.com/apache/airflow/pull/9632#issuecomment-653198140 Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our

[GitHub] [airflow] vanka56 commented on a change in pull request #9472: Add drop_partition functionality for HiveMetastoreHook

2020-07-02 Thread GitBox
vanka56 commented on a change in pull request #9472: URL: https://github.com/apache/airflow/pull/9472#discussion_r449299190 ## File path: airflow/providers/apache/hive/hooks/hive.py ## @@ -775,6 +775,23 @@ def table_exists(self, table_name, db='default'): except

[GitHub] [airflow] vanka56 commented on a change in pull request #9472: Add drop_partition functionality for HiveMetastoreHook

2020-07-02 Thread GitBox
vanka56 commented on a change in pull request #9472: URL: https://github.com/apache/airflow/pull/9472#discussion_r449299122 ## File path: airflow/providers/apache/hive/hooks/hive.py ## @@ -775,6 +775,23 @@ def table_exists(self, table_name, db='default'): except

[GitHub] [airflow] kaxil commented on a change in pull request #9632: Fixing typo in chart/README.me

2020-07-02 Thread GitBox
kaxil commented on a change in pull request #9632: URL: https://github.com/apache/airflow/pull/9632#discussion_r449260079 ## File path: chart/README.md ## @@ -74,8 +74,7 @@ helm upgrade airflow . \ --set images.airflow.tag=8a0da78 ``` -For local development purppose you

[GitHub] [airflow] Acehaidrey commented on pull request #9544: Add metric for scheduling delay between first run task & expected start time

2020-07-02 Thread GitBox
Acehaidrey commented on pull request #9544: URL: https://github.com/apache/airflow/pull/9544#issuecomment-653242280 @mik-laj please when you get a chance This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow] jpuffer opened a new issue #9633: "Try Number" is off by 1 in the Gantt view

2020-07-02 Thread GitBox
jpuffer opened a new issue #9633: URL: https://github.com/apache/airflow/issues/9633 **Apache Airflow version**: 1.10.10 **Environment**: - **Cloud provider or hardware configuration**: Astronomer **What happened**: In the Gantt view, all tasks start at "Try number:

[GitHub] [airflow] jkbngl commented on pull request #9295: added mssql to oracle transfer operator

2020-07-02 Thread GitBox
jkbngl commented on pull request #9295: URL: https://github.com/apache/airflow/pull/9295#issuecomment-653231283 Hi @ephraimbuddy would you mind helping me with the naming convention of the operators? I got an error for my operator to not match: .*Operator$ so I renamed it to

[GitHub] [airflow] mik-laj commented on pull request #9295: added mssql to oracle transfer operator

2020-07-02 Thread GitBox
mik-laj commented on pull request #9295: URL: https://github.com/apache/airflow/pull/9295#issuecomment-653234573 Here is naming convention: https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#naming-conventions-for-provider-packages is this helpful for you?

[GitHub] [airflow] mik-laj commented on pull request #9623: Move ElasticsearchTaskHandler to the provider package

2020-07-02 Thread GitBox
mik-laj commented on pull request #9623: URL: https://github.com/apache/airflow/pull/9623#issuecomment-653188369 @potiuk This will cherry-pick changes to the Javascript code. If you are willing, we can do it. For now, we should delete references to this class in backport packages. This

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #9632: Fixing typo in chart/README.me

2020-07-02 Thread GitBox
boring-cyborg[bot] commented on pull request #9632: URL: https://github.com/apache/airflow/pull/9632#issuecomment-653217267 Awesome work, congrats on your first merged pull request! This is an automated message from the

[airflow] branch master updated: Fixing typo in chart/README.me (#9632)

2020-07-02 Thread potiuk
This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/master by this push: new 72d5a58 Fixing typo in chart/README.me

[GitHub] [airflow] potiuk merged pull request #9632: Fixing typo in chart/README.me

2020-07-02 Thread GitBox
potiuk merged pull request #9632: URL: https://github.com/apache/airflow/pull/9632 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

[GitHub] [airflow] mik-laj commented on pull request #9295: added mssql to oracle transfer operator

2020-07-02 Thread GitBox
mik-laj commented on pull request #9295: URL: https://github.com/apache/airflow/pull/9295#issuecomment-653235179 Here is voting and discussion about transfer package:

[GitHub] [airflow] mik-laj commented on a change in pull request #9503: add date-time format validation for API spec

2020-07-02 Thread GitBox
mik-laj commented on a change in pull request #9503: URL: https://github.com/apache/airflow/pull/9503#discussion_r449274053 ## File path: airflow/api_connexion/endpoints/dag_run_endpoint.py ## @@ -69,24 +61,24 @@ def get_dag_runs(session, dag_id, start_date_gte=None,

[jira] [Commented] (AIRFLOW-6497) Scheduler creates DagBag in the same process with outdated info

2020-07-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17150617#comment-17150617 ] ASF GitHub Bot commented on AIRFLOW-6497: - feng-tao commented on pull request #7597: URL:

[jira] [Commented] (AIRFLOW-6497) Scheduler creates DagBag in the same process with outdated info

2020-07-02 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17150618#comment-17150618 ] ASF GitHub Bot commented on AIRFLOW-6497: - feng-tao edited a comment on pull request #7597:

[GitHub] [airflow] feng-tao edited a comment on pull request #7597: [AIRFLOW-6497] Avoid loading DAGs in the main scheduler loop

2020-07-02 Thread GitBox
feng-tao edited a comment on pull request #7597: URL: https://github.com/apache/airflow/pull/7597#issuecomment-653247511 just found out this pr, nice! This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] feng-tao commented on pull request #7597: [AIRFLOW-6497] Avoid loading DAGs in the main scheduler loop

2020-07-02 Thread GitBox
feng-tao commented on pull request #7597: URL: https://github.com/apache/airflow/pull/7597#issuecomment-653247511 just learn this pr, nice! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] ephraimbuddy commented on pull request #9431: Move API page limit and offset parameters to views as kwargs Arguments

2020-07-02 Thread GitBox
ephraimbuddy commented on pull request #9431: URL: https://github.com/apache/airflow/pull/9431#issuecomment-653202146 > > This PR depends on #9503 , > > I don't see the common parts. Can you say something more? > It is because I removed `format_parameters` tests in #9503. I

[GitHub] [airflow] ITriangle opened a new pull request #9635: fix : _run_task_by_executor pickle_id is None

2020-07-02 Thread GitBox
ITriangle opened a new pull request #9635: URL: https://github.com/apache/airflow/pull/9635 session add need to commit,Otherwise, pickle_id is None This is an automated message from the Apache Git Service. To

[GitHub] [airflow] freedom1989 opened a new issue #9634: Cannot update XCOMs via RBAC UI

2020-07-02 Thread GitBox
freedom1989 opened a new issue #9634: URL: https://github.com/apache/airflow/issues/9634 **Apache Airflow version**: 1.10.10 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): **Environment**: - **Cloud provider or hardware

[GitHub] [airflow] stale[bot] closed pull request #8768: [POC] Mark keywords-only arguments in hook method signatures

2020-07-02 Thread GitBox
stale[bot] closed pull request #8768: URL: https://github.com/apache/airflow/pull/8768 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

  1   2   >