Matt Byrne

Results 9 issues of Matt Byrne

# CIR-2016-22 Since `null` handling can be common within a statement, writing `coalesce` every time can be a bit verbose. It would be nice to have some syntactic shorthand sugar...

CIR

In People API you can have a url with type "website", according to https://developers.google.com/+/api/latest/people#resource. The UrlType enum does not contain an entry for that and as such throws an exception...

Hi - nice lib and thanks for publishing. When we are defining a version with suffix only (so the tables naturally appear together) like so we get an error. ```...

**Feature Request** Description: I would like to be able to use `expect.toMatch(/test-string-[\w-]+/)` with regular expression support. This is equivalent to `expect("test-string-A4454556565").toMatch(/test-string-[\w-]+/)` Possible solution: I can currently use `expect.toSatisfy((src) => /test-string-[\w-]+/.test(src));`...

### What's the issue? Incorrect type definition [at this line](https://github.com/marnusw/date-fns-tz/blob/a92e0ad017d101a0c50e39a63ef5d322b4d849f6/typings.d.ts#L60). The following valid statement ```typescript console.log("Current offset: ", getTimezoneOffset()); ``` In my local Sydney timezone (offset of 11 hours) produces...

**Describe the bug** Failures timeline shows history of the count of failures in graph, but the actual value cannot be viewed easily. **Expected behavior** I'd like to see the actual...

bug

**Describe the bug** When I have `data_tests` entries that are using the [custom test name](https://docs.getdbt.com/reference/resource-properties/data-tests#custom-data-test-name) configuration, the `Tests` list to the right of the model does not show that custom...

bug

## Overview When we run `dbt test --store-failures`, the full table identifier for the failures is included in the `results[*].relation_name` field `run_results.json`. It would be nice to include this so...

enhancement

### Describe the feature I would love the output from `compare_all_columns` to be applicable to multiple columns across two queries. Its like `compare_column_values`, but supporting multiple columns and thus using...

enhancement
triage