incubator-airflow git commit: closes apache/incubator-airflow#3276 *Messed up PR - hundreds of old commits.*

2018-04-28 Thread sanand
Repository: incubator-airflow Updated Branches: refs/heads/master e9b74b68a -> e691acc11 closes apache/incubator-airflow#3276 *Messed up PR - hundreds of old commits.* Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Assigned] (AIRFLOW-2390) FlaskWTFDeprecationWarning: "flask_wtf.Form" has been renamed

2018-04-28 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik reassigned AIRFLOW-2390: --- Assignee: Kaxil Naik > FlaskWTFDeprecationWarning: "flask_wtf.Form" has been renamed >

[jira] [Commented] (AIRFLOW-2266) GCP integrations (gcp_api extras) cannot be installed from Python 3

2018-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457767#comment-16457767 ] ASF subversion and git services commented on AIRFLOW-2266: -- Commit

[jira] [Resolved] (AIRFLOW-2343) pip gcp_api dependency conflicts

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

[jira] [Commented] (AIRFLOW-2343) pip gcp_api dependency conflicts

2018-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457768#comment-16457768 ] ASF subversion and git services commented on AIRFLOW-2343: -- Commit

[jira] [Resolved] (AIRFLOW-2266) GCP integrations (gcp_api extras) cannot be installed from Python 3

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

incubator-airflow git commit: [AIRFLOW-2266][AIRFLOW-2343] Remove google-cloud-dataflow dependency

2018-04-28 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test 6ceec85e5 -> 8e4c36975 [AIRFLOW-2266][AIRFLOW-2343] Remove google-cloud-dataflow dependency This is caused due to the fact that the latest release (2.4) for apache-beam[gcp] is not available for Python 3.x. Also as we are

[jira] [Commented] (AIRFLOW-2266) GCP integrations (gcp_api extras) cannot be installed from Python 3

2018-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457765#comment-16457765 ] ASF subversion and git services commented on AIRFLOW-2266: -- Commit

incubator-airflow git commit: [AIRFLOW-2266][AIRFLOW-2343] Remove google-cloud-dataflow dependency

2018-04-28 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 5aa15868f -> e9b74b68a [AIRFLOW-2266][AIRFLOW-2343] Remove google-cloud-dataflow dependency This is caused due to the fact that the latest release (2.4) for apache-beam[gcp] is not available for Python 3.x. Also as we are using

[jira] [Commented] (AIRFLOW-2343) pip gcp_api dependency conflicts

2018-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457766#comment-16457766 ] ASF subversion and git services commented on AIRFLOW-2343: -- Commit

[jira] [Commented] (AIRFLOW-2370) Unable to script user account creation

2018-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457756#comment-16457756 ] ASF subversion and git services commented on AIRFLOW-2370: -- Commit

[jira] [Commented] (AIRFLOW-2370) Unable to script user account creation

2018-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457757#comment-16457757 ] ASF subversion and git services commented on AIRFLOW-2370: -- Commit

[jira] [Resolved] (AIRFLOW-2370) Unable to script user account creation

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

incubator-airflow git commit: [AIRFLOW-2370] Implement --use_random_password in create_user

2018-04-28 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test 143886209 -> 6ceec85e5 [AIRFLOW-2370] Implement --use_random_password in create_user Closes #3262 from wrp/passwords (cherry picked from commit 5aa15868fd9276d82df33f8fe2e4e3cfc7f4d60a) Signed-off-by: Fokko Driesprong

incubator-airflow git commit: [AIRFLOW-2370] Implement --use_random_password in create_user

2018-04-28 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 840930b4d -> 5aa15868f [AIRFLOW-2370] Implement --use_random_password in create_user Closes #3262 from wrp/passwords Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Resolved] (AIRFLOW-2348) GoogleCloudStorageToGoogleCloudStorageOperator copies full source path

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

[jira] [Commented] (AIRFLOW-2348) GoogleCloudStorageToGoogleCloudStorageOperator copies full source path

2018-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457751#comment-16457751 ] ASF subversion and git services commented on AIRFLOW-2348: -- Commit

[jira] [Assigned] (AIRFLOW-2348) GoogleCloudStorageToGoogleCloudStorageOperator copies full source path

2018-04-28 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong reassigned AIRFLOW-2348: - Assignee: Christos Soulios > GoogleCloudStorageToGoogleCloudStorageOperator

[jira] [Commented] (AIRFLOW-2348) GoogleCloudStorageToGoogleCloudStorageOperator copies full source path

2018-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457750#comment-16457750 ] ASF subversion and git services commented on AIRFLOW-2348: -- Commit

incubator-airflow git commit: [AIRFLOW-2348] Strip path prefix from the destination_object when source_object contains a wildcard[]

2018-04-28 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 3368f4258 -> 840930b4d [AIRFLOW-2348] Strip path prefix from the destination_object when source_object contains a wildcard[] Closes #3247 from csoulios/master Project:

incubator-airflow git commit: [AIRFLOW-2348] Strip path prefix from the destination_object when source_object contains a wildcard[]

2018-04-28 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test 9215cdd4c -> 143886209 [AIRFLOW-2348] Strip path prefix from the destination_object when source_object contains a wildcard[] Closes #3247 from csoulios/master (cherry picked from commit

[jira] [Resolved] (AIRFLOW-2384) Flask 0.12.3+ breaks Airflow webserver

2018-04-28 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2384. --- Resolution: Fixed Assignee: Fokko Driesprong > Flask 0.12.3+ breaks Airflow

[jira] [Commented] (AIRFLOW-2391) Fix Flask version

2018-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457740#comment-16457740 ] ASF subversion and git services commented on AIRFLOW-2391: -- Commit

[jira] [Resolved] (AIRFLOW-2391) Fix Flask version

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

incubator-airflow git commit: [AIRFLOW-2391] Fix to Flask 0.12.2

2018-04-28 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 67c0099e9 -> 3368f4258 [AIRFLOW-2391] Fix to Flask 0.12.2 Flask 0.12.3 has issues with Airflow and needs to be fixed. Therefore lock the version to 0.12.2. Closes #3277 from Fokko/fd-fix-master-ci Project:

[jira] [Commented] (AIRFLOW-2391) Fix Flask version

2018-04-28 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457739#comment-16457739 ] ASF subversion and git services commented on AIRFLOW-2391: -- Commit

incubator-airflow git commit: [AIRFLOW-2391] Fix to Flask 0.12.2

2018-04-28 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/v1-10-test 4d64ad492 -> 9215cdd4c [AIRFLOW-2391] Fix to Flask 0.12.2 Flask 0.12.3 has issues with Airflow and needs to be fixed. Therefore lock the version to 0.12.2. Closes #3277 from Fokko/fd-fix-master-ci (cherry picked from

[jira] [Commented] (AIRFLOW-2391) Fix Flask version

2018-04-28 Thread Taylor Edmiston (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457716#comment-16457716 ] Taylor Edmiston commented on AIRFLOW-2391: -- Hey [~Fokko] - As of a few days ago, Flask 1.0 is

[jira] [Assigned] (AIRFLOW-2391) Fix Flask version

2018-04-28 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong reassigned AIRFLOW-2391: - Assignee: Fokko Driesprong > Fix Flask version > - > >

[jira] [Created] (AIRFLOW-2391) Fix Flask version

2018-04-28 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created AIRFLOW-2391: - Summary: Fix Flask version Key: AIRFLOW-2391 URL: https://issues.apache.org/jira/browse/AIRFLOW-2391 Project: Apache Airflow Issue Type:

[jira] [Commented] (AIRFLOW-2390) FlaskWTFDeprecationWarning: "flask_wtf.Form" has been renamed

2018-04-28 Thread Chris Bandy (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16457664#comment-16457664 ] Chris Bandy commented on AIRFLOW-2390: -- If I understand correctly, this can be remedied by renaming

[jira] [Created] (AIRFLOW-2390) FlaskWTFDeprecationWarning: "flask_wtf.Form" has been renamed

2018-04-28 Thread Chris Bandy (JIRA)
Chris Bandy created AIRFLOW-2390: Summary: FlaskWTFDeprecationWarning: "flask_wtf.Form" has been renamed Key: AIRFLOW-2390 URL: https://issues.apache.org/jira/browse/AIRFLOW-2390 Project: Apache

[jira] [Created] (AIRFLOW-2389) Create a pinot db api hook

2018-04-28 Thread Tao Feng (JIRA)
Tao Feng created AIRFLOW-2389: - Summary: Create a pinot db api hook Key: AIRFLOW-2389 URL: https://issues.apache.org/jira/browse/AIRFLOW-2389 Project: Apache Airflow Issue Type: Improvement