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
Over in dbt-databricks we want to wire-in pysql logs but have found that the complete content of every thrift response is included in the outputted logs. These are tough to redact with a regex because thrift doesn't implement a deterministic kind of serialisation. Instead, the raw bytes are interpreted as utf-8 strings. Rather than fix this in dbt-databricks, we should modify pysql to separate the unredacted logs under a separate logger that most tools can simply ignore.
The text was updated successfully, but these errors were encountered:
Over in dbt-databricks we want to wire-in pysql logs but have found that the complete content of every thrift response is included in the outputted logs. These are tough to redact with a regex because thrift doesn't implement a deterministic kind of serialisation. Instead, the raw bytes are interpreted as utf-8 strings. Rather than fix this in dbt-databricks, we should modify pysql to separate the unredacted logs under a separate logger that most tools can simply ignore.
The text was updated successfully, but these errors were encountered: