Snapshot Setup -- Can I use hard-deletes with dbt-duckdb adapter?

The problem I’m having

I’m using dbt-core with a dbt-duckdb adapter and am trying to create a snapshot table to track what rows are deleted and when the deletion occurred. No issues with the setup of the snapshot table itself, however the documentation on hard-deletes explicitly says it can be used with dbt-postgres, dbt-bigquery, dbt-snowflake, and dbt-redshit adapters. Does this mean I can’t use it with the dbt-duckdb adapter?