[GitHub] [airflow] boring-cyborg[bot] commented on pull request #10289: Update CHANGELOG removing duplicate from 1.10.10

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

[GitHub] [airflow] kaxil merged pull request #10289: Update CHANGELOG removing duplicate from 1.10.10

2020-08-11 Thread GitBox
kaxil merged pull request #10289: URL: https://github.com/apache/airflow/pull/10289 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 commented on issue #10029: Add Salesforce docs for setting up a connection

2020-08-11 Thread GitBox
kaxil commented on issue #10029: URL: https://github.com/apache/airflow/issues/10029#issuecomment-671936007 Absolutely, we could just add a Salesforce connection type here: https://github.com/apache/airflow/blob/a9f7222a3fdc9bb55c697bdad17f4e60e8d9e70f/airflow/models/connection.py#L38-L88

[GitHub] [airflow] marcusianlevine commented on issue #8421: Hide sensitive data in UI

2020-08-11 Thread GitBox
marcusianlevine commented on issue #8421: URL: https://github.com/apache/airflow/issues/8421#issuecomment-671946021 I do like the idea of having this be an optional behavior I think it would be really great if we could selectively obscure Variables too - some are sensitive while

[GitHub] [airflow] marcusianlevine edited a comment on issue #8421: Hide sensitive data in UI

2020-08-11 Thread GitBox
marcusianlevine edited a comment on issue #8421: URL: https://github.com/apache/airflow/issues/8421#issuecomment-671946021 I do like the idea of having this be an optional behavior I think it would be really great if we could selectively obscure Variables too - some are sensitive

[GitHub] [airflow] kaxil commented on pull request #10267: Add Authentication for Stable API

2020-08-11 Thread GitBox
kaxil commented on pull request #10267: URL: https://github.com/apache/airflow/pull/10267#issuecomment-671957861 cc @jhtimmins This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [airflow] turbaszek commented on a change in pull request #10267: Add Authentication for Stable API

2020-08-11 Thread GitBox
turbaszek commented on a change in pull request #10267: URL: https://github.com/apache/airflow/pull/10267#discussion_r468603778 ## File path: airflow/api_connexion/security.py ## @@ -0,0 +1,37 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[airflow] branch master updated (8cd2be9 -> 82f744b)

2020-08-11 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 8cd2be9 Fix KubernetesPodOperator reattachment (#10230) add 82f744b Add type annotations to AwsGlueJobHook,

[GitHub] [airflow] potiuk commented on pull request #10286: Add type annotations to AwsGlueJobHook, RedshiftHook modules

2020-08-11 Thread GitBox
potiuk commented on pull request #10286: URL: https://github.com/apache/airflow/pull/10286#issuecomment-671971308 Cool! This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [airflow] potiuk commented on a change in pull request #10267: Add Authentication for Stable API

2020-08-11 Thread GitBox
potiuk commented on a change in pull request #10267: URL: https://github.com/apache/airflow/pull/10267#discussion_r468457128 ## File path: airflow/api_connexion/endpoints/dag_run_endpoint.py ## @@ -151,6 +156,7 @@ def get_dag_runs_batch(session):

[GitHub] [airflow] potiuk merged pull request #10286: Add type annotations to AwsGlueJobHook, RedshiftHook modules

2020-08-11 Thread GitBox
potiuk merged pull request #10286: URL: https://github.com/apache/airflow/pull/10286 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-site] mik-laj edited a comment on issue #275: The buttons for the Use Cases feel reversed

2020-08-11 Thread GitBox
mik-laj edited a comment on issue #275: URL: https://github.com/apache/airflow-site/issues/275#issuecomment-671978740 @LeonY1 I forwarded your ticket to our [UX & UI Design studio](https://utilodesign.com/). They are not very active on GH, but I hope they will come back to us soon with

[GitHub] [airflow-site] mik-laj commented on issue #275: The buttons for the Use Cases feel reversed

2020-08-11 Thread GitBox
mik-laj commented on issue #275: URL: https://github.com/apache/airflow-site/issues/275#issuecomment-671978740 @LeonY1 I forwarded your ticket to our [UX & UI Design studio](https://utilodesign.com/). They are not very active on GH, but I hope they will come back to us soon with their

[GitHub] [airflow] mik-laj commented on issue #10288: gcs_to_bigquery using deprecated methods

2020-08-11 Thread GitBox
mik-laj commented on issue #10288: URL: https://github.com/apache/airflow/issues/10288#issuecomment-671982564 This is a P4 level ticket. However, it is worth fixing this problem. ``` "P1" means Critical Impact – Service Unusable in Production "P2" means High Impact – Service Use

[GitHub] [airflow] coopergillan commented on issue #10288: gcs_to_bigquery using deprecated methods

2020-08-11 Thread GitBox
coopergillan commented on issue #10288: URL: https://github.com/apache/airflow/issues/10288#issuecomment-671990741 @mik-laj - I'm happy to take it as a P4. Plenty else to work on, but I can grab it when time allows. This is

[GitHub] [airflow] nullhack commented on pull request #9464: Fix DockerOperator xcom

2020-08-11 Thread GitBox
nullhack commented on pull request #9464: URL: https://github.com/apache/airflow/pull/9464#issuecomment-671991778 I'm not having enough time to update It, but I still want to merge this PR, on the following month I'll try to resolve conflicts and ask for reviews again. Please don't close

[GitHub] [airflow] marcusianlevine commented on issue #8421: Hide sensitive data in UI

2020-08-11 Thread GitBox
marcusianlevine commented on issue #8421: URL: https://github.com/apache/airflow/issues/8421#issuecomment-671955151 Hmm it's been awhile since I've worked on the UI I'll do some digging in the code and see if I can come up with a reasonable design... Do you happen to know

[GitHub] [airflow] marcusianlevine edited a comment on issue #8421: Hide sensitive data in UI

2020-08-11 Thread GitBox
marcusianlevine edited a comment on issue #8421: URL: https://github.com/apache/airflow/issues/8421#issuecomment-671955151 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [airflow] marcusianlevine edited a comment on issue #8421: Hide sensitive data in UI

2020-08-11 Thread GitBox
marcusianlevine edited a comment on issue #8421: URL: https://github.com/apache/airflow/issues/8421#issuecomment-671955151 Hmm it's been awhile since I've worked on the UI I'll do some digging in the code and see if I can come up with a reasonable design... Do you happen to

[GitHub] [airflow] kaxil commented on a change in pull request #10266: Add reconcile_metadata to reconcile_pods

2020-08-11 Thread GitBox
kaxil commented on a change in pull request #10266: URL: https://github.com/apache/airflow/pull/10266#discussion_r468598872 ## File path: airflow/kubernetes/pod_generator.py ## @@ -357,12 +357,35 @@ def reconcile_pods(base_pod: k8s.V1Pod, client_pod: Optional[k8s.V1Pod]) ->

[GitHub] [airflow] kaxil merged pull request #10230: Fix KubernetesPodOperator reattachment

2020-08-11 Thread GitBox
kaxil merged pull request #10230: URL: https://github.com/apache/airflow/pull/10230 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 (a9f7222 -> 8cd2be9)

2020-08-11 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 a9f7222 Remove duplicate line from 1.10.10 CHANGELOG (#10289) add 8cd2be9 Fix KubernetesPodOperator

[GitHub] [airflow-site] LeonY1 commented on issue #275: The buttons for the Use Cases feel reversed

2020-08-11 Thread GitBox
LeonY1 commented on issue #275: URL: https://github.com/apache/airflow-site/issues/275#issuecomment-671967859 @turbaszek @mik-laj What is your opinion on this? This is an automated message from the Apache Git Service. To

[GitHub] [airflow] mik-laj commented on a change in pull request #10267: Add Authentication for Stable API

2020-08-11 Thread GitBox
mik-laj commented on a change in pull request #10267: URL: https://github.com/apache/airflow/pull/10267#discussion_r468615302 ## File path: airflow/api_connexion/endpoints/dag_run_endpoint.py ## @@ -151,6 +156,7 @@ def get_dag_runs_batch(session):

[GitHub] [airflow] marcusianlevine edited a comment on issue #8421: Hide sensitive data in UI

2020-08-11 Thread GitBox
marcusianlevine edited a comment on issue #8421: URL: https://github.com/apache/airflow/issues/8421#issuecomment-671955151 Hmm it's been awhile since I've worked on the UI I'll do some digging in the code and see if I can come up with a reasonable design... Do you happen to

[GitHub] [airflow] coopergillan commented on issue #10288: gcs_to_bigquery using deprecated methods

2020-08-11 Thread GitBox
coopergillan commented on issue #10288: URL: https://github.com/apache/airflow/issues/10288#issuecomment-671976103 Is this one anything of a priority? This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] mik-laj commented on a change in pull request #10267: Add Authentication for Stable API

2020-08-11 Thread GitBox
mik-laj commented on a change in pull request #10267: URL: https://github.com/apache/airflow/pull/10267#discussion_r468618657 ## File path: airflow/api_connexion/security.py ## @@ -0,0 +1,37 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[airflow] branch master updated (82f744b -> 422e3f1)

2020-08-11 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 82f744b Add type annotations to AwsGlueJobHook, RedshiftHook modules (#10286) add 422e3f1 Add

[GitHub] [airflow] mik-laj merged pull request #10267: Add Authentication for Stable API

2020-08-11 Thread GitBox
mik-laj merged pull request #10267: URL: https://github.com/apache/airflow/pull/10267 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] mik-laj commented on issue #10288: gcs_to_bigquery using deprecated methods

2020-08-11 Thread GitBox
mik-laj commented on issue #10288: URL: https://github.com/apache/airflow/issues/10288#issuecomment-671993341 @coopergillan I assigned you to this ticket. This is an automated message from the Apache Git Service. To

[airflow] branch master updated (422e3f1 -> 3c374a4)

2020-08-11 Thread dimberman
This is an automated email from the ASF dual-hosted git repository. dimberman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 422e3f1 Add Authentication for Stable API (#10267) add 3c374a4 Add reconcile_metadata to reconcile_pods

[GitHub] [airflow] dimberman merged pull request #10266: Add reconcile_metadata to reconcile_pods

2020-08-11 Thread GitBox
dimberman merged pull request #10266: URL: https://github.com/apache/airflow/pull/10266 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] mik-laj closed issue #9603: Add unit test for WasbTaskHandler

2020-08-11 Thread GitBox
mik-laj closed issue #9603: URL: https://github.com/apache/airflow/issues/9603 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] mik-laj merged pull request #10284: Add unittest for WasbTaskHandler

2020-08-11 Thread GitBox
mik-laj merged pull request #10284: URL: https://github.com/apache/airflow/pull/10284 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 (3c374a4 -> 0ee4375)

2020-08-11 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 3c374a4 Add reconcile_metadata to reconcile_pods (#10266) add 0ee4375 Add unittest for WasbTaskHandler

[airflow] branch master updated (3c374a4 -> 0ee4375)

2020-08-11 Thread kamilbregula
This is an automated email from the ASF dual-hosted git repository. kamilbregula pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git. from 3c374a4 Add reconcile_metadata to reconcile_pods (#10266) add 0ee4375 Add unittest for WasbTaskHandler

<    1   2   3   4