Skip to content

Commit

Permalink
[DNA-14050]: Change source to Redash for trino (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet-bdp authored May 27, 2024
1 parent aef91d1 commit d664401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redash/query_runner/trino.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d664401

Please sign in to comment.