Burak Emre Kabakcı

Results 88 comments of Burak Emre Kabakcı

@johnspackman take a look at http://jsonnet.org. We're basically using this library to generate Jsonnet from JSON.

Yes, you can make modifications in place and render the output as JSON. @johnspackman

Jsonnet supports comments and compiles to JSON. I don't know about the formatting though. The idea is that you maintain Jsonnet files which are more user-friendly and compile to JSON...

Is there any improvement on this issue? Both of the workarounds work in latest version but would be nice get this fixed.

@qualidafial, yes as a `RowMapper`. I thought that `KotlinMapper` should support that but it seems to support only `data class`.

Hmm, I believe that it's because your dbt model doesn't have `meta.metriql` property and since Metriql ignores these dbt resources, it's not able to resolve the reference. I just added...

Is this because the target data warehouse can't resolve the column name as it's not defined or is the query not valid? I'm not able to reproduce the issue, do...

Thanks for the feature request, @yu-iskw! I was under impression that when you pass `--models` to dbt commands, the generated `manifest.json` file includes the relevant nodes but it [doesn't seem...

For reference, I'm planning to implement `--resource-type` and `--models` as a start.