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
If we're returning more than one years worth of data, we should always return the year variable, even if it wasn't specified in the columns argument.
Other cases would be, when recid or partnership etc. arguments are used, if we are returning more than one, always return the filtering variable. The current code will extract recid etc if it's needed for filtering but then not return it if it wasn't specifically asked for in the columns parameter.
The text was updated successfully, but these errors were encountered:
If we're returning more than one years worth of data, we should always return the
year
variable, even if it wasn't specified in thecolumns
argument.Other cases would be, when
recid
orpartnership
etc. arguments are used, if we are returning more than one, always return the filtering variable. The current code will extract recid etc if it's needed for filtering but then not return it if it wasn't specifically asked for in thecolumns
parameter.The text was updated successfully, but these errors were encountered: