tnightengale / dbt-activity-schema

A dbt-Core package for generating models from an activity stream.
GNU General Public License v3.0
38 stars 5 forks source link

Improve Readability of Compiled Dataset SQL #30

Open bcodell opened 1 year ago

bcodell commented 1 year ago

Description

Referencing compiled SQL from the dataset macro is useful for developers on this project who are troubleshooting bugs or new features, as well as for users of the project to inform their understanding of the project's functionality. However, in its current state, the compiled SQL is full of Jinja-inserted line breaks that make reading the compiled SQL especially cumbersome.

This is a low-priority issue, but could also be a good first task to help new contributors get familiarized with the codebase.

Implementation

janhavi777 commented 1 year ago

Can I solve this issue?