microsoft / dbt-fabric

MIT License
79 stars 28 forks source link

update SQL statement logging #97

Closed dataders closed 11 months ago

dataders commented 12 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

        fire_event(
            ConnectionUsed(
                conn_type=self.TYPE,
                conn_name=cast_to_str(connection.name),
                node_info=get_node_info(),
            )
        )
prdpsvs commented 11 months ago

@dataders , I addressed this issue in 1.7.1