Dalitso Banda

Results 7 issues of Dalitso Banda

Join in koals breaks when on keyword is supplied to join on a shared column. ``` a = ks.DataFrame({"A" : [1,2,3], "B": [4,5,6]}) b = ks.DataFrame({"B" : [11,12,13], "C": [14,15,16]})...

bug

In our testing with TPCH we found that for large scale factors the loader wasn't fault tolerant and would have to be restarted after any connectivity failure. In this PR...

This is an attempt to get the consumers to actually write to clickhouse on submit. A challenge here was our clickhouse client is async, so I had to modify the...

Stale

Add some type checking to the spans tests to make sure our test data schemas make sense.

Stale

Switches the metrics client to be a trait and introduces a testing and datadog backend of the metrics client. Datadog is still WIP but this impl uses the dogstatsd library.

Stale

Add description of the correct query node value

Stale