Emily Riederer

Results 17 issues of Emily Riederer

There is potentially a bug in report_plan() that does not group issue counts correctly under each milestone

bug

`dbtplyr` can produce more aesthetic SQL by more conscientiously using `+` and `-` for [whitespace control](https://jinja.palletsprojects.com/en/3.1.x/templates/#whitespace-control)

enhancement

Per conversation in #5 , in some cases it is useful to have the list of Column objects and not just their names. However, the current workflow strongly assumes names...

enhancement

CSS grid could help automatically resolve some of the outstanding problems showcased in the deck and go a long way towards simplifying the code here

length(c(1,1,NA)) (counts) length(c(1,1,NULL)) (won't count) SQL: count(1) versus count(my_col) with a NULL (won't count)