Paul Holser
Paul Holser
We go one level deep on generator configuration annotations, and zero levels deep on `@Property` annotations. Consider going as far as the annotation tree goes for finding `@Property` annotations and...
in particular, this will allow us to forego any hacky checking for JDK versions/API, and let us build on JDK > 8 and clear this compile error: ```[ERROR] ...junit-quickcheck/core/src/main/java/com/pholser/junit/quickcheck/internal/FakeAnnotatedTypeFactory.java:[50,26] com.pholser.junit.quickcheck.internal.FakeAnnotatedTypeFactory.FakeAnnotatedArrayType...
**Describe the bug** I’ve got a DBT test which reads like so: ``` with raw_columns as ( select ... from {{ ref('i') }} as i left join {{ ref('p') }}...
**Is your feature request related to a problem? Please describe.** Mage-AI allows for pipeline failure/success/etc. events on Slack, Discord, Teams, etc. Sometimes, however, we would like to be able to...