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
Currently, for any @export statement, the output path is based solely on the base output path and the predicate name. The resource attribute should be used instead of the predicate name.
The text was updated successfully, but these errors were encountered:
Some details of how this should behave may need to be specified, since we have global settings in OutputManager and local setting in individual exports. Suggestion:
Exports already require a "resource" (file name) to be given. This would also define the compression method (by the extension), no matter what is set globally.
If exports specify relative paths, then they should be relative to the base path of the OutputManager.
Currently, for any
@export
statement, the output path is based solely on the base output path and the predicate name. Theresource
attribute should be used instead of the predicate name.The text was updated successfully, but these errors were encountered: