Skip to content
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

Handle possible list types for batched data_loader implementation of @grpc #2891

Open
meskill opened this issue Sep 24, 2024 · 4 comments · May be fixed by #2899
Open

Handle possible list types for batched data_loader implementation of @grpc #2891

meskill opened this issue Sep 24, 2024 · 4 comments · May be fixed by #2899
Assignees

Comments

@meskill
Copy link
Contributor

meskill commented Sep 24, 2024

In some cases batched request could be resolved to multiple values for every entry of the batched parent value. The logic is already implemented for the @http dataloader depending on the type of the field. See

body: if is_list {
get_body_value_list
} else {
get_body_value_single
},
for reference.

Implement support for list types for the @grpc batched request

@tusharmath
Copy link
Contributor

/bounty $100

Copy link

algora-pbc bot commented Sep 24, 2024

💎 $100 bounty • Tailcall Inc.

Steps to solve:

  1. Start working: Comment /attempt #2891 with your implementation plan
  2. Submit work: Create a pull request including /claim #2891 in the PR body to claim the bounty
  3. Receive payment: 100% of the bounty is received 2-5 days post-reward. Make sure you are eligible for payouts

🙏 Thank you for contributing to tailcallhq/tailcall!
🧐 Checkout our guidelines before you get started.
💵 More about our bounty program.

Attempt Started (GMT+0) Solution
🔴 @ssddOnTop Sep 24, 2024, 4:02:54 PM WIP

Copy link

algora-pbc bot commented Sep 25, 2024

@ssddOnTop: Reminder that in 1 days the bounty will become up for grabs, so please submit a pull request before then 🙏

Copy link

algora-pbc bot commented Sep 26, 2024

The bounty is up for grabs! Everyone is welcome to /attempt #2891 🙌

@ssddOnTop ssddOnTop self-assigned this Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants