From d6644019a5cccae1017e4c1803100679c6c465f9 Mon Sep 17 00:00:00 2001 From: Puneet Singh <101257603+puneet-bdp@users.noreply.github.com> Date: Mon, 27 May 2024 13:27:19 +0400 Subject: [PATCH] [DNA-14050]: Change source to Redash for trino (#10) --- redash/query_runner/trino.py | 1 + 1 file changed, 1 insertion(+) diff --git a/redash/query_runner/trino.py b/redash/query_runner/trino.py index 52958c54c9..faba4819de 100644 --- a/redash/query_runner/trino.py +++ b/redash/query_runner/trino.py @@ -113,6 +113,7 @@ def run_query(self, query, user): port=self.configuration.get("port", 8080), catalog=self.configuration.get("catalog", "hive"), http_headers={trino.constants.HEADER_CLIENT_INFO: str(user)}, + source="Redash", schema=self.configuration.get("schema", "default"), user=self.configuration.get("username"), auth=auth