The problem I’m having
I’ve installed the dbt-artifacts package and tried to run it. When I run dbt run --select dbt_artifacts
I get an error. I’m using dbt-core with dbt-synapse. I get the error ERROR: alter_relation_comment macro not implemented for adapter synapse
The context of why I’m trying to do this
I want to be able to save the details of the dbt runs to the database, and the artifacts package should allow that.
The only possibly relevant information I have found on this is related to persist_docs not being compatible with Synapse. However, I’m not trying to persist docs.
Has anyone had the same error and how did you get past it?