Hi folks, I'm wondering if `load_method` can be se...
# singer-targets
h
Hi folks, I'm wondering if
load_method
can be set on individual streams rather than globally for a given target. If so, how might I approach this? Thanks in advance
v
I think
load_method
is still not rolled out to that many targets (maybe I'm just mistaken but I thought most of this is handled via stream level settings anyway append only is done when key_properties are null upsert is when we have a key_property "overwright" is kinda done via Activate Version But to answer you question directly, the easiest way is to probably use inherit_from and then change the load_method and select the streams you want impacted with that load method
h
Thanks. I'm actually writing a new target with the latest sdk, and was wondering how I can advise internal teams on the proper usage of
load_method
.
e
Comments welcome on https://github.com/meltano/sdk/issues/1350. Would be great to come up with a design that works for folks.