Chris Lee

Results 2 comments of Chris Lee

@ericmuijsvanoord thank you for looking into this. Unfortunately casting to `datatime2` did not work in this case. ``` SQL Error [529] [S0002]: Explicit conversion from data type timestamp to datetime2...

Overriding the column datatype to `BIGINT` with the [union_relations](https://github.com/dbt-labs/dbt-utils/tree/1.1.1/?tab=readme-ov-file#union_relations-source) `dbt-utils` macro will likely be a viable path with this source data. Again -- I great appreciate your efforts looking into...