[jira] [Updated] (AIRFLOW-7054) Add --reset-db option to Breeze

2020-03-13 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk updated AIRFLOW-7054: -- Component/s: (was: ci) breeze > Add --reset-db option to Breeze >

[jira] [Created] (AIRFLOW-7054) Add --reset-db option to Breeze

2020-03-13 Thread Jarek Potiuk (Jira)
Jarek Potiuk created AIRFLOW-7054: - Summary: Add --reset-db option to Breeze Key: AIRFLOW-7054 URL: https://issues.apache.org/jira/browse/AIRFLOW-7054 Project: Apache Airflow Issue Type:

[GitHub] [airflow] potiuk opened a new pull request #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry

2020-03-13 Thread GitBox
potiuk opened a new pull request #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry URL: https://github.com/apache/airflow/pull/7710 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below

[jira] [Commented] (AIRFLOW-7054) Add --reset-db option to Breeze

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058474#comment-17058474 ] ASF GitHub Bot commented on AIRFLOW-7054: - potiuk commented on pull request #7710:

[GitHub] [airflow] dstandish edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-13 Thread GitBox
dstandish edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-598589810 update: i made two enhancements 1. the backend config is now passed directly to class init, e.g.:

[GitHub] [airflow] dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-13 Thread GitBox
dstandish commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-598589810 update: i made two changes 1. the backend config is now passed directly to class init, e.g.:

[jira] [Created] (AIRFLOW-7055) Add verbose/HTTP logging option in GCP

2020-03-13 Thread Jarek Potiuk (Jira)
Jarek Potiuk created AIRFLOW-7055: - Summary: Add verbose/HTTP logging option in GCP Key: AIRFLOW-7055 URL: https://issues.apache.org/jira/browse/AIRFLOW-7055 Project: Apache Airflow Issue

[GitHub] [airflow] potiuk opened a new pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
potiuk opened a new pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711 --- 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-7055) Add verbose/HTTP logging option in GCP

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058486#comment-17058486 ] ASF GitHub Bot commented on AIRFLOW-7055: - potiuk commented on pull request #7711:

[GitHub] [airflow] taxpon commented on issue #6489: [AIRFLOW-3959] [AIRFLOW-4026] Add filter by DAG tags

2020-03-13 Thread GitBox
taxpon commented on issue #6489: [AIRFLOW-3959] [AIRFLOW-4026] Add filter by DAG tags URL: https://github.com/apache/airflow/pull/6489#issuecomment-598594854 Do you have any reason this great feature is limited to RBAC enabled airflow in 1.10.9? I just want to use this feature, but we

[GitHub] [airflow] potiuk commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-13 Thread GitBox
potiuk commented on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-598596576 @kaxil -> can you also take a look if it looks good. I think actually it's a good candidate to cherry-pick to 1.10.10 :)

[GitHub] [airflow] codecov-io edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-544833958 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6376?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-544833958 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6376?src=pr=h1) Report > Merging

[GitHub] [airflow] kaxil commented on issue #6489: [AIRFLOW-3959] [AIRFLOW-4026] Add filter by DAG tags

2020-03-13 Thread GitBox
kaxil commented on issue #6489: [AIRFLOW-3959] [AIRFLOW-4026] Add filter by DAG tags URL: https://github.com/apache/airflow/pull/6489#issuecomment-598636858 > Do you have any reason this great feature is limited to RBAC enabled airflow in 1.10.9? I just want to use this feature, but we

[GitHub] [airflow] ashb commented on issue #7569: [AIRFLOW-6945] mysql 5 7 in airflow 1.10

2020-03-13 Thread GitBox
ashb commented on issue #7569: [AIRFLOW-6945] mysql 5 7 in airflow 1.10 URL: https://github.com/apache/airflow/pull/7569#issuecomment-598709149 H is this "safe" to change the version requirement/what we test against in 1.10?

[jira] [Updated] (AIRFLOW-7057) GkePodOperator.execute() does not return result of KubernetesPodOperator

2020-03-13 Thread Bastiaan Bakker (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bastiaan Bakker updated AIRFLOW-7057: - Summary: GkePodOperator.execute() does not return result of KubernetesPodOperator

[jira] [Resolved] (AIRFLOW-6724) Add Google Analytics 360 Accounts Retrieve Operator

2020-03-13 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-6724. --- Fix Version/s: 2.0.0 Resolution: Fixed > Add Google Analytics 360 Accounts Retrieve

[jira] [Commented] (AIRFLOW-6724) Add Google Analytics 360 Accounts Retrieve Operator

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058675#comment-17058675 ] ASF GitHub Bot commented on AIRFLOW-6724: - potiuk commented on pull request #7630:

[GitHub] [airflow] codecov-io edited a comment on issue #7217: [AIRFLOW-5946] Store source code in db

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7217: [AIRFLOW-5946] Store source code in db URL: https://github.com/apache/airflow/pull/7217#issuecomment-579802747 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7217?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry URL: https://github.com/apache/airflow/pull/7710#issuecomment-598694616 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7710?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7217: [AIRFLOW-5946] Store source code in db

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7217: [AIRFLOW-5946] Store source code in db URL: https://github.com/apache/airflow/pull/7217#issuecomment-579802747 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7217?src=pr=h1) Report > Merging

[GitHub] [airflow] potiuk commented on issue #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
potiuk commented on issue #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#issuecomment-598695291 And we have more and more provider-specific stuff in providers, which is a good sign for AIP-8

[GitHub] [airflow] potiuk commented on issue #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
potiuk commented on issue #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#issuecomment-598695111 I think I got it correctly now :) This is an automated

[GitHub] [airflow] ashb commented on a change in pull request #7644: [AIRFLOW-7003] Lazy load all plguins

2020-03-13 Thread GitBox
ashb commented on a change in pull request #7644: [AIRFLOW-7003] Lazy load all plguins URL: https://github.com/apache/airflow/pull/7644#discussion_r392208874 ## File path: airflow/serialization/serialized_objects.py ## @@ -326,14 +326,15 @@ def serialize_operator(cls, op:

[jira] [Commented] (AIRFLOW-5334) After Airflow upgrade to 1.10.3 in the gcs to bq operator it is mandatory to specify either autodetect or schema paramaters

2020-03-13 Thread Benedetto Vitale (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058511#comment-17058511 ] Benedetto Vitale commented on AIRFLOW-5334: --- I do not and it is fine but because of that

[jira] [Comment Edited] (AIRFLOW-5334) After Airflow upgrade to 1.10.3 in the gcs to bq operator it is mandatory to specify either autodetect or schema paramaters

2020-03-13 Thread Benedetto Vitale (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058511#comment-17058511 ] Benedetto Vitale edited comment on AIRFLOW-5334 at 3/13/20, 8:34 AM:

[jira] [Resolved] (AIRFLOW-6975) Base AWSHook AssumeRoleWithSAML

2020-03-13 Thread Tomasz Urbaszek (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomasz Urbaszek resolved AIRFLOW-6975. -- Fix Version/s: 2.0.0 Resolution: Done > Base AWSHook AssumeRoleWithSAML >

[GitHub] [airflow] yuqian90 commented on a change in pull request #7464: [AIRFLOW-4453] Make behavior of `none_failed` consistent with documentation

2020-03-13 Thread GitBox
yuqian90 commented on a change in pull request #7464: [AIRFLOW-4453] Make behavior of `none_failed` consistent with documentation URL: https://github.com/apache/airflow/pull/7464#discussion_r392107927 ## File path: airflow/operators/python.py ## @@ -167,6 +167,34 @@ def

[GitHub] [airflow] potiuk opened a new pull request #7712: [AIRFLOW-7056] Selective backport packages build

2020-03-13 Thread GitBox
potiuk opened a new pull request #7712: [AIRFLOW-7056] Selective backport packages build URL: https://github.com/apache/airflow/pull/7712 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to mark the boxes below before creating

[jira] [Commented] (AIRFLOW-7056) Backport packages might be prepared selectively

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058584#comment-17058584 ] ASF GitHub Bot commented on AIRFLOW-7056: - potiuk commented on pull request #7712:

[GitHub] [airflow] codecov-io commented on issue #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry

2020-03-13 Thread GitBox
codecov-io commented on issue #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry URL: https://github.com/apache/airflow/pull/7710#issuecomment-598694616 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7710?src=pr=h1) Report > Merging

[GitHub] [airflow] ashb commented on issue #7407: [AIRFLOW-6786] Add KafkaConsumerHook, KafkaProduerHook and KafkaSensor

2020-03-13 Thread GitBox
ashb commented on issue #7407: [AIRFLOW-6786] Add KafkaConsumerHook, KafkaProduerHook and KafkaSensor URL: https://github.com/apache/airflow/pull/7407#issuecomment-598710287 > @dferguson992 I've force pushed this branch to update the format/add the emails. > > I couldn't see where

[GitHub] [airflow] codecov-io edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-544833958 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6376?src=pr=h1) Report > Merging

[GitHub] [airflow] kaxil commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
kaxil commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#discussion_r392131085 ## File path: airflow/providers/__init__.py ## @@ -14,3 +14,16 @@ # KIND, either express or

[jira] [Commented] (AIRFLOW-7056) Backport packages might be prepared selectively

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058653#comment-17058653 ] ASF GitHub Bot commented on AIRFLOW-7056: - potiuk commented on pull request #7712:

[GitHub] [airflow] potiuk merged pull request #7712: [AIRFLOW-7056] Selective backport packages build

2020-03-13 Thread GitBox
potiuk merged pull request #7712: [AIRFLOW-7056] Selective backport packages build URL: https://github.com/apache/airflow/pull/7712 This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Resolved] (AIRFLOW-7056) Backport packages might be prepared selectively

2020-03-13 Thread Jarek Potiuk (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Potiuk resolved AIRFLOW-7056. --- Fix Version/s: 2.0.0 Resolution: Fixed > Backport packages might be prepared

[GitHub] [airflow] aaronfowles opened a new pull request #7713: [AIRFLOW-7044] Add ability to specify host_key in connections extras for SSH

2020-03-13 Thread GitBox
aaronfowles opened a new pull request #7713: [AIRFLOW-7044] Add ability to specify host_key in connections extras for SSH URL: https://github.com/apache/airflow/pull/7713 --- Issue link: WILL BE INSERTED BY [boring-cyborg](https://github.com/kaxil/boring-cyborg) Make sure to

[jira] [Created] (AIRFLOW-7057) GkePodOperator.execute() does not return result of KubernetesPoder

2020-03-13 Thread Bastiaan Bakker (Jira)
Bastiaan Bakker created AIRFLOW-7057: Summary: GkePodOperator.execute() does not return result of KubernetesPoder Key: AIRFLOW-7057 URL: https://issues.apache.org/jira/browse/AIRFLOW-7057

[GitHub] [airflow] codecov-io edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-544833958 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6376?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-544833958 # [Codecov](https://codecov.io/gh/apache/airflow/pull/6376?src=pr=h1) Report > Merging

[GitHub] [airflow] blcksrx commented on a change in pull request #7707: [AIRFLOW-7051] Implement Vertica Hook Tests

2020-03-13 Thread GitBox
blcksrx commented on a change in pull request #7707: [AIRFLOW-7051] Implement Vertica Hook Tests URL: https://github.com/apache/airflow/pull/7707#discussion_r392116356 ## File path: tests/providers/vertica/hooks/test_vertica.py ## @@ -0,0 +1,114 @@ +# +# Licensed to the

[GitHub] [airflow] dstandish edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM

2020-03-13 Thread GitBox
dstandish edited a comment on issue #6376: [AIRFLOW-5705] Add secrets backend and support for AWS SSM URL: https://github.com/apache/airflow/pull/6376#issuecomment-598589810 update: i made two enhancements 1. the backend config is now passed directly to class init, e.g.

[GitHub] [airflow] potiuk commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
potiuk commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#discussion_r392141980 ## File path: airflow/providers/__init__.py ## @@ -14,3 +14,16 @@ # KIND, either express

[GitHub] [airflow] potiuk commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
potiuk commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#discussion_r392141394 ## File path: airflow/providers/__init__.py ## @@ -14,3 +14,16 @@ # KIND, either express

[GitHub] [airflow] potiuk commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
potiuk commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#discussion_r392141541 ## File path: airflow/providers/__init__.py ## @@ -14,3 +14,16 @@ # KIND, either express

[GitHub] [airflow] codecov-io edited a comment on issue #7712: [AIRFLOW-7056] Selective backport packages build

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7712: [AIRFLOW-7056] Selective backport packages build URL: https://github.com/apache/airflow/pull/7712#issuecomment-598678273 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7712?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7712: [AIRFLOW-7056] Selective backport packages build

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7712: [AIRFLOW-7056] Selective backport packages build URL: https://github.com/apache/airflow/pull/7712#issuecomment-598678273 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7712?src=pr=h1) Report > Merging

[GitHub] [airflow] michalslowikowski00 commented on a change in pull request #7630: [AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator

2020-03-13 Thread GitBox
michalslowikowski00 commented on a change in pull request #7630: [AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator URL: https://github.com/apache/airflow/pull/7630#discussion_r392187313 ## File path: airflow/providers/google/marketing_platform/hooks/analytics.py

[GitHub] [airflow] ashb commented on issue #7644: [AIRFLOW-7003] Lazy load all plguins

2020-03-13 Thread GitBox
ashb commented on issue #7644: [AIRFLOW-7003] Lazy load all plguins URL: https://github.com/apache/airflow/pull/7644#issuecomment-598706095 > > What about airflow task run or similar? > >

[GitHub] [airflow] kaxil commented on issue #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry

2020-03-13 Thread GitBox
kaxil commented on issue #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry URL: https://github.com/apache/airflow/pull/7710#issuecomment-598634820 CI Fails with: ``` /opt/airflow/scripts/ci/in_container/check_environment.sh: line 203: DB_RESET: unbound variable

[jira] [Created] (AIRFLOW-7056) Backport packages might be prepared selectively

2020-03-13 Thread Jarek Potiuk (Jira)
Jarek Potiuk created AIRFLOW-7056: - Summary: Backport packages might be prepared selectively Key: AIRFLOW-7056 URL: https://issues.apache.org/jira/browse/AIRFLOW-7056 Project: Apache Airflow

[GitHub] [airflow] potiuk merged pull request #7630: [AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator

2020-03-13 Thread GitBox
potiuk merged pull request #7630: [AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator URL: https://github.com/apache/airflow/pull/7630 This is an automated message from the Apache Git Service. To respond to

[GitHub] [airflow] dferguson992 commented on issue #7407: [AIRFLOW-6786] Add KafkaConsumerHook, KafkaProduerHook and KafkaSensor

2020-03-13 Thread GitBox
dferguson992 commented on issue #7407: [AIRFLOW-6786] Add KafkaConsumerHook, KafkaProduerHook and KafkaSensor URL: https://github.com/apache/airflow/pull/7407#issuecomment-598728913 @ashb I got that co-author by mistake. on the original PR, that user was the last to comment on it. but i

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #7707: [AIRFLOW-7051] Implement Vertica Hook Tests

2020-03-13 Thread GitBox
nuclearpinguin commented on a change in pull request #7707: [AIRFLOW-7051] Implement Vertica Hook Tests URL: https://github.com/apache/airflow/pull/7707#discussion_r392105156 ## File path: tests/providers/vertica/hooks/test_vertica.py ## @@ -0,0 +1,114 @@ +# +# Licensed

[GitHub] [airflow] kaxil commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
kaxil commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#discussion_r392130777 ## File path: airflow/providers/__init__.py ## @@ -14,3 +14,16 @@ # KIND, either express or

[GitHub] [airflow] potiuk commented on issue #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry

2020-03-13 Thread GitBox
potiuk commented on issue #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry URL: https://github.com/apache/airflow/pull/7710#issuecomment-598659128 > CI Fails with: > > ``` > /opt/airflow/scripts/ci/in_container/check_environment.sh: line 203: DB_RESET: unbound

[jira] [Resolved] (AIRFLOW-6989) Store UnRenderedTemplateFields in SerializedDag table

2020-03-13 Thread Kaxil Naik (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-6989. - Fix Version/s: (was: 2.0.0) Resolution: Fixed > Store UnRenderedTemplateFields in

[GitHub] [airflow] potiuk commented on issue #7633: [AIRFLOW-6989] Display Rendered template_fields without accessing Dagfiles

2020-03-13 Thread GitBox
potiuk commented on issue #7633: [AIRFLOW-6989] Display Rendered template_fields without accessing Dagfiles URL: https://github.com/apache/airflow/pull/7633#issuecomment-598681772 Whoa! :tada: This is an automated message

[GitHub] [airflow] peter-volkov commented on issue #7712: [AIRFLOW-7056] Selective backport packages build

2020-03-13 Thread GitBox
peter-volkov commented on issue #7712: [AIRFLOW-7056] Selective backport packages build URL: https://github.com/apache/airflow/pull/7712#issuecomment-598707992 Maybe you should also add bowler module as a dependence? I had to install it manually.

[jira] [Updated] (AIRFLOW-6786) Adding KafkaConsumerHook, KafkaProducerHook, and KafkaSensor

2020-03-13 Thread Daniel Ferguson (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Ferguson updated AIRFLOW-6786: - Description: Add the KafkaProducerHook. Add the KafkaConsumerHook. Add the

[GitHub] [airflow] zhongjiajie commented on issue #7709: [AIRFLOW-7053] Fix success/failed error in graph without dagrun

2020-03-13 Thread GitBox
zhongjiajie commented on issue #7709: [AIRFLOW-7053] Fix success/failed error in graph without dagrun URL: https://github.com/apache/airflow/pull/7709#issuecomment-598599931 I forgot about it, the screenshot compare with before and after **BEFORE**

[GitHub] [airflow] zhongjiajie commented on issue #7683: [AIRFLOW-7033] Change dag and task state meanwhile

2020-03-13 Thread GitBox
zhongjiajie commented on issue #7683: [AIRFLOW-7033] Change dag and task state meanwhile URL: https://github.com/apache/airflow/pull/7683#issuecomment-598619366 @kaxil @potiuk @mik-laj @nuclearpinguin PTAL. Just ignore the conflict, will fix it after review.

[jira] [Commented] (AIRFLOW-6989) Store UnRenderedTemplateFields in SerializedDag table

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058643#comment-17058643 ] ASF GitHub Bot commented on AIRFLOW-6989: - kaxil commented on pull request #7633:

[GitHub] [airflow] codecov-io edited a comment on issue #7630: [AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7630: [AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator URL: https://github.com/apache/airflow/pull/7630#issuecomment-596135065 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7630?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7630: [AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7630: [AIRFLOW-6724] Add Google Analytics 360 Accounts Retrieve Operator URL: https://github.com/apache/airflow/pull/7630#issuecomment-596135065 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7630?src=pr=h1) Report > Merging

[GitHub] [airflow] ashb commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db

2020-03-13 Thread GitBox
ashb commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db URL: https://github.com/apache/airflow/pull/7217#discussion_r392169180 ## File path: airflow/config_templates/config.yml ## @@ -335,6 +335,15 @@ type: string example: ~

[GitHub] [airflow] kaxil merged pull request #7633: [AIRFLOW-6989] Display Rendered template_fields without accessing Dagfiles

2020-03-13 Thread GitBox
kaxil merged pull request #7633: [AIRFLOW-6989] Display Rendered template_fields without accessing Dagfiles URL: https://github.com/apache/airflow/pull/7633 This is an automated message from the Apache Git Service. To

[GitHub] [airflow] ashb commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db

2020-03-13 Thread GitBox
ashb commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db URL: https://github.com/apache/airflow/pull/7217#discussion_r392170192 ## File path: airflow/config_templates/config.yml ## @@ -335,6 +335,15 @@ type: string example: ~

[GitHub] [airflow] codecov-io edited a comment on issue #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry URL: https://github.com/apache/airflow/pull/7710#issuecomment-598694616 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7710?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7217: [AIRFLOW-5946] Store source code in db

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7217: [AIRFLOW-5946] Store source code in db URL: https://github.com/apache/airflow/pull/7217#issuecomment-579802747 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7217?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7217: [AIRFLOW-5946] Store source code in db

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7217: [AIRFLOW-5946] Store source code in db URL: https://github.com/apache/airflow/pull/7217#issuecomment-579802747 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7217?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7217: [AIRFLOW-5946] Store source code in db

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7217: [AIRFLOW-5946] Store source code in db URL: https://github.com/apache/airflow/pull/7217#issuecomment-579802747 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7217?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io edited a comment on issue #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#issuecomment-598711733 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7711?src=pr=h1) Report > Merging

[GitHub] [airflow] codecov-io commented on issue #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
codecov-io commented on issue #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#issuecomment-598711733 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7711?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-6975) Base AWSHook AssumeRoleWithSAML

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-6975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058538#comment-17058538 ] ASF GitHub Bot commented on AIRFLOW-6975: - nuclearpinguin commented on pull request #7619:

[GitHub] [airflow] nuclearpinguin merged pull request #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML

2020-03-13 Thread GitBox
nuclearpinguin merged pull request #7619: [AIRFLOW-6975] Base AWSHook AssumeRoleWithSAML URL: https://github.com/apache/airflow/pull/7619 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [airflow] codecov-io commented on issue #7712: [AIRFLOW-7056] Selective backport packages build

2020-03-13 Thread GitBox
codecov-io commented on issue #7712: [AIRFLOW-7056] Selective backport packages build URL: https://github.com/apache/airflow/pull/7712#issuecomment-598678273 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7712?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-7044) SSH connection (and hook) should support public host_key usage

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058699#comment-17058699 ] ASF GitHub Bot commented on AIRFLOW-7044: - aaronfowles commented on pull request #7713:

[jira] [Commented] (AIRFLOW-7044) SSH connection (and hook) should support public host_key usage

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058750#comment-17058750 ] ASF GitHub Bot commented on AIRFLOW-7044: - aaronfowles commented on pull request #7714:

[GitHub] [airflow] aaronfowles opened a new pull request #7714: [AIRFLOW-7044] Add host_key option to SSH connection extras

2020-03-13 Thread GitBox
aaronfowles opened a new pull request #7714: [AIRFLOW-7044] Add host_key option to SSH connection extras URL: https://github.com/apache/airflow/pull/7714 This PR adds a new option in the SSH connection extras where you can specify base64 ssh-rsa public key of a host. The SSHHook

[jira] [Commented] (AIRFLOW-7044) SSH connection (and hook) should support public host_key usage

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058747#comment-17058747 ] ASF GitHub Bot commented on AIRFLOW-7044: - aaronfowles commented on pull request #7713:

[GitHub] [airflow] potiuk commented on issue #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
potiuk commented on issue #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#issuecomment-598741182 All good now. It works like a charm @mik-laj @kaxil -> (thanks @mik-laj for the "email version" of it ).

[jira] [Resolved] (AIRFLOW-7003) Lazy load all plguins

2020-03-13 Thread Kamil Bregula (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kamil Bregula resolved AIRFLOW-7003. Fix Version/s: 2.0.0 Resolution: Fixed > Lazy load all plguins >

[GitHub] [airflow] potiuk commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
potiuk commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#discussion_r392357581 ## File path: airflow/providers/google/__init__.py ## @@ -14,3 +14,19 @@ # KIND, either

[GitHub] [airflow] mik-laj commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
mik-laj commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#discussion_r392372768 ## File path: airflow/providers/google/__init__.py ## @@ -14,3 +14,19 @@ # KIND, either

[GitHub] [airflow] anitakar commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db

2020-03-13 Thread GitBox
anitakar commented on a change in pull request #7217: [AIRFLOW-5946] Store source code in db URL: https://github.com/apache/airflow/pull/7217#discussion_r392266491 ## File path: airflow/config_templates/config.yml ## @@ -335,6 +335,15 @@ type: string

[GitHub] [airflow] potiuk commented on issue #7712: [AIRFLOW-7056] Selective backport packages build

2020-03-13 Thread GitBox
potiuk commented on issue #7712: [AIRFLOW-7056] Selective backport packages build URL: https://github.com/apache/airflow/pull/7712#issuecomment-598759734 Why not :). Maybe a PR with that :) ? This is an automated message

[GitHub] [airflow] codecov-io edited a comment on issue #7217: [AIRFLOW-5946] Store source code in db

2020-03-13 Thread GitBox
codecov-io edited a comment on issue #7217: [AIRFLOW-5946] Store source code in db URL: https://github.com/apache/airflow/pull/7217#issuecomment-579802747 # [Codecov](https://codecov.io/gh/apache/airflow/pull/7217?src=pr=h1) Report > Merging

[jira] [Commented] (AIRFLOW-5946) Store & Read code from DB for Code View

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-5946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058884#comment-17058884 ] ASF GitHub Bot commented on AIRFLOW-5946: - kaxil commented on pull request #7217:

[jira] [Commented] (AIRFLOW-7003) Lazy load all plguins

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058889#comment-17058889 ] ASF GitHub Bot commented on AIRFLOW-7003: - mik-laj commented on pull request #7644:

[GitHub] [airflow] mik-laj merged pull request #7644: [AIRFLOW-7003] Lazy load all plguins

2020-03-13 Thread GitBox
mik-laj merged pull request #7644: [AIRFLOW-7003] Lazy load all plguins URL: https://github.com/apache/airflow/pull/7644 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 a change in pull request #7678: [AIRFLOW-7029] Use separate docker image for running license check

2020-03-13 Thread GitBox
mik-laj commented on a change in pull request #7678: [AIRFLOW-7029] Use separate docker image for running license check URL: https://github.com/apache/airflow/pull/7678#discussion_r392342062 ## File path: scripts/ci/ci_check_license.sh ## @@ -22,21 +22,39 @@ export

[jira] [Created] (AIRFLOW-7058) Add support for DB versions in CI

2020-03-13 Thread Jarek Potiuk (Jira)
Jarek Potiuk created AIRFLOW-7058: - Summary: Add support for DB versions in CI Key: AIRFLOW-7058 URL: https://issues.apache.org/jira/browse/AIRFLOW-7058 Project: Apache Airflow Issue Type:

[jira] [Commented] (AIRFLOW-7054) Add --reset-db option to Breeze

2020-03-13 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/AIRFLOW-7054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17058821#comment-17058821 ] ASF GitHub Bot commented on AIRFLOW-7054: - potiuk commented on pull request #7710:

[GitHub] [airflow] kaxil opened a new pull request #7715: [AIRFLOW-XXXX] Update temp link to a fixed link

2020-03-13 Thread GitBox
kaxil opened a new pull request #7715: [AIRFLOW-] Update temp link to a fixed link URL: https://github.com/apache/airflow/pull/7715 http://airflow.apache.org/docs/stable/dag-serialization.html#limitations will be replaced when we have a new version. So

[jira] [Created] (AIRFLOW-7059) Pass hive_conf to get_pandas_df in HiveServer2Hook

2020-03-13 Thread Ping Zhang (Jira)
Ping Zhang created AIRFLOW-7059: --- Summary: Pass hive_conf to get_pandas_df in HiveServer2Hook Key: AIRFLOW-7059 URL: https://issues.apache.org/jira/browse/AIRFLOW-7059 Project: Apache Airflow

[GitHub] [airflow] potiuk commented on issue #7717: [AIRFLOW-7058] Add support for different DB versions

2020-03-13 Thread GitBox
potiuk commented on issue #7717: [AIRFLOW-7058] Add support for different DB versions URL: https://github.com/apache/airflow/pull/7717#issuecomment-598846982 Let's see if it works with MySQL 8 :) This is an automated message

[GitHub] [airflow] potiuk commented on issue #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry

2020-03-13 Thread GitBox
potiuk commented on issue #7710: [AIRFLOW-7054] Breeze has an option now to reset db at entry URL: https://github.com/apache/airflow/pull/7710#issuecomment-598745981 I forgot to add help explanation. Added now. This is an

[GitHub] [airflow] mik-laj commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider

2020-03-13 Thread GitBox
mik-laj commented on a change in pull request #7711: [AIRFLOW-7055] Verbose logging option for google provider URL: https://github.com/apache/airflow/pull/7711#discussion_r392341080 ## File path: airflow/providers/google/__init__.py ## @@ -14,3 +14,19 @@ # KIND, either

  1   2   >