David Nielsen
Results
2
issues of
David Nielsen
In many cases I use AWSShellScript to execute aws cli commands, but I haven't seen a nice solution on how to run an AWSShellScript with an assumed role other than...
guidance
Isn't it wrong to quote oracle tables and identifiers ? I get error when calling oracle. (query my-oracle (sql (oracle) (select [:sysdate] (from :dual)))) generates following: [SELECT "sysdate" FROM "dual"]...