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

feat: Support partial path in data command #275

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

traut
Copy link
Member

@traut traut commented Jan 12, 2025

Partial path in data command enables execution of more than a single data block at a time

Possible path options:

  • <document-name>.data -- returns a dict with all data blocks executed
  • <document-name>.data.<data-source> -- returns a dict with all data blocks of a particular type
  • <document-name>.data.<data-source>.<block-name> -- returns a dict with a single matching data block

@traut
Copy link
Member Author

traut commented Jan 12, 2025

this needs to be re-implemented after #273 is merged in

@traut traut force-pushed the partial-path-in-data branch from 95cddfb to 04f533a Compare January 19, 2025 22:04
@traut traut force-pushed the partial-path-in-data branch from b052f0e to df2aab3 Compare January 26, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant