[PR] Feature/trino provider timezone [airflow]

2023-11-29 Thread via GitHub
romsharon98 opened a new pull request, #35963: URL: https://github.com/apache/airflow/pull/35963 This PR continue this PR: #35147 With cherry picking @duyet --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://githu

Re: [PR] Feature/trino provider timezone [airflow]

2023-11-30 Thread via GitHub
pgagnon commented on code in PR #35963: URL: https://github.com/apache/airflow/pull/35963#discussion_r1411309137 ## docs/apache-airflow-providers-trino/connections.rst: ## @@ -54,5 +54,6 @@ Extra (optional, connection parameters) * ``kerberos__service_name``, ``kerberos__co

Re: [PR] Feature/trino provider timezone [airflow]

2023-12-01 Thread via GitHub
Lee-W commented on code in PR #35963: URL: https://github.com/apache/airflow/pull/35963#discussion_r1411880984 ## airflow/providers/trino/hooks/trino.py: ## @@ -156,6 +156,7 @@ def get_conn(self) -> Connection: verify=_boolify(extra.get("verify", True)),

Re: [PR] Feature/trino provider timezone [airflow]

2023-12-01 Thread via GitHub
eladkal merged PR #35963: URL: https://github.com/apache/airflow/pull/35963 -- 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.

Re: [PR] Feature/trino provider timezone [airflow]

2023-12-01 Thread via GitHub
eladkal commented on code in PR #35963: URL: https://github.com/apache/airflow/pull/35963#discussion_r1412386277 ## airflow/providers/trino/hooks/trino.py: ## @@ -156,6 +156,7 @@ def get_conn(self) -> Connection: verify=_boolify(extra.get("verify", True)),