You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to replicate data from a source where some column names contain spaces. This causes the extraction to fail with the following output:
2021-02-01 05:47:56,107Z tap - at clojure.core$reduce.invokeStatic(core.clj:6747)
2021-02-01 05:47:56,107Z tap - at clojure.core$reduce.invoke(core.clj:6730)
2021-02-01 05:47:56,107Z tap - at tap_mssql.sync_strategies.incremental$sync_and_write_messages_BANG_.invokeStatic(incremental.clj:50)
2021-02-01 05:47:56,107Z tap - at tap_mssql.sync_strategies.incremental$sync_and_write_messages_BANG_.invoke(incremental.clj:33)
2021-02-01 05:47:56,107Z tap - at tap_mssql.sync_strategies.incremental$sync_BANG_.invokeStatic(incremental.clj:66)
2021-02-01 05:47:56,107Z tap - at tap_mssql.sync_strategies.incremental$sync_BANG_.invoke(incremental.clj:61)
2021-02-01 05:47:56,107Z tap - at tap_mssql.core$dispatch_sync_by_strategy.invokeStatic(core.clj:109)
2021-02-01 05:47:56,107Z tap - at tap_mssql.core$dispatch_sync_by_strategy.invoke(core.clj:99)
2021-02-01 05:47:56,108Z tap - at tap_mssql.core$sync_stream_BANG_.invokeStatic(core.clj:123)
2021-02-01 05:47:56,108Z tap - at tap_mssql.core$sync_stream_BANG_.invoke(core.clj:116)
2021-02-01 05:47:56,108Z tap - at tap_mssql.core$maybe_sync_stream_BANG_.invokeStatic(core.clj:133)
2021-02-01 05:47:56,108Z tap - at tap_mssql.core$maybe_sync_stream_BANG_.invoke(core.clj:129)
2021-02-01 05:47:56,108Z tap - at clojure.core$partial$fn__5563.invoke(core.clj:2624)
2021-02-01 05:47:56,108Z tap - at clojure.core.protocols$fn__7852.invokeStatic(protocols.clj:168)
2021-02-01 05:47:56,108Z tap - at clojure.core.protocols$fn__7852.invoke(protocols.clj:124)
2021-02-01 05:47:56,108Z tap - at clojure.core.protocols$fn__7807$G__7802__7816.invoke(protocols.clj:19)
2021-02-01 05:47:56,108Z tap - at clojure.core.protocols$seq_reduce.invokeStatic(protocols.clj:31)
2021-02-01 05:47:56,108Z tap - at clojure.core.protocols$fn__7835.invokeStatic(protocols.clj:75)
2021-02-01 05:47:56,108Z tap - at clojure.core.protocols$fn__7835.invoke(protocols.clj:75)
2021-02-01 05:47:56,108Z tap - at clojure.core.protocols$fn__7781$G__7776__7794.invoke(protocols.clj:13)
2021-02-01 05:47:56,108Z tap - at clojure.core$reduce.invokeStatic(core.clj:6748)
2021-02-01 05:47:56,108Z tap - at clojure.core$reduce.invoke(core.clj:6730)
2021-02-01 05:47:56,108Z tap - at tap_mssql.core$do_sync.invokeStatic(core.clj:143)
2021-02-01 05:47:56,108Z tap - at tap_mssql.core$do_sync.invoke(core.clj:139)
2021-02-01 05:47:56,108Z tap - at tap_mssql.core$_main.invokeStatic(core.clj:169)
2021-02-01 05:47:56,109Z tap - at tap_mssql.core$_main.doInvoke(core.clj:154)
2021-02-01 05:47:56,109Z tap - at clojure.lang.RestFn.applyTo(RestFn.java:137)
2021-02-01 05:47:56,109Z tap - at tap_mssql.core.main(Unknown Source)
2021-02-01 05:47:56,109Z tap - FATAL Incorrect syntax near 'No_'.
Is there a workaround or any plans to address this in a fix?
The text was updated successfully, but these errors were encountered:
I'm trying to replicate data from a source where some column names contain spaces. This causes the extraction to fail with the following output:
Is there a workaround or any plans to address this in a fix?
The text was updated successfully, but these errors were encountered: