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

Add support for extracting array type query data from blocks #61

Closed
theodesp opened this issue May 2, 2023 · 0 comments · Fixed by #176
Closed

Add support for extracting array type query data from blocks #61

theodesp opened this issue May 2, 2023 · 0 comments · Fixed by #176
Labels
good first issue Issue that doesn't require previous experience with codebase help wanted Issue with a clear description that the community can help with

Comments

@theodesp
Copy link
Member

theodesp commented May 2, 2023

Description

Certain types of blocks have an array type of attribute which means that there is a nested object types that we need to extract.
Currently we do not support those so we want to provide this functionality as well.

For example:

Technical notes

  • The code to detect the attribute type here should also handle the array type.
  • This should be a recursive step since it can have many levels of inner attributes.

image

@theodesp theodesp added good first issue Issue that doesn't require previous experience with codebase help wanted Issue with a clear description that the community can help with has_jira labels May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issue that doesn't require previous experience with codebase help wanted Issue with a clear description that the community can help with
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant