[GitHub] [airflow] kumargauravin commented on pull request #10273: Azure Log Analytics Workspace Task Logs Ingestion

2020-08-22 Thread GitBox
kumargauravin commented on pull request #10273: URL: https://github.com/apache/airflow/pull/10273#issuecomment-678727037 @feluelle @ephraimbuddy Request to check once and suggest. I want to complete once cycle of build tests and then continue to work.

[jira] [Commented] (AIRFLOW-3089) Google auth doesn't work under http

2020-08-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17182570#comment-17182570 ] ASF GitHub Bot commented on AIRFLOW-3089: - Minyus edited a comment on pull request #3919: URL:

[GitHub] [airflow] Minyus edited a comment on pull request #3919: [AIRFLOW-3089] Drop hard-coded url scheme in google auth redirect.

2020-08-22 Thread GitBox
Minyus edited a comment on pull request #3919: URL: https://github.com/apache/airflow/pull/3919#issuecomment-678654477 @jmcarp > the proxy should be configured to set the X-Forwarded-Proto header to https It might not be easy to change the proxy configuration. Is it

[jira] [Commented] (AIRFLOW-3089) Google auth doesn't work under http

2020-08-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17182568#comment-17182568 ] ASF GitHub Bot commented on AIRFLOW-3089: - Minyus edited a comment on pull request #3919: URL:

[GitHub] [airflow] Minyus edited a comment on pull request #3919: [AIRFLOW-3089] Drop hard-coded url scheme in google auth redirect.

2020-08-22 Thread GitBox
Minyus edited a comment on pull request #3919: URL: https://github.com/apache/airflow/pull/3919#issuecomment-678654477 @jmcarp > the proxy should be configured to set the X-Forwarded-Proto header to https It might not be easy to change the proxy configuration. Is it

[airflow] branch constraints-master updated: Updating constraints. Build id:220229846

2020-08-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch constraints-master in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-master by this push: new 166c228 Updating

[GitHub] [airflow] mik-laj opened a new pull request #10487: Move out functions with one call from library - libraries/_pylint.sh

2020-08-22 Thread GitBox
mik-laj opened a new pull request #10487: URL: https://github.com/apache/airflow/pull/10487 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more

[GitHub] [airflow] mik-laj commented on a change in pull request #10333: Unify error messages and complete type field in response

2020-08-22 Thread GitBox
mik-laj commented on a change in pull request #10333: URL: https://github.com/apache/airflow/pull/10333#discussion_r475155102 ## File path: airflow/api_connexion/exceptions.py ## @@ -16,45 +16,141 @@ # under the License. from typing import Dict, Optional -from connexion

[GitHub] [airflow] derrickqin commented on pull request #10475: Add support for creating multiple replicated clusters in Bigtable hook and operator

2020-08-22 Thread GitBox
derrickqin commented on pull request #10475: URL: https://github.com/apache/airflow/pull/10475#issuecomment-678714980 @turbaszek could you please merge it? Thanks! This is an automated message from the Apache Git Service. To

[GitHub] [airflow] mik-laj commented on a change in pull request #10447: Add connection caching to KubernetesHook

2020-08-22 Thread GitBox
mik-laj commented on a change in pull request #10447: URL: https://github.com/apache/airflow/pull/10447#discussion_r475152039 ## File path: airflow/providers/cncf/kubernetes/hooks/kubernetes.py ## @@ -46,11 +46,14 @@ def __init__( ): super().__init__()

[GitHub] [airflow] mik-laj commented on pull request #10470: Move perf_kit to tests.utils

2020-08-22 Thread GitBox
mik-laj commented on pull request #10470: URL: https://github.com/apache/airflow/pull/10470#issuecomment-678710149 We could also let these imports fail. Perf_kit is only needed for the developer and not needed for the CI.

[GitHub] [airflow] mik-laj commented on a change in pull request #10470: Move perf_kit to tests.utils

2020-08-22 Thread GitBox
mik-laj commented on a change in pull request #10470: URL: https://github.com/apache/airflow/pull/10470#discussion_r475149950 ## File path: tests/utils/perf/perf_kit/__init__.py ## @@ -32,33 +32,34 @@ === Review comment: The previous section should be updated as

[GitHub] [airflow] mik-laj commented on issue #10486: helm pull stable/airflow pulls the [stable/airflow] chart from github.com/helm/charts repository and not this repository.

2020-08-22 Thread GitBox
mik-laj commented on issue #10486: URL: https://github.com/apache/airflow/issues/10486#issuecomment-678709708 Our Helm Chart has been released yet. To install it you need to download source and install this Chart from it.

[GitHub] [airflow] mik-laj commented on a change in pull request #10482: Add howto doc for salesforce connection

2020-08-22 Thread GitBox
mik-laj commented on a change in pull request #10482: URL: https://github.com/apache/airflow/pull/10482#discussion_r475149270 ## File path: docs/howto/connection/salesforce.rst ## @@ -0,0 +1,62 @@ + .. Licensed to the Apache Software Foundation (ASF) under one +or more

[GitHub] [airflow] mik-laj commented on issue #10388: Windows support using Daemoniker

2020-08-22 Thread GitBox
mik-laj commented on issue #10388: URL: https://github.com/apache/airflow/issues/10388#issuecomment-678696786 you can install the application from local sources by cloning the repository and then calling the `pip install -e .` command

[GitHub] [airflow] mik-laj edited a comment on issue #10388: Windows support using Daemoniker

2020-08-22 Thread GitBox
mik-laj edited a comment on issue #10388: URL: https://github.com/apache/airflow/issues/10388#issuecomment-678696786 you can install the application from local sources by cloning the repository and then running the `pip install -e .` command

[GitHub] [airflow] boring-cyborg[bot] commented on issue #10486: helm pull stable/airflow pulls the [stable/airflow] chart from github.com/helm/charts repository and not this repository.

2020-08-22 Thread GitBox
boring-cyborg[bot] commented on issue #10486: URL: https://github.com/apache/airflow/issues/10486#issuecomment-678690896 Thanks for opening your first issue here! Be sure to follow the issue template! This is an

[GitHub] [airflow] axk7812 opened a new issue #10486: helm pull stable/airflow pulls the [stable/airflow] chart from github.com/helm/charts repository and not this repository.

2020-08-22 Thread GitBox
axk7812 opened a new issue #10486: URL: https://github.com/apache/airflow/issues/10486 **Apache Airflow version**: 1.10.10 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.17.0 **Environment**: AWS Linux x86_64 x86_64 x86_64 GNU/Linux

[jira] [Commented] (AIRFLOW-6719) Introduce pyupgrade to enforce latest syntax

2020-08-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17182521#comment-17182521 ] ASF GitHub Bot commented on AIRFLOW-6719: - stale[bot] closed pull request #7573: URL:

[GitHub] [airflow] stale[bot] commented on pull request #9637: breeze Dockerfile.ci gcc ver

2020-08-22 Thread GitBox
stale[bot] commented on pull request #9637: URL: https://github.com/apache/airflow/pull/9637#issuecomment-678690400 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

[GitHub] [airflow] stale[bot] commented on pull request #9680: Split DagBag into DatabaseDagBag and FilesystemDagBag

2020-08-22 Thread GitBox
stale[bot] commented on pull request #9680: URL: https://github.com/apache/airflow/pull/9680#issuecomment-678690398 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

[GitHub] [airflow] stale[bot] commented on pull request #9636: invoke handleCallback on dag when manually marking a DagRun success/failed from tree view

2020-08-22 Thread GitBox
stale[bot] commented on pull request #9636: URL: https://github.com/apache/airflow/pull/9636#issuecomment-678690387 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

[GitHub] [airflow] stale[bot] closed pull request #8254: changed sendgrid apikey parameter to api_key

2020-08-22 Thread GitBox
stale[bot] closed pull request #8254: URL: https://github.com/apache/airflow/pull/8254 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] stale[bot] commented on pull request #8651: [AIRFLOW-8058] Add configurable execution context

2020-08-22 Thread GitBox
stale[bot] commented on pull request #8651: URL: https://github.com/apache/airflow/pull/8651#issuecomment-678690392 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

[GitHub] [airflow] stale[bot] commented on pull request #9635: fix : _run_task_by_executor pickle_id is None

2020-08-22 Thread GitBox
stale[bot] commented on pull request #9635: URL: https://github.com/apache/airflow/pull/9635#issuecomment-678690402 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

[GitHub] [airflow] stale[bot] commented on pull request #9671: Change Log to DEBUG level for SQL Statement in DBApiHook

2020-08-22 Thread GitBox
stale[bot] commented on pull request #9671: URL: https://github.com/apache/airflow/pull/9671#issuecomment-678690390 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

[GitHub] [airflow] stale[bot] closed pull request #7573: [AIRFLOW-6719][WIP] Introduce pyupgrade to enforce latest syntax

2020-08-22 Thread GitBox
stale[bot] closed pull request #7573: URL: https://github.com/apache/airflow/pull/7573 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] stale[bot] commented on pull request #9452: JSON serialize Log extras

2020-08-22 Thread GitBox
stale[bot] commented on pull request #9452: URL: https://github.com/apache/airflow/pull/9452#issuecomment-678690384 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

[GitHub] [airflow] stale[bot] commented on pull request #8745: Install python-ldap library for FAB LDAP authorization with Python3

2020-08-22 Thread GitBox
stale[bot] commented on pull request #8745: URL: https://github.com/apache/airflow/pull/8745#issuecomment-678690405 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

[GitHub] [airflow] potiuk commented on issue #10388: Windows support using Daemoniker

2020-08-22 Thread GitBox
potiuk commented on issue #10388: URL: https://github.com/apache/airflow/issues/10388#issuecomment-678686506 I am afraid not. We know Airflow works in WSL2, but we also know it does not work on Windows. Unless you can convince someone to make it works for Windows, I am afraid it's not

[airflow] branch master updated (dc3a493 -> ef8df17)

2020-08-22 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.git. from dc3a493 Fix duplicate task_ids in example_http.py (#10485) add ef8df17 Fix typo in Facebook Ads Provider

[GitHub] [airflow] potiuk merged pull request #10484: Fix typo in Facebook Ads Provider

2020-08-22 Thread GitBox
potiuk merged pull request #10484: URL: https://github.com/apache/airflow/pull/10484 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 (7ee7d7c -> dc3a493)

2020-08-22 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 7ee7d7c Move perf_kit to tests.utils (#10470) add dc3a493 Fix duplicate task_ids in example_http.py

[GitHub] [airflow] kaxil merged pull request #10485: Fix duplicate task_ids in example_http.py

2020-08-22 Thread GitBox
kaxil merged pull request #10485: URL: https://github.com/apache/airflow/pull/10485 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

[airflow] branch master updated: Move perf_kit to tests.utils (#10470)

2020-08-22 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 7ee7d7c Move perf_kit to tests.utils (#10470)

[GitHub] [airflow] potiuk merged pull request #10470: Move perf_kit to tests.utils

2020-08-22 Thread GitBox
potiuk merged pull request #10470: URL: https://github.com/apache/airflow/pull/10470 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] potiuk commented on issue #10479: airflow.api_connexion.endpoints.dag_endpoint.patch_dag -->> Property is read-only - '****'

2020-08-22 Thread GitBox
potiuk commented on issue #10479: URL: https://github.com/apache/airflow/issues/10479#issuecomment-678685233 Here is the CI build, that let's you use all the test tool (python 3.6 : https://github.com/apache/airflow/packages/196408 ) but you find other versions at

[GitHub] [airflow] kaxil merged pull request #10483: Fix broken Markdown refernces in Providers README

2020-08-22 Thread GitBox
kaxil merged pull request #10483: URL: https://github.com/apache/airflow/pull/10483 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

[airflow] branch master updated: Fix broken Markdown refernces in Providers README (#10483)

2020-08-22 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik 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 ee7ca12 Fix broken Markdown refernces in

[GitHub] [airflow] kaxil commented on pull request #10476: Optimise production image building during k8s tests on CI

2020-08-22 Thread GitBox
kaxil commented on pull request #10476: URL: https://github.com/apache/airflow/pull/10476#issuecomment-678684255 Nice, good work Jarek on the optimizations  This is an automated message from the Apache Git Service. To

[GitHub] [airflow] potiuk commented on issue #10479: airflow.api_connexion.endpoints.dag_endpoint.patch_dag -->> Property is read-only - '****'

2020-08-22 Thread GitBox
potiuk commented on issue #10479: URL: https://github.com/apache/airflow/issues/10479#issuecomment-678684163 Simply checking out the latest master and.running './breeze's should pull the image as needed and drop you in the container where you can run tmux, reset the db, start scheduler/

[GitHub] [airflow] potiuk edited a comment on issue #10479: airflow.api_connexion.endpoints.dag_endpoint.patch_dag -->> Property is read-only - '****'

2020-08-22 Thread GitBox
potiuk edited a comment on issue #10479: URL: https://github.com/apache/airflow/issues/10479#issuecomment-678683499 It should be built nightly on DockerHub but for latest master it can be pulled from dockerhub This is an

[GitHub] [airflow] potiuk commented on issue #10479: airflow.api_connexion.endpoints.dag_endpoint.patch_dag -->> Property is read-only - '****'

2020-08-22 Thread GitBox
potiuk commented on issue #10479: URL: https://github.com/apache/airflow/issues/10479#issuecomment-678683636 See IMAGES.rst or best you can build it yourself and enter the image using breeze. see BREEZE.rst This is an

[GitHub] [airflow] potiuk commented on issue #10479: airflow.api_connexion.endpoints.dag_endpoint.patch_dag -->> Property is read-only - '****'

2020-08-22 Thread GitBox
potiuk commented on issue #10479: URL: https://github.com/apache/airflow/issues/10479#issuecomment-678683499 It should be built nightly on Sunday cjerhub but for latest master it can be pulled from dockerhub This is an

[airflow] branch master updated: Optimise production image building during k8s tests on CI (#10476)

2020-08-22 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 93ba98c Optimise production image building

[GitHub] [airflow] potiuk merged pull request #10476: Optimise production image building during k8s tests on CI

2020-08-22 Thread GitBox
potiuk merged pull request #10476: URL: https://github.com/apache/airflow/pull/10476 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 (0c4f7cd -> c635804)

2020-08-22 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 0c4f7cd Change Support Request template to a link to Slack (#10480) add c635804 Fixes S3ToRedshift COPY

[GitHub] [airflow] boring-cyborg[bot] commented on pull request #10436: Fixes S3ToRedshift COPY query

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

[GitHub] [airflow] turbaszek merged pull request #10436: Fixes S3ToRedshift COPY query

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

[GitHub] [airflow] kaxil opened a new pull request #10485: Fix duplicate task_ids in example_http.py

2020-08-22 Thread GitBox
kaxil opened a new pull request #10485: URL: https://github.com/apache/airflow/pull/10485 `task_get_op` was previously defined twice, hence the first one was not used when the DAG was run --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] kaxil opened a new pull request #10484: Fix typo in Facebook Ads Provider

2020-08-22 Thread GitBox
kaxil opened a new pull request #10484: URL: https://github.com/apache/airflow/pull/10484 `missings_keys` -> `missing_keys` --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] kaxil opened a new pull request #10483: Fix broken Markdown refernces in Providers README

2020-08-22 Thread GitBox
kaxil opened a new pull request #10483: URL: https://github.com/apache/airflow/pull/10483 `#provider-class-summary` -> `#provider-classes-summary` --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] shachibista commented on issue #10388: Windows support using Daemoniker

2020-08-22 Thread GitBox
shachibista commented on issue #10388: URL: https://github.com/apache/airflow/issues/10388#issuecomment-678676993 @mik-laj No, I haven't tried installing the development version from source. Is there a simple way to do it within windows?

[GitHub] [airflow] eladkal opened a new pull request #10482: Add howto doc for salesforce connection

2020-08-22 Thread GitBox
eladkal opened a new pull request #10482: URL: https://github.com/apache/airflow/pull/10482 closes: #10029 related: #8766 This PR adds howto guide for setting up Salesforce connection with Airflow This is an

[airflow] annotated tag 1.10.12rc4 updated (6416d89 -> 4d7db3b)

2020-08-22 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to annotated tag 1.10.12rc4 in repository https://gitbox.apache.org/repos/asf/airflow.git. *** WARNING: tag 1.10.12rc4 was modified! *** from 6416d89 (commit) to 4d7db3b (tag) tagging

[airflow] annotated tag 1.10.12rc4 updated (6416d89 -> 4d7db3b)

2020-08-22 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a change to annotated tag 1.10.12rc4 in repository https://gitbox.apache.org/repos/asf/airflow.git. *** WARNING: tag 1.10.12rc4 was modified! *** from 6416d89 (commit) to 4d7db3b (tag) tagging

[airflow] branch v1-10-stable updated (b12333d -> 6416d89)

2020-08-22 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 b12333d Update Changelog for 1.10.12rc3 add d2f55a4 Fix broken Kubernetes PodRuntimeInfoEnv

[airflow] branch v1-10-stable updated (b12333d -> 6416d89)

2020-08-22 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 b12333d Update Changelog for 1.10.12rc3 add d2f55a4 Fix broken Kubernetes PodRuntimeInfoEnv

svn commit: r41073 - /dev/airflow/1.10.12rc4/

2020-08-22 Thread kaxilnaik
Author: kaxilnaik Date: Sat Aug 22 18:29:20 2020 New Revision: 41073 Log: Add artifacts for Airflow 1.10.12rc4 Added: dev/airflow/1.10.12rc4/ dev/airflow/1.10.12rc4/apache-airflow-1.10.12rc4-bin.tar.gz (with props) dev/airflow/1.10.12rc4/apache-airflow-1.10.12rc4-bin.tar.gz.asc

[airflow] 02/02: Update Changelog for 1.10.12rc4

2020-08-22 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-stable in repository https://gitbox.apache.org/repos/asf/airflow.git commit 6416d898060706787861ff8ecbc4363152a35f45 Author: Kaxil Naik AuthorDate: Sat Aug 22 19:25:10 2020 +0100

[airflow] 01/02: Fix broken Kubernetes PodRuntimeInfoEnv (#10478)

2020-08-22 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-stable in repository https://gitbox.apache.org/repos/asf/airflow.git commit d2f55a440b5a8f9ce2867f8338830efe8cc04a54 Author: Kaxil Naik AuthorDate: Sat Aug 22 17:52:41 2020 +0100

[airflow] branch v1-10-stable updated (b12333d -> 6416d89)

2020-08-22 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 b12333d Update Changelog for 1.10.12rc3 new d2f55a4 Fix broken Kubernetes PodRuntimeInfoEnv

[airflow] branch v1-10-test updated (9d80a57 -> ae12c52)

2020-08-22 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 9d80a57 Fix broken Kubernetes PodRuntimeInfoEnv (#10478) omit 846e9a5 Execute job cancel HTTPRequest

[airflow] 02/03: Update Changelog for 1.10.12rc4

2020-08-22 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 f052dcfc7149a07d6d713dba5ba392a253ca7ddc Author: Kaxil Naik AuthorDate: Sat Aug 22 19:25:10 2020 +0100

[airflow] 03/03: Execute job cancel HTTPRequest in Dataproc Hook (#10361)

2020-08-22 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 ae12c52a15f4d183117e160cf196188341d1639a Author: Varun Dhussa <2669794+varundhu...@users.noreply.github.com>

[airflow] 01/03: Fix broken Kubernetes PodRuntimeInfoEnv (#10478)

2020-08-22 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 d784d8b2047b5b48ee242adb14b56a00522060ed Author: Kaxil Naik AuthorDate: Sat Aug 22 17:52:41 2020 +0100 Fix

[airflow] 03/03: Execute job cancel HTTPRequest in Dataproc Hook (#10361)

2020-08-22 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 ae12c52a15f4d183117e160cf196188341d1639a Author: Varun Dhussa <2669794+varundhu...@users.noreply.github.com>

[airflow] branch v1-10-test updated (9d80a57 -> ae12c52)

2020-08-22 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 9d80a57 Fix broken Kubernetes PodRuntimeInfoEnv (#10478) omit 846e9a5 Execute job cancel HTTPRequest

[airflow] 02/03: Update Changelog for 1.10.12rc4

2020-08-22 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 f052dcfc7149a07d6d713dba5ba392a253ca7ddc Author: Kaxil Naik AuthorDate: Sat Aug 22 19:25:10 2020 +0100

[airflow] 01/03: Fix broken Kubernetes PodRuntimeInfoEnv (#10478)

2020-08-22 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 d784d8b2047b5b48ee242adb14b56a00522060ed Author: Kaxil Naik AuthorDate: Sat Aug 22 17:52:41 2020 +0100 Fix

[GitHub] [airflow] pingzh opened a new pull request #10481: Support pass command as args in k8s executor

2020-08-22 Thread GitBox
pingzh opened a new pull request #10481: URL: https://github.com/apache/airflow/pull/10481 The current implementation overrides the image's entrypoint, which is less ideal. Users may want to use their own entrypoint to do additional setup and clean up, before and after the

[GitHub] [airflow] xu-xiang commented on issue #10479: airflow.api_connexion.endpoints.dag_endpoint.patch_dag -->> Property is read-only - '****'

2020-08-22 Thread GitBox
xu-xiang commented on issue #10479: URL: https://github.com/apache/airflow/issues/10479#issuecomment-678673156 Is there a docker image whit the latest master? This is an automated message from the Apache Git Service. To

[airflow] branch master updated: Change Support Request template to a link to Slack (#10480)

2020-08-22 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 0c4f7cd Change Support Request template to a

[GitHub] [airflow] potiuk merged pull request #10480: Change Support Request template to a link to Slack

2020-08-22 Thread GitBox
potiuk merged pull request #10480: URL: https://github.com/apache/airflow/pull/10480 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: Change Support Request template to a link to Slack (#10480)

2020-08-22 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 0c4f7cd Change Support Request template to a

[GitHub] [airflow] kaxil commented on issue #10454: Add Terraform Hook

2020-08-22 Thread GitBox
kaxil commented on issue #10454: URL: https://github.com/apache/airflow/issues/10454#issuecomment-678672286 Just an FYI: https://pypi.org/project/python-terraform/ (https://github.com/beelit94/python-terraform) hasn't been actively maintained so if we someone wants to work on this one,

[GitHub] [airflow] potiuk commented on issue #10454: Add Terraform Hook

2020-08-22 Thread GitBox
potiuk commented on issue #10454: URL: https://github.com/apache/airflow/issues/10454#issuecomment-678671949 I think it would be nice to have a Hook/Operator that could manage installing Terraform automatically and expose a python API. There is the

[jira] [Commented] (AIRFLOW-3089) Google auth doesn't work under http

2020-08-22 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17182469#comment-17182469 ] ASF GitHub Bot commented on AIRFLOW-3089: - Minyus edited a comment on pull request #3919: URL:

[GitHub] [airflow] Minyus edited a comment on pull request #3919: [AIRFLOW-3089] Drop hard-coded url scheme in google auth redirect.

2020-08-22 Thread GitBox
Minyus edited a comment on pull request #3919: URL: https://github.com/apache/airflow/pull/3919#issuecomment-678654477 @jmcarp How can we configure to use https in airflow.cfg? I tried adding "scheme" as follows, but it still uses http instad of https. ```

[GitHub] [airflow] kaxil commented on issue #10451: Airflow tries running Jinja on any property name ending with .json

2020-08-22 Thread GitBox
kaxil commented on issue #10451: URL: https://github.com/apache/airflow/issues/10451#issuecomment-678671658 Airflow tried to renders all the values passed to template_fields. In your case as your are using `EmrAddStepsOperator`, it's template_fields are `['job_flow_id', 'job_flow_name',

[GitHub] [airflow] kaxil commented on a change in pull request #10480: Change Support Request template to a link to Slack

2020-08-22 Thread GitBox
kaxil commented on a change in pull request #10480: URL: https://github.com/apache/airflow/pull/10480#discussion_r475114688 ## File path: .github/ISSUE_TEMPLATE/config.yml ## @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Ask a question or get support

[GitHub] [airflow] kaxil commented on a change in pull request #10480: Change Support Request template to a link to Slack

2020-08-22 Thread GitBox
kaxil commented on a change in pull request #10480: URL: https://github.com/apache/airflow/pull/10480#discussion_r475114611 ## File path: .github/ISSUE_TEMPLATE/config.yml ## @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Ask a question or get support

[GitHub] [airflow] potiuk opened a new pull request #10480: Change Support Request template to a link to Slack

2020-08-22 Thread GitBox
potiuk opened a new pull request #10480: URL: https://github.com/apache/airflow/pull/10480 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more

[GitHub] [airflow] kaxil commented on issue #10454: Add Terraform Hook

2020-08-22 Thread GitBox
kaxil commented on issue #10454: URL: https://github.com/apache/airflow/issues/10454#issuecomment-678670024 I would definitely recommend using BashOperator for this :) . Just to clear the air I am not against TerraformOperator for sure but I have used a lot of terraform with Airflow in

[GitHub] [airflow] kaxil commented on issue #10479: airflow.api_connexion.endpoints.dag_endpoint.patch_dag -->> Property is read-only - '****'

2020-08-22 Thread GitBox
kaxil commented on issue #10479: URL: https://github.com/apache/airflow/issues/10479#issuecomment-678669691 This has been fixed in https://github.com/apache/airflow/pull/9740 . Can you test it with the latest master This

[airflow] branch constraints-master updated: Updating constraints. Build id:219881018

2020-08-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch constraints-master in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/constraints-master by this push: new 6ab3743 Updating

[GitHub] [airflow] mik-laj commented on issue #10293: Add Dataproc Job Sensor

2020-08-22 Thread GitBox
mik-laj commented on issue #10293: URL: https://github.com/apache/airflow/issues/10293#issuecomment-678667092 > @varundhussa is currently working on this for a customer with this use case. This is an automated message from

[GitHub] [airflow] rootcss commented on issue #10293: Add Dataproc Job Sensor

2020-08-22 Thread GitBox
rootcss commented on issue #10293: URL: https://github.com/apache/airflow/issues/10293#issuecomment-678666802 I'd like to work on this. Can you please assign this to me @mik-laj This is an automated message from the Apache

[airflow] branch v1-10-test updated: Fix broken Kubernetes PodRuntimeInfoEnv (#10478)

2020-08-22 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 9d80a57 Fix broken Kubernetes

[airflow] branch v1-10-test updated: Fix broken Kubernetes PodRuntimeInfoEnv (#10478)

2020-08-22 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 9d80a57 Fix broken Kubernetes

[airflow] branch master updated: Fix broken Kubernetes PodRuntimeInfoEnv (#10478)

2020-08-22 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik 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 47c6657 Fix broken Kubernetes

[GitHub] [airflow] kaxil commented on issue #10456: PodRuntimeInfoEnv is not working in 1.10.11

2020-08-22 Thread GitBox
kaxil commented on issue #10456: URL: https://github.com/apache/airflow/issues/10456#issuecomment-678664326 @dimon222 can you please test out the patch in https://github.com/apache/airflow/pull/10478 :) This is an automated

[airflow] branch master updated: Fix broken Kubernetes PodRuntimeInfoEnv (#10478)

2020-08-22 Thread kaxilnaik
This is an automated email from the ASF dual-hosted git repository. kaxilnaik 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 47c6657 Fix broken Kubernetes

[GitHub] [airflow] kaxil merged pull request #10478: Fix broken Kubernetes PodRuntimeInfoEnv

2020-08-22 Thread GitBox
kaxil merged pull request #10478: URL: https://github.com/apache/airflow/pull/10478 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] kaxil closed issue #10456: PodRuntimeInfoEnv is not working in 1.10.11

2020-08-22 Thread GitBox
kaxil closed issue #10456: URL: https://github.com/apache/airflow/issues/10456 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] syudb commented on pull request #10462: Updated REST API call so GET requests pass payload in query string instead of request body

2020-08-22 Thread GitBox
syudb commented on pull request #10462: URL: https://github.com/apache/airflow/pull/10462#issuecomment-678661079 No problem, rebased and pushed! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [airflow] potiuk commented on pull request #10462: Updated REST API call so GET requests pass payload in query string instead of request body

2020-08-22 Thread GitBox
potiuk commented on pull request #10462: URL: https://github.com/apache/airflow/pull/10462#issuecomment-678660403 There was a bad merge in master when the request war run - sorry for that but you will need to rebase :( This

[GitHub] [airflow] xu-xiang opened a new issue #10479: airflow.api_connexion.endpoints.dag_endpoint.patch_dag -->> Property is read-only - '****'

2020-08-22 Thread GitBox
xu-xiang opened a new issue #10479: URL: https://github.com/apache/airflow/issues/10479 **Apache Airflow version**: ```Airflow Master master-python3.8-ci docker pull apache/airflow:master-python3.8-ci

[GitHub] [airflow] kaxil opened a new pull request #10478: Fix broken Kubernetes PodRuntimeInfoEnv

2020-08-22 Thread GitBox
kaxil opened a new pull request #10478: URL: https://github.com/apache/airflow/pull/10478 closes https://github.com/apache/airflow/issues/10456 --- **^ Add meaningful description above** Read the **[Pull Request

[GitHub] [airflow] potiuk edited a comment on pull request #10477: Fixes quoting bug introduced in #10473

2020-08-22 Thread GitBox
potiuk edited a comment on pull request #10477: URL: https://github.com/apache/airflow/pull/10477#issuecomment-678655428 Just a note to anyone who makes a change to the .github/workflows/build-images-workflow-run.yml" -> push it to master of your private repo before PR is opened.

  1   2   >