[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2020-04-22 Thread GitBox
lindsable commented on a change in pull request #6075: URL: https://github.com/apache/airflow/pull/6075#discussion_r413075901 ## File path: airflow/providers/amazon/aws/hooks/athena.py ## @@ -163,6 +213,7 @@ def poll_query_status(self, query_execution_id, max_tries=None):

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2020-04-20 Thread GitBox
lindsable commented on a change in pull request #6075: URL: https://github.com/apache/airflow/pull/6075#discussion_r411690502 ## File path: airflow/providers/amazon/aws/hooks/athena.py ## @@ -163,6 +213,7 @@ def poll_query_status(self, query_execution_id, max_tries=None):

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2020-04-20 Thread GitBox
lindsable commented on a change in pull request #6075: URL: https://github.com/apache/airflow/pull/6075#discussion_r411571850 ## File path: airflow/providers/amazon/aws/hooks/athena.py ## @@ -163,6 +213,7 @@ def poll_query_status(self, query_execution_id, max_tries=None):

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2020-04-20 Thread GitBox
lindsable commented on a change in pull request #6075: URL: https://github.com/apache/airflow/pull/6075#discussion_r411436761 ## File path: airflow/providers/amazon/aws/hooks/athena.py ## @@ -163,6 +213,7 @@ def poll_query_status(self, query_execution_id, max_tries=None):

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2020-02-03 Thread GitBox
lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results URL: https://github.com/apache/airflow/pull/6075#discussion_r374251271 ## File path: tests/providers/amazon/aws/hooks/test_athena.py ## @@ -0,0 +1,120 @@

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2020-02-03 Thread GitBox
lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results URL: https://github.com/apache/airflow/pull/6075#discussion_r374250964 ## File path: airflow/providers/amazon/aws/hooks/athena.py ## @@ -133,7 +133,17 @@

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2020-01-23 Thread GitBox
lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results URL: https://github.com/apache/airflow/pull/6075#discussion_r370239061 ## File path: tests/contrib/hooks/test_aws_athena_hook.py ## @@ -0,0 +1,88 @@ +# -*-

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2019-10-07 Thread GitBox
lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results URL: https://github.com/apache/airflow/pull/6075#discussion_r332166708 ## File path: airflow/contrib/hooks/aws_athena_hook.py ## @@ -157,6 +178,7 @@ def

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2019-10-07 Thread GitBox
lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results URL: https://github.com/apache/airflow/pull/6075#discussion_r332169164 ## File path: tests/contrib/hooks/test_aws_athena_hook.py ## @@ -0,0 +1,88 @@ +# -*-

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2019-10-07 Thread GitBox
lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results URL: https://github.com/apache/airflow/pull/6075#discussion_r332169164 ## File path: tests/contrib/hooks/test_aws_athena_hook.py ## @@ -0,0 +1,88 @@ +# -*-

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2019-10-07 Thread GitBox
lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results URL: https://github.com/apache/airflow/pull/6075#discussion_r332169164 ## File path: tests/contrib/hooks/test_aws_athena_hook.py ## @@ -0,0 +1,88 @@ +# -*-

[GitHub] [airflow] lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results

2019-10-07 Thread GitBox
lindsable commented on a change in pull request #6075: [AIRFLOW-5266] Allow aws_athena_hook to get all query results URL: https://github.com/apache/airflow/pull/6075#discussion_r332166708 ## File path: airflow/contrib/hooks/aws_athena_hook.py ## @@ -157,6 +178,7 @@ def