Henri Blancke

Results 9 issues of Henri Blancke

I typed: ```sql SELECT updated_at, asin, data->'title' AS product_title FROM product ``` And it formatted to: ```sql SELECT updated_at, ASIN, DATA -> 'title' AS product_title FROM product ``` Why is...

bug

When else is `NULL` it will append `END` without space to `NULL` Example: ``` CASE WHEN a > 1 THEN b WHEN b > 1 THEN a ELSE NULL END...

bug

Currently expressions with a single word are exempt from becoming an inline block. Ideally we would be able to let the user decide at what number of words they wan't...

enhancement

resolves https://github.com/dbt-labs/dbt-utils/issues/553 This is a: - [ ] documentation update - [x] bug fix with no breaking changes - [ ] new functionality - [ ] a breaking change All...

# Description of change While trying to integrate `tap-google-sheets` into a local [transferwise/pipelinewise](https://github.com/transferwise/pipelinewise) setup, I noticed that `pipelinewise` does not support multiple types when using `anyOf`. JSON Schema supports specifying...

# Add agile support Support retrieving data from the [Jira Cloud Software API](https://developer.atlassian.com/cloud/jira/software/rest/intro/) discussed in #51 . This includes support for: - Boards - Sprints - Epics - Board Issues...

Are there any plans to support pulling in data from the [Jira Software REST API](https://developer.atlassian.com/cloud/jira/software/rest/intro/)?

I've not been able to get session ids working for Amplitude on both iOS and Android. Session IDs keep defaulting to `-1`. This is with `amplitudeIntegrationEnabled` enabled and for both...

help wanted