Burak Emre Kabakcı

Results 47 issues of Burak Emre Kabakcı

Is there any way to create a playlist with chaining the calls? Let's say that I want to fetch similar artists, get top 5 songs of each artist and sort...

It would be great if we can print the environment variables for arguments when `--help` is enabled. Ideally, it can be configurable in `CliktHelpFormatter`.

It looks like `Pair` doesn't work with JDBI, it would be great if we could support it via `rs.getObject(Int)`

feature
help wanted

From the conversation here: https://metriql.slack.com/archives/C0229LE836K/p1646700362767259

The MQL queries that uses `date_trunc` needs to be re-written as `datetime_trunc` if the type is `timestamp` and as `date_trunc` if the type is `date` but the context doesn't have...

bug

We already have integration with Thoughtspot through the Trino interface but for formatting/field mapping, we need to generate [TML files](https://docs.thoughtspot.com/software/7.0/tml.html) and upload them to Thougtspot instances. Here is the Python...

integration

We should support overriding the default targets defined in the YML file with an extra argument `--target`