[PR] Make optional `output_location` attribute in `AthenaOperator` [airflow]

2023-10-30 Thread via GitHub
Taragolis opened a new pull request, #35265: URL: https://github.com/apache/airflow/pull/35265 Output location it is not mandatory field in AWS API, so make it optional which make it possible to configure it globally on Workgroup level Related: https://github.com/apach

Re: [PR] Make optional `output_location` attribute in `AthenaOperator` [airflow]

2023-10-30 Thread via GitHub
utkarsharma2 commented on code in PR #35265: URL: https://github.com/apache/airflow/pull/35265#discussion_r1375901647 ## tests/providers/amazon/aws/operators/test_athena.py: ## @@ -201,6 +202,21 @@ def test_return_value(self, mock_conn, mock_run_query, mock_check_query_status):

Re: [PR] Make optional `output_location` attribute in `AthenaOperator` [airflow]

2023-10-30 Thread via GitHub
utkarsharma2 commented on code in PR #35265: URL: https://github.com/apache/airflow/pull/35265#discussion_r1375901647 ## tests/providers/amazon/aws/operators/test_athena.py: ## @@ -201,6 +202,21 @@ def test_return_value(self, mock_conn, mock_run_query, mock_check_query_status):

Re: [PR] Make optional `output_location` attribute in `AthenaOperator` [airflow]

2023-10-30 Thread via GitHub
utkarsharma2 commented on code in PR #35265: URL: https://github.com/apache/airflow/pull/35265#discussion_r1375907484 ## tests/providers/amazon/aws/operators/test_athena.py: ## @@ -201,6 +202,21 @@ def test_return_value(self, mock_conn, mock_run_query, mock_check_query_status):

Re: [PR] Make optional `output_location` attribute in `AthenaOperator` [airflow]

2023-10-30 Thread via GitHub
Taragolis commented on code in PR #35265: URL: https://github.com/apache/airflow/pull/35265#discussion_r1375913366 ## tests/providers/amazon/aws/operators/test_athena.py: ## @@ -201,6 +202,21 @@ def test_return_value(self, mock_conn, mock_run_query, mock_check_query_status):

Re: [PR] Make optional `output_location` attribute in `AthenaOperator` [airflow]

2023-10-30 Thread via GitHub
vincbeck merged PR #35265: URL: https://github.com/apache/airflow/pull/35265 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow