[jira] [Created] (AIRFLOW-2606) Test needed to ensure database schema always match SQLAlchemy models

2018-06-12 Thread Joy Gao (JIRA)
Joy Gao created AIRFLOW-2606: Summary: Test needed to ensure database schema always match SQLAlchemy models Key: AIRFLOW-2606 URL: https://issues.apache.org/jira/browse/AIRFLOW-2606 Project: Apache Airflo

[jira] [Created] (AIRFLOW-2605) MySqlHook().run() will not commit if autocommit is set to True.

2018-06-12 Thread Kevin Yang (JIRA)
Kevin Yang created AIRFLOW-2605: --- Summary: MySqlHook().run() will not commit if autocommit is set to True. Key: AIRFLOW-2605 URL: https://issues.apache.org/jira/browse/AIRFLOW-2605 Project: Apache Airfl

[jira] [Created] (AIRFLOW-2604) dag_id, task_id, execution_date in dag_fail should be indexed

2018-06-12 Thread Joy Gao (JIRA)
Joy Gao created AIRFLOW-2604: Summary: dag_id, task_id, execution_date in dag_fail should be indexed Key: AIRFLOW-2604 URL: https://issues.apache.org/jira/browse/AIRFLOW-2604 Project: Apache Airflow

[jira] [Closed] (AIRFLOW-2414) Fix RBAC log display

2018-06-12 Thread Joy Gao (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joy Gao closed AIRFLOW-2414. Resolution: Fixed > Fix RBAC log display > > > Key: AIRFLOW-2414 >

[jira] [Commented] (AIRFLOW-2414) Fix RBAC log display

2018-06-12 Thread Joy Gao (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510358#comment-16510358 ] Joy Gao commented on AIRFLOW-2414: -- A fix for this was merged recently: [https://gith

[jira] [Resolved] (AIRFLOW-2512) GoogleCloudBaseHook using deprecated oauth2client

2018-06-12 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-2512. - Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request #3488 [https://git

[jira] [Commented] (AIRFLOW-2512) GoogleCloudBaseHook using deprecated oauth2client

2018-06-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510350#comment-16510350 ] ASF subversion and git services commented on AIRFLOW-2512: -- Co

[jira] [Resolved] (AIRFLOW-2522) Cannot use GOOGLE_APPLICATION_CREDENTIALS to authenticate for GCP connections

2018-06-12 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-2522. - Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request #3488 [https://git

[jira] [Commented] (AIRFLOW-2522) Cannot use GOOGLE_APPLICATION_CREDENTIALS to authenticate for GCP connections

2018-06-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510351#comment-16510351 ] ASF subversion and git services commented on AIRFLOW-2522: -- Co

incubator-airflow git commit: [AIRFLOW-2512][AIRFLOW-2522] Use google-auth instead of oauth2client

2018-06-12 Thread kaxilnaik
Repository: incubator-airflow Updated Branches: refs/heads/master cff8318b9 -> 0f4d681f6 [AIRFLOW-2512][AIRFLOW-2522] Use google-auth instead of oauth2client * Updates the GCP hooks to use the google-auth library and removes dependencies on the deprecated oauth2client package. * Removes inco

[jira] [Commented] (AIRFLOW-2602) Show failed attempts in Gantt view

2018-06-12 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510307#comment-16510307 ] Stefan Seelmann commented on AIRFLOW-2602: -- Screenshot of Gantt view with fail

[jira] [Updated] (AIRFLOW-2602) Show failed attempts in Gantt view

2018-06-12 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann updated AIRFLOW-2602: - Description: The Gantt view only shows the last attempt (successful or failed). It woul

[jira] [Commented] (AIRFLOW-2414) Fix RBAC log display

2018-06-12 Thread kunal gupta (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510306#comment-16510306 ] kunal gupta commented on AIRFLOW-2414: -- I don't think it is related to subdags, i

[jira] [Updated] (AIRFLOW-2602) Show failed attempts in Gantt view

2018-06-12 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Seelmann updated AIRFLOW-2602: - Attachment: Screenshot_2018-06-13_00-13-21.png > Show failed attempts in Gantt view > -

[jira] [Commented] (AIRFLOW-1104) Concurrency check in scheduler should count queued tasks as well as running

2018-06-12 Thread Dan Fowler (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510304#comment-16510304 ] Dan Fowler commented on AIRFLOW-1104: - Thanks for taking a look, I agree, my fix fo

[jira] [Commented] (AIRFLOW-1104) Concurrency check in scheduler should count queued tasks as well as running

2018-06-12 Thread Tao Feng (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510224#comment-16510224 ] Tao Feng commented on AIRFLOW-1104: --- hey [~dfowler] , looking at the history of the c

[jira] [Assigned] (AIRFLOW-1104) Concurrency check in scheduler should count queued tasks as well as running

2018-06-12 Thread Anonymous (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anonymous reassigned AIRFLOW-1104: -- Assignee: (was: Tao Feng) > Concurrency check in scheduler should count queued tasks as

[jira] [Created] (AIRFLOW-2603) Set up Intersphinx for cross-project references in the docs

2018-06-12 Thread Tim Swast (JIRA)
Tim Swast created AIRFLOW-2603: -- Summary: Set up Intersphinx for cross-project references in the docs Key: AIRFLOW-2603 URL: https://issues.apache.org/jira/browse/AIRFLOW-2603 Project: Apache Airflow

[jira] [Assigned] (AIRFLOW-2603) Set up Intersphinx for cross-project references in the docs

2018-06-12 Thread Tim Swast (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Swast reassigned AIRFLOW-2603: -- Assignee: Tim Swast > Set up Intersphinx for cross-project references in the docs >

[jira] [Commented] (AIRFLOW-2429) Make Airflow Flake8 compliant

2018-06-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510184#comment-16510184 ] ASF subversion and git services commented on AIRFLOW-2429: -- Co

incubator-airflow git commit: [AIRFLOW-2429] Fix operators folder flake8 error

2018-06-12 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 48fccefab -> cff8318b9 [AIRFLOW-2429] Fix operators folder flake8 error Closes #3481 from feng-tao/flake8_p6 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf

[jira] [Created] (AIRFLOW-2602) Show failed attempts in Gantt view

2018-06-12 Thread Stefan Seelmann (JIRA)
Stefan Seelmann created AIRFLOW-2602: Summary: Show failed attempts in Gantt view Key: AIRFLOW-2602 URL: https://issues.apache.org/jira/browse/AIRFLOW-2602 Project: Apache Airflow Issue T

[jira] [Resolved] (AIRFLOW-2585) Bug fix in CassandraHook and CassandraToGoogleCloudStorageOperator

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

[jira] [Commented] (AIRFLOW-2585) Bug fix in CassandraHook and CassandraToGoogleCloudStorageOperator

2018-06-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16510171#comment-16510171 ] ASF subversion and git services commented on AIRFLOW-2585: -- Co

incubator-airflow git commit: [AIRFLOW-2585] Fix several bugs in CassandraHook and CassandraToGCSOperator

2018-06-12 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master 5bb547a85 -> 48fccefab [AIRFLOW-2585] Fix several bugs in CassandraHook and CassandraToGCSOperator Closes #3483 from jgao54/fix-cassandra-hook-bug Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Created] (AIRFLOW-2601) Allow user to specify config file location for Kubernetes operator

2018-06-12 Thread Cameron Moberg (JIRA)
Cameron Moberg created AIRFLOW-2601: --- Summary: Allow user to specify config file location for Kubernetes operator Key: AIRFLOW-2601 URL: https://issues.apache.org/jira/browse/AIRFLOW-2601 Project: A

[jira] [Closed] (AIRFLOW-2599) Sort for task instance and dagrun list broken

2018-06-12 Thread andy dreyfuss (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] andy dreyfuss closed AIRFLOW-2599. -- Resolution: Fixed I no longer see this after fetching the new tip of master. > Sort for task

[jira] [Created] (AIRFLOW-2600) airflow excessively logging about libs in a dag directory not containing dags

2018-06-12 Thread Javier L. Velasquez (JIRA)
Javier L. Velasquez created AIRFLOW-2600: Summary: airflow excessively logging about libs in a dag directory not containing dags Key: AIRFLOW-2600 URL: https://issues.apache.org/jira/browse/AIRFLOW-2600

[jira] [Updated] (AIRFLOW-2600) airflow excessively logging about libs in a dag directory not containing dags

2018-06-12 Thread Javier L. Velasquez (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier L. Velasquez updated AIRFLOW-2600: - Affects Version/s: 1.9.0 > airflow excessively logging about libs in a dag dire

[jira] [Created] (AIRFLOW-2599) Sort for task instance and dagrun list broken

2018-06-12 Thread andy dreyfuss (JIRA)
andy dreyfuss created AIRFLOW-2599: -- Summary: Sort for task instance and dagrun list broken Key: AIRFLOW-2599 URL: https://issues.apache.org/jira/browse/AIRFLOW-2599 Project: Apache Airflow

[jira] [Comment Edited] (AIRFLOW-2598) Migrate Airflow to ReactJS

2018-06-12 Thread Verdan Mahmood (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509450#comment-16509450 ] Verdan Mahmood edited comment on AIRFLOW-2598 at 6/12/18 10:00 AM: --

[jira] [Commented] (AIRFLOW-2598) Migrate Airflow to ReactJS

2018-06-12 Thread Verdan Mahmood (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509450#comment-16509450 ] Verdan Mahmood commented on AIRFLOW-2598: - Facebook actually removed all the BS

[jira] [Commented] (AIRFLOW-2598) Migrate Airflow to ReactJS

2018-06-12 Thread Michal Niemiec (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509388#comment-16509388 ] Michal Niemiec commented on AIRFLOW-2598: - Is it actually a good idea to try Re

[jira] [Created] (AIRFLOW-2598) Migrate Airflow to ReactJS

2018-06-12 Thread Verdan Mahmood (JIRA)
Verdan Mahmood created AIRFLOW-2598: --- Summary: Migrate Airflow to ReactJS Key: AIRFLOW-2598 URL: https://issues.apache.org/jira/browse/AIRFLOW-2598 Project: Apache Airflow Issue Type: Impro

[jira] [Resolved] (AIRFLOW-2597) dbapi hook not committing when autocommit is set to false

2018-06-12 Thread Kaxil Naik (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaxil Naik resolved AIRFLOW-2597. - Resolution: Fixed Fix Version/s: 2.0.0 Issue resolved by pull request #3490 [https://git

[jira] [Commented] (AIRFLOW-2597) dbapi hook not committing when autocommit is set to false

2018-06-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16509270#comment-16509270 ] ASF subversion and git services commented on AIRFLOW-2597: -- Co

incubator-airflow git commit: [AIRFLOW-2597] Restore original dbapi.run() behavior

2018-06-12 Thread kaxilnaik
Repository: incubator-airflow Updated Branches: refs/heads/master dae8ac3d6 -> 5bb547a85 [AIRFLOW-2597] Restore original dbapi.run() behavior Closes #3490 from yrqls21/kevin_yang_fix_ci Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.or