You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mahic, I believe there are no contraindications for adding it to dbt-trino. You are more than welcome to contribute! Please let me know if you need any assistance
What threw us off was that when we tested this with DBeaver, the client sent 2 headers. This is because trino-client (and Trino JDBC Driver) seems to prefer to send multiple headers over the short-form
However, since trino-python-client supports the extra_credential parameter explicitly (and so does the trino-client/Trino JDBC driver), dbt-trino should match this IMO, do you agree?
However, since trino-python-client supports the extra_credential parameter explicitly (and so does the trino-client/Trino JDBC driver), dbt-trino should match this IMO, do you agree?
Yes, it should match, feel free to post a PR with the implementation, we're ready to help.
Describe the feature
dbt-trino doesn't support extra_credential while trino-python-client supports it
Describe alternatives you've considered
Use http_headers to supply X-Trino-Extra-Credential
This doesn't work with multiple extra credentials because http_headers is a dict.
Who will benefit?
Users who usually use extra credentials
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: