Add additional types to features #87
Labels
enhancement
New feature or request
good first issue
Good for newcomers
question
Further information is requested
Once #40 merges, all 3 "types" will be considered file attachments:
FileAttachments(...)
within a cell)This causes an issue because import files would be available within the inputs of a certain cell, but it is not needed. We only promoted local imports to file attachments because we want them copied over during the build step.
The proposed solution is to define other feature types (
LocalFetch
,LocalImport
) and modify the code to explicitly check for certain typesThe text was updated successfully, but these errors were encountered: