starburstdata/dbt-trino

TestPersistDocs fails on galaxy

damian3031 opened this issue · 0 comments

This test:
https://github.com/starburstdata/dbt-trino/blob/v1.5.0/tests/functional/adapter/persist_docs/test_persist_docs.py#L138-L142

fails on galaxy with error:

TrinoUserError(type=USER_ERROR, name=NOT_SUPPORTED, message="This connector does not support setting view comments")

Despite that same test passes on Trino on Iceberg.

This one is probably related to same root cause:
https://github.com/starburstdata/dbt-trino/blob/v1.5.0/tests/functional/adapter/persist_docs/test_persist_docs.py#L69-L72