Do targets built with the SDK handle schema changes gracefully out of the box? Or would this be something that needs to be coded?
a
aaronsteers
11/07/2022, 8:53 PM
In the current iteration, I think there is still some work to do. However, once the deliverables in this milestone are achieved, I think the capability will be fully baked-in.
aaronsteers
11/07/2022, 8:55 PM
The overall philosophy is that tap developers should declare certain aspects of the target system, such as whether the target suports merge upserts, temp tables, altering existing columns, etc... and the SDK would pick a default strategy based on those inputs.
s
Stéphane Burwash
11/07/2022, 9:05 PM
That would definitely be amazing 😄
Stéphane Burwash
11/15/2022, 7:07 PM
@aaronsteers would you have any suggestions on how to implement support for schema changes in a target?
a
aaronsteers
11/15/2022, 7:08 PM
Sure. Is this for a SQL target, and does it (or can it) use the SDK?