Artem Ervits

Results 6 comments of Artem Ervits

please add support for `CockroachDB`, it is supported through SQLAlchemy with the following dialect `sqlalchemy-cockroachdb`. The following connection string fails in SQL launcher `cockroachdb://maxroach:maxroach@roach-0:26257/movr?sslcert=/certs/client.maxroach.crt&sslkey=/certs/client.maxroach.key&sslmode=verify-full&sslrootcert=/certs/ca.crt&port=26257` with the following error `Can't load...

hi @gedw99, I don't have any code samples as I was just improvising. What specifically do you need? Here's my docker compose repo https://github.com/dbist/cockroach-docker/tree/main/cockroach-ferretdb. You can run CDC with CockroachDB...

Also, here are the gists with the code used in the articles: https://gist.github.com/dbist/df732ae51cb290db08bbabaf506ca154 https://gist.github.com/dbist/c94fa979663b27ab35e896fd455024c7 https://gist.github.com/dbist/31ccdf25ee33644ffb66e7ef3540549c https://gist.github.com/dbist/935194a62edcef8fd24822c7eeb6f1f0

cc @robert-s-lee, @glennfawcett, @a-entin

~~`node[:smartsense-chef][:java_home]` should equal `node[:bcpc][:hadoop][:java]`~~ ~~`node[:smartsense-chef][:cluster_name]` should equal `node.chef_environment` as is our convention.~~ ~~As an aside, it looks like your Test Kitchen configs may have polluted your cookbook:~~ ~~`Java attributes` and...

@cbaenziger any updates on this?