microsoft / dbt-fabric

MIT License
79 stars 28 forks source link

Update show.sql to reflect macro name change #219

Closed colin-rogers-dbt closed 2 months ago

colin-rogers-dbt commented 2 months ago

We renamed this macro in dbt-adapters and need to rename it here as well.

As a result dbt show some_table.sql --limit 1 will fail as this macro won't be picked up

jeremyyeo commented 2 months ago

Resolves #216