kbss-cvut / s-pipes

Tool for execution of RDF-based pipelines.
GNU Lesser General Public License v3.0
4 stars 5 forks source link

Scripts in ApplyConstruct module not automatically updated on change of query #227

Open blcham opened 10 months ago

blcham commented 10 months ago

While using configuration:

contextsLoader.data.keepUpdated=true
execution.environment=development
execution.developmentServiceUrl=http://localhost:8080/s-pipes

Image

blcham commented 10 months ago

You can test it on pipeline https://github.com/kbss-cvut/s-pipes/blob/54dfb128d59584980a78be036965ab089d164dfa/doc/examples/hello-world/hello-world.sms.ttl#L53C1-L53C1 as follows: 1) deploy Spipes 2) run script hello-world 3) modify apply construct in https://github.com/kbss-cvut/s-pipes/blob/54dfb128d59584980a78be036965ab089d164dfa/doc/examples/hello-world/hello-world.sms.ttl#L53C1-L53C1 4) run script hello-world --- THIS IS BUG: You will not see changes made in step 3) as "hot-deploy" in this case does not work