-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generalize data access functions #67
Comments
BTW, I'm not sure why we have both |
So, it looks like we'll have two APIs: |
But we need to decide what to do with |
if results() == collect_flatten() then, yes, let's rename it to collect_flatten. to_records() does not look similar since it returns json of flatten fields. I'm not sure this is needed in user API level / DC. We can keep in DatasetQuery level just in case or even rename it to |
hey folks, does anyone working on this? This is P1 - we need it ASAP. Like till Monday morning. |
@ilongin are you working on it? |
[Based on several discussions with @volkfox & @skshetry]
collect()/collect_one()
needs to be combined - return single-value-list when only one signal is requestediterate()/iterate_one()
- the sameThe text was updated successfully, but these errors were encountered: