[jira] [Updated] (AIRFLOW-2185) OAuth2 based auth backends include query parameter in redirect_uri

2018-03-06 Thread Sam Schlegel (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Schlegel updated AIRFLOW-2185: -- Description: Both the Google OAuth2 and GHE authentication plugins include the `next_url` as

[jira] [Commented] (AIRFLOW-2185) OAuth2 based auth backends include query parameter in redirect_uri

2018-03-06 Thread Sam Schlegel (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388401#comment-16388401 ] Sam Schlegel commented on AIRFLOW-2185: --- Fix available in 

[jira] [Updated] (AIRFLOW-2185) OAuth2 based auth backends include query parameter in redirect_uri

2018-03-06 Thread Sam Schlegel (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Schlegel updated AIRFLOW-2185: -- Description: Both the Google OAuth2 and GHE authentication plugins include the `next_url` as

[jira] [Created] (AIRFLOW-2185) OAuth2 based auth backends include query parameter in redirect_uri

2018-03-06 Thread Sam Schlegel (JIRA)
Sam Schlegel created AIRFLOW-2185: - Summary: OAuth2 based auth backends include query parameter in redirect_uri Key: AIRFLOW-2185 URL: https://issues.apache.org/jira/browse/AIRFLOW-2185 Project:

[jira] [Updated] (AIRFLOW-2185) OAuth2 based auth backends include query parameter in redirect_uri

2018-03-06 Thread Sam Schlegel (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Schlegel updated AIRFLOW-2185: -- Description: Both the Google OAuth2 and GHE authentication plugins include the `next_url` as

[jira] [Commented] (AIRFLOW-2175) Failed to upgradedb 1.8.2 -> 1.9.0

2018-03-06 Thread Sam Schlegel (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388426#comment-16388426 ] Sam Schlegel commented on AIRFLOW-2175: --- We were also affected by this. Added a None check and a

[jira] [Work started] (AIRFLOW-2187) Fix Broken Travis CI due to [AIRFLOW-2123]

2018-03-06 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AIRFLOW-2187 started by Kaxil Naik. --- > Fix Broken Travis CI due to [AIRFLOW-2123] >

[jira] [Updated] (AIRFLOW-2186) Change the way logging is carried out in operators

2018-03-06 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik updated AIRFLOW-2186: Summary: Change the way logging is carried out in operators (was: Change the way logging is

[jira] [Created] (AIRFLOW-2187) Fix Broken Travis CI due to [AIRFLOW-2123]

2018-03-06 Thread Kaxil Naik (JIRA)
Kaxil Naik created AIRFLOW-2187: --- Summary: Fix Broken Travis CI due to [AIRFLOW-2123] Key: AIRFLOW-2187 URL: https://issues.apache.org/jira/browse/AIRFLOW-2187 Project: Apache Airflow Issue

[jira] [Created] (AIRFLOW-2186) Change the way logging is carried out in operats

2018-03-06 Thread Kaxil Naik (JIRA)
Kaxil Naik created AIRFLOW-2186: --- Summary: Change the way logging is carried out in operats Key: AIRFLOW-2186 URL: https://issues.apache.org/jira/browse/AIRFLOW-2186 Project: Apache Airflow

[2/2] incubator-airflow git commit: Merge pull request #3104 from samschlegel/AIRFLOW-2175

2018-03-06 Thread joygao
Merge pull request #3104 from samschlegel/AIRFLOW-2175 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/d2d2c255 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/d2d2c255 Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2175] Check that filepath is not None

2018-03-06 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master 9d5cc6ef5 -> d2d2c2557 [AIRFLOW-2175] Check that filepath is not None This handles the case where the fileloc no longer exists in the database Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Resolved] (AIRFLOW-2175) Failed to upgradedb 1.8.2 -> 1.9.0

2018-03-06 Thread Joy Gao (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joy Gao resolved AIRFLOW-2175. -- Resolution: Fixed Fix Version/s: 1.10.0 Issue resolved by pull request #3104

[jira] [Updated] (AIRFLOW-2183) Refactor DruidHook to able to issue arbitrary query to druid broker

2018-03-06 Thread Tao Feng (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tao Feng updated AIRFLOW-2183: -- Description: Currently the druidhook only maintains connection to overlord and is used solely for

[jira] [Resolved] (AIRFLOW-2187) Fix Broken Travis CI due to [AIRFLOW-2123]

2018-03-06 Thread Joy Gao (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joy Gao resolved AIRFLOW-2187. -- Resolution: Fixed Fix Version/s: 1.10.0 Issue resolved by pull request #3108

[2/2] incubator-airflow git commit: Merge pull request #3108 from kaxil/Airflow-2187

2018-03-06 Thread joygao
Merge pull request #3108 from kaxil/Airflow-2187 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/b6f9ba9c Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/b6f9ba9c Diff:

[1/2] incubator-airflow git commit: [AIRFLOW-2187] Fix Broken Travis CI due to AIRFLOW-2123

2018-03-06 Thread joygao
Repository: incubator-airflow Updated Branches: refs/heads/master d2d2c2557 -> b6f9ba9cc [AIRFLOW-2187] Fix Broken Travis CI due to AIRFLOW-2123 - Added the packages to ignore for Python 3 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

incubator-airflow git commit: [AIRFLOW-2168] Remote logging for Azure Blob Storage

2018-03-06 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 702190f70 -> 53b8ddd2a [AIRFLOW-2168] Remote logging for Azure Blob Storage add wasb_task_handler.py to enable remote logging on Azure Blob Storage. add file and read capabilities to wasb_hook to support wasb_task_handler

incubator-airflow git commit: [AIRFLOW-XXX] Add DocuTAP to list of users

2018-03-06 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 6344d1e1b -> 702190f70 [AIRFLOW-XXX] Add DocuTAP to list of users Closes #3098 from cloneluke/add_docutap Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Resolved] (AIRFLOW-2176) Change the way logging is carried out in BigQuery Get Data Operator

2018-03-06 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2176. --- Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request #3096

[jira] [Commented] (AIRFLOW-226) Create separate pip packages for webserver and hooks

2018-03-06 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16387534#comment-16387534 ] Ash Berlin-Taylor commented on AIRFLOW-226: --- Ah yeah, for hooks and (possibly) operators I can

[jira] [Resolved] (AIRFLOW-2168) Remote logging for Azure Blob Storage

2018-03-06 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2168. --- Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request #3095

incubator-airflow git commit: [AIRFLOW-2173] Don't check task IDs for concurrency reached check

2018-03-06 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 53b8ddd2a -> 9d5cc6ef5 [AIRFLOW-2173] Don't check task IDs for concurrency reached check Closes #3099 from aoen/ddavydov--ddavydov-- remove_unecessary_in_clause_in_dep_check Project:

[jira] [Resolved] (AIRFLOW-2173) Don't check task IDs for concurrency reached check

2018-03-06 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2173. --- Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request #3099

incubator-airflow git commit: [AIRFLOW-2177] Add mock test for GCS Download op

2018-03-06 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 976fd1245 -> 587a14b26 [AIRFLOW-2177] Add mock test for GCS Download op - Added mock test `GoogleCloudStorageDownloadOperatorTest` for `GoogleCloudStorageDownloadOperator` - Minor change in example for

[jira] [Updated] (AIRFLOW-2110) Enhance Http Hook to use a header in passed in the "extra" argument and add tenacity retry

2018-03-06 Thread Alberto Calderari (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alberto Calderari updated AIRFLOW-2110: --- Fix Version/s: (was: Airflow 2.0) Airflow 1.9.0 > Enhance

[jira] [Updated] (AIRFLOW-2110) Enhance Http Hook to use a header in passed in the "extra" argument and add tenacity retry

2018-03-06 Thread Ash Berlin-Taylor (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ash Berlin-Taylor updated AIRFLOW-2110: --- External issue URL: https://github.com/apache/incubator-airflow/pull/3071

[jira] [Commented] (AIRFLOW-2110) Enhance Http Hook to use a header in passed in the "extra" argument and add tenacity retry

2018-03-06 Thread Alberto Calderari (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16387654#comment-16387654 ] Alberto Calderari commented on AIRFLOW-2110: Waiting for the code to be reviewed > Enhance

incubator-airflow git commit: [AIRFLOW-2176] Change the way logging is carried out in BQ Get Data Operator

2018-03-06 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 587a14b26 -> 6344d1e1b [AIRFLOW-2176] Change the way logging is carried out in BQ Get Data Operator - Changed the way logging is implemented in `BigQueryGetDataOperator`. Changed `logging.info` to `self.log.info` Closes #3096

[jira] [Resolved] (AIRFLOW-2177) Add test for GCS download operator

2018-03-06 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2177. --- Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request #3097