The update_method attribute of data_sources currently possesses one of three values (as well as null):
"Insert"
"Overwrite"
"No updates"
It is unclear how open-ended update methods are, and if we expect others. If we don't expect it to be open ended, we may want to limit the number of possible inputs for ease of use
Requirements
Determine if update_method is comprehensive, and if we want to have update methods be specified by selecting from one of several options, or by inputing open-ended text.
Context
The
update_method
attribute ofdata_sources
currently possesses one of three values (as well asnull
):It is unclear how open-ended update methods are, and if we expect others. If we don't expect it to be open ended, we may want to limit the number of possible inputs for ease of use
Requirements
update_method
is comprehensive, and if we want to have update methods be specified by selecting from one of several options, or by inputing open-ended text.Tests
Docs
Open questions