Jachen Duschletta

Results 55 comments of Jachen Duschletta

In this new replace attribute you are implementing, would it be possible to support multiple Placeholders? ``` ``` I am asking since I know I would need to be able...

@gedia I put together a branch for reassembly, some of your changes I had already added in (such as the regex parser for all versions) Thank you for confirming my...

The issue is caused by the following line in querier: ```go duckdbQuery = fmt.Sprintf("%s FROM read_parquet([%s], union_by_name=true)%s", originalParts[0], filesList.String(), restOfQuery) ``` [https://github.com/gigapi/gigapi-querier/blob/f23aaba99122fa9c798a6888b089de03ffae4d97/querier/queryClient.go#L969] This occurs when no parquet file is found...

@myrcinos Could you add a stdout {} to your output {} and check if you see any messages before the hep output? The log you see indicates that app_audiocodes was...

``` output { stdout {} if [rcinfo] != 'undefined' { hep { host => '127.0.0.1' port => 9060 hep_id => 2222 } } } ``` Do you see any messages...