Daniel Mateus Pires
Daniel Mateus Pires
Trying to use `dbt seed` with this plugin, I'm getting: ``` No location was specified for table. An S3 location must be specified ``` Should there be an Athena-specific configuration...
I am using `Mockito`, (`"org.mockito" % "mockito-core" % "1.8.5"`) in my Scala (version 2.11.11)-tests (Play Framework project) Mocking a trait would always throw a `JavaNullPointerException`, the error was not helpful...
at Earnest we use a single domain with [Ambassador](https://github.com/datawire/ambassador) and diverse mapping rules to add public endpoints for our Kubernetes-hosted web applications I'm having an issue with the front end,...
I am trying to write to a clustered table using `saveAsTypedBigQueryTable` and getting: ``` is configured to use TableDestinationCoderV2. Set withClustering() on BigQueryIO.write() and, if you provided a custom DynamicDestinations...
Hi there, stratosphere seems to have a wrong spec here: AWS Cloudformation docs FilterGroups is defined as a `list of lists` of WebhookFilter objects (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html) but in stratosphere it's a...
Should decrypt a Stream of Client side encrypted bytes
Should encrypt a stream of Bytes and transform it into a stream of encrypted Bytes