Users can now view the dbt Model code used to generate a table or view directly in the asset page.
Ofcourse users always have the option to click the dbt Icon and go to the dbt repo at any time.
We show both the actual dbt source code and the compiled version.
Note : If you don't see the compiled version make sure to run "dbt docs generate" as the last step of your dbt job. This is especially important if you run "dbt test", as the command is known to generate manifest.json without compiled code.
image