elasticio / sftp-component

SFTP component for the elastic.io platform
Apache License 2.0
2 stars 3 forks source link

Create OIH compliant action 'Lookup Files (many)' #29

Closed hannah-bulmer closed 4 years ago

hannah-bulmer commented 4 years ago

OIH Standard

SFTP should have an action Lookup Files (many) that allows for the lookup of multiple files based on criteria including

Config fields:

Instead of supplying # search terms in the config fields, since there as a static number of attributes by which to search files in SFTP, it may make more sense to display them all in the metadata. An object type dropdown field is not necessary as the only object type is files.

Note our api to connect to sftp does not offer fetchPage type results.

Metadata:

The information emitted from this action will be file metadata, rather than explicitly having to possibly read a large number of files into Steward. The files themselves can then be accessed through lookup files (at most one).

jhorbulyk commented 4 years ago

My notes: