Closed dataders closed 11 months ago
dbt Cloud relies on a newer convention, FireEvent to display compiled SQL in the logs. See https://github.com/dbt-labs/dbt-core/pull/6325 and connections.py#L58-L64
FireEvent
connections.py#L58-L64
fire_event( ConnectionUsed( conn_type=self.TYPE, conn_name=cast_to_str(connection.name), node_info=get_node_info(), ) )
@dataders , I addressed this issue in 1.7.1
dbt Cloud relies on a newer convention,
FireEvent
to display compiled SQL in the logs. See https://github.com/dbt-labs/dbt-core/pull/6325 andconnections.py#L58-L64