David Allen
David Allen
This is a great idea, but not sure it's doable in the general case. Consider that the log directory where debug.log resides is configurable; if said configuration can be externally...
Tracked this down to this line in TdeWriter.java: `ExtractAPI.initialize();` -- so this is part of the external Tableau API. Hoping someone knowledgeable will jump in, maybe these libraries need to...
This is with a locally compiled copy. I'll go back through the directions again and give it another shot to see if I missed something; I failed to mention I'm...
I'm running this in a docker container, and still getting the segfaults. I've installed the binary drivers for tableau (linux 64 bit 9-3-1), and map them into my docker container...
I'm having a lot of the same issues. The useAuth hook method broadly works, except getting an access token or an id token. I've tried many iterations of audience and...
So...this would be absolutely no problem to write up and cover with a test, but after I forked/cloned this repo to do it, for me the test suite doesn't pass...
I thought this was going to be easy to fix, but it isn't really because of the assumptions in the test suite. You can use java.net.URL to parse a URL,...
This is kind of blocked by lack of a good design idea so far. Probably we wouldn't do this on the configuration tab, because the dynamic conf settings are applicable...
In general, I agree that a "metagraph" would be a good thing in most/all neo4j databases. In the RDBMS world, we take for granted that all of our metadata is...
There appear to be procedures to trigger a checkpoint. And some system metrics you can get by CSV to indicate timings/durations of checkpoints. But there doesn't appear to be a...