Python models materialized as Dynamic Tables

I noticed that Python models are currently documented as only supporting Table and Incremental materializations and the docs make it sound like even custom materializations aren’t supported. Is that the case, and are there any plans to support Dynamic Tables in Snowflake?

It looks like Snowpark makes it pretty easy to turn a Data Frame object into a Dynamic Table, which would allow these models to be updated through change streams on their ref’s rather than being incrementally computed using a time column.