Fork me on GitHub
#onyx
<
2018-01-08
>
michaeldrogalis17:01:02

Should have squelched that a long time ago.

michaeldrogalis17:01:30

We're cutting a release now.

michaeldrogalis17:01:04

@kenny Version 0.12.2.1-20180108.174351-2 of onyx-kafka has the fix.

dbernal19:01:48

Hey everyone. Just started using Onyx and I'm running into an issue when using the sql-plugin. I encounter the following error: Unable to resolve symbol: PGobject in this context, compiling:(onyx/plugin/pgsql.clj:34:28. I see the code should not be evaluating this unless the import is successful so I'm confused as to why it's throwing this error. Any help would be appreciated!

michaeldrogalis19:01:00

@dbernal Hi! Welcome. Ill take a look now.

michaeldrogalis19:01:18

@dbernal Can you verify that Postgres isn't on your classpath by running: onyx.plugin.pgsql/available? from the repl?

michaeldrogalis19:01:54

Perhaps a transitive dependency of yours is bringing PG onto the classpath.

dbernal19:01:51

@michaeldrogalis I see. I think that makes sense. Let me verify