Open hyfen opened 4 years ago
In line with CLI conventions, we should provide these options:
filter
sort
fields
There are a few ways this could be implemented
--filter
--sort
--fields
chronicle-etl
--loader-opts
We'd also make Loaders determine if output can be incremental or has to happen when the job is complete (for instance, if a sort option is used)
In line with CLI conventions, we should provide these options:
filter
: only output records that match a set of conditionssort
: sort records by a given column (ascending, descending)fields
: only output values from a given set of fieldsThere are a few ways this could be implemented
--filter
,--sort
,--fields
flags forchronicle-etl
--loader-opts
We'd also make Loaders determine if output can be incremental or has to happen when the job is complete (for instance, if a
sort
option is used)