DBT and Secured Views linking to Row Access Policy

The problem I’m having

Trying to create a Secured Snowflake view using dbt . Want to link it to existing Row Access Policy by adding something like this:
WITH ROW ACCESS POLICY db.schema.<policy_name> ON (parameter) as

The context of why I’m trying to do this

What I’ve already tried

Some example code or error messages

Put code inside backticks
  to preserve indentation
    which is especially important 
      for Python and YAML!