Pol Monsó Purtí

Results 3 issues of Pol Monsó Purtí

I couldn't find in the documentation what is the size of the integers when using IntArray data type. How could I tell pony to use size=64 (bigint) ? Using postgresql.

dbt already issues a warning when a documented model does not exist, it'd be nice to have a hook for that. If I understood correctly the model hooks ensure that...

enhancement

### Describe the bug ### Steps to reproduce create the following base data (input_model): ```sql {{ config( materialized='table', event_time='event_time' ) }} select 1 as id, toDateTime('2020-01-01 00:00:00') as event_time union...

bug