Closed MichelleArk closed 1 year ago
Core issue: https://github.com/dbt-labs/dbt-core/issues/7067
Implement constraint_support on the SparkAdapter to satisfy:
constraint_support
(from: https://github.com/dbt-labs/dbt-core/issues/7067#issuecomment-1447281379)
Additionally, remove the not_null-related warning raised in spark__alter_column_set_constraints: https://github.com/dbt-labs/dbt-spark/blob/main/dbt/include/spark/macros/adapters.sql#L202-L204
not_null
spark__alter_column_set_constraints
Core issue: https://github.com/dbt-labs/dbt-core/issues/7067
Implement
constraint_support
on the SparkAdapter to satisfy:(from: https://github.com/dbt-labs/dbt-core/issues/7067#issuecomment-1447281379)
Additionally, remove the
not_null
-related warning raised inspark__alter_column_set_constraints
: https://github.com/dbt-labs/dbt-spark/blob/main/dbt/include/spark/macros/adapters.sql#L202-L204