kestra-io / plugin-dbt

Apache License 2.0
8 stars 4 forks source link

fix(v2 property): back to v1 when annotation is different that @NotNull #144

Closed mgabelle closed 5 days ago

mgabelle commented 5 days ago

V2 properties does not support other annotations than @NotNull for now. To prevent bugs we just revert the properties to v1 when other annotations are involved.

Fixes https://github.com/kestra-io/plugin-dbt/pull/144