katjes733 / aws-sentiment-analysis

Sentiment Analysis with AWS services
MIT License
3 stars 0 forks source link

Input data overrides #6

Open katjes733 opened 7 months ago

katjes733 commented 7 months ago

As end-user, I would like to be able to specify the names for the id and review.text column in the input data so that other column names can be used if the input data schema differs so that I don't have to change the code every time my input schema differs.

This solution should ideally be implemented as inputs to the state machine execution and automatically fall back to the default value should the overrides not be provides. The solution should not account for scenarios where the input data schema is significantly different in terms of not having such distinct columns and/or not being CSV.