Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors when replicating tables with spaces in column names #47

Open
allanw opened this issue Feb 1, 2021 · 0 comments
Open

Errors when replicating tables with spaces in column names #47

allanw opened this issue Feb 1, 2021 · 0 comments

Comments

@allanw
Copy link

allanw commented Feb 1, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant