You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix federated query in gh action, somehow failing only for oxigraph when function running in gh action (custom function works when running locally) - (9490786)
⛰️ Features
Add DatasetExt class, to enable easily defining custom pattern and extension functions that resolves to python functions using pythonic decorated functions - (59ff1f0)
Auto generate example_queries from functions docstring if not provided, deprecate example_query to use the 1st key of example_queries as YASGUI default tab. Update the example to use custom decorated functions - (d9bf67a)
Provide a default namespace for all decorator functions - (444382c)
Handle when FILTER = is used to define a variable value (instead of VALUES), which is done by virtuoso when transfering SERVICE calls - (687fe16)
Add use_subject arg to type_function to enable to use the triples subject as input arg - (ee39318)