jvalue / jayvee

Jayvee is a domain-specific language and runtime for automated processing of data pipelines
https://jvalue.github.io/jayvee/
116 stars 10 forks source link

Simple file import #564

Closed georg-schwarz closed 1 month ago

georg-schwarz commented 2 months ago

Partially addresses #563: Introduces use functionality with wildcards to load elements from other files.

Future Work

I tried to keep the PR short, so here an outlook of what's next

I see the follow-up tasks before tackling further import features:

I see the next import features to be:

georg-schwarz commented 2 months ago

@rhazn @joluj I'd like to tackle this PR in a test-driven manner. I added all test scenarios that came to my mind in 9637146. Feedback on them is already very welcome ;-)

Edit: removed them from this PR in a566bc4 as I want to keep the PR short.