Matt Lehman
Matt Lehman
**Workaround:** For now I wrote my own using Python msgpack which is working. ``` #! /usr/bin/python3 import msgpack import sys import json with open(sys.argv[1], 'rb') as f: unpacker = msgpack.Unpacker(f,...
you can encode to utf-8 but then this loses all non-ASCII characters. i think anyone using athenacli and working with VARBINARY would want this sort of functionality. So essentially athenacli...
So the same query in athenacli using the `from_utf8()` PrestoDB function for example yields: `^C^@^@/*�^@^@^@^@^@Cookie: mstshash=Administr\r\n^A^@^H^@^C^@^@^@`
@zzl0 did you have any ideas how we might approach this? We could contribute I just haven't done any dev against athenacli yet.
I'm using Jenkins/Kubernetes with a home grown serverless CI framework with 40+ Lambda functions. The ones with VPC connectivity seem to hang for this 40 minute delay at random. For...
Any updates on supporting this in the OSS? Looking into using https://github.com/isaaguilar/terraform-operator and would prefer to take the Hashicorp developed route but not looking for Terraform Cloud Enterprise/Business.
See https://github.com/mathieudutour/github-tag-action/issues/57
Per https://github.com/uber/athenadriver/blob/master/go/connection.go#L235 I don't think this functionality actually exists as a pseudo command.
@nikofil did you ever have any success attempting this?
Sample Network Section (IPs and project names changed to 1.2.3.4 and renamed for ref) ``` "network_interface": [ { "access_config": [ { "assigned_nat_ip": "", "nat_ip": "1.2.3.4", "network_tier": "PREMIUM", "public_ptr_domain_name": "" }...