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
Does this plugin support Snowflake? I tried with MySQL and it's working perfectly. But with snowflake, it's giving error: [error]: #0 Could not load the 'snowflake' Active Record adapter. Ensure that the adapter is spelled correctly in config/database.yml and that you've added the necessary adapter gem to your Gemfile.
It seems there's something wrong with the adapter/adapter name.
I'm using docker for fluentd.
Dockerfile:
FROM fluent/fluentd:v1.15.3-debian-1.0
USER root
RUN ["fluent-gem", "install", "fluent-plugin-sql"]
RUN apt-get update && \
apt-get -y install make && \
apt-get -y install unixodbc-dev
RUN ["fluent-gem", "install", "sequel-snowflake"]
USER fluent
Does this plugin support Snowflake? I tried with MySQL and it's working perfectly. But with snowflake, it's giving error:
[error]: #0 Could not load the 'snowflake' Active Record adapter. Ensure that the adapter is spelled correctly in config/database.yml and that you've added the necessary adapter gem to your Gemfile.
It seems there's something wrong with the adapter/adapter name.
I'm using docker for fluentd.
Dockerfile:
Conf:
I've also tried
adapter :snowflake
as mentioned in https://github.com/Yesware/sequel-snowflakeThe text was updated successfully, but these errors were encountered: