In parallel with the SQL model for taps in the SDK...
# singer-target-development
a
In parallel with the SQL model for taps in the SDK, we've also been iterating on the base model for SQL targets: Add support for SQL Targets (!200). Taps and targets each share a SQLConnector class which handles discovery and DDL. If you are interested in providing feedback, would be greatly appreciated.
@julian_knight - As you might have noted from GitHub, I've also used your target-snowflake as a sample implementation. While it's not 100% plugged in, it does seem to be a simple enough refactor. I was able to remove some of the conversion and migration features that can live generically in the SDK: Draft: Port target-snowflake to new SDK SQL classes
j
awesome! I’ll check this out this weekend too