You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Go through each of the macros and remove whitespace until the compiled SQL is sufficiently readable
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: