tap-csv and tap-google-analytics fail on current version
After the configuration update we released last week, we are using the namespace of a Tap as the schema to load data to.
That breaks all taps that have invalid characters that can not be used as SQL identifiers in their namespace names.
That means that tap-csv
(namespace: tap-csv
) and tap-google-analytics
(namespace: google-analytics
) do not currently work when used with anything other than SQLite.