dbtplyr icon indicating copy to clipboard operation
dbtplyr copied to clipboard

Add ability to return either list of column names or Column objects

Open emilyriederer opened this issue 2 years ago • 0 comments

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 are being returned.

We need to develop a strategy to avoid breaking changes but all the ability to return Column objects instead.

emilyriederer avatar Sep 05 '21 16:09 emilyriederer