frankfarrell
frankfarrell
I came across this thread randomly, but this is an issue I faced. I wrote a gradle plugin for only deploying modules that have changed in a single repo, may...
Awseome thanks! The only think I would add is a note on how to use it in the README. Is that ok if I publish it to my dockerhub, or...
Thanks for opening the issue, would be great if you could open a PR with a fix
@phajduk Thanks for the PR. Its an interesting feature. Just a few comments, 1) I'm a bit ambivalent about adding support for something in this provider that isn't supported by...
Sorry, I should have been clearer on point 1, I meant that the underlying redshift DDL doesn't support the PGP encryption out of the box. Agreed about the ultimate responsibility...
That looks good to me @bitzstein , thanks for doing that Please open a PR, to fullly understand what's involved
Hi there, I haven't looked at it and to be honest I haven't been actively working on this repository recently. But if you want to do a PR, I will...
Hi Matt, The principle issue here is that terraform is only provisioning database, schemas and users/roles. So there would be an ordering issue potentially with how tables are created vs...
This looks really useful. It would be really handy if we could have an option to ignore certain columns, eg columns that use IDENTITY, or columns with default values such...
Kinesis like all aws services works over a REST interface and records could be batched. Perhaps the most useful thing in general would be a general http output module and...