Problem using python and sql (postgres) models

Good morning,

I use a postgres adapter in my dbt project, I also want to use python models but I have this error: 09:53:37 Completed with 1 error and 0 warnings:
09:53:37
09:53:37 Runtime Error in model test (models/sgf_script/test.py)
Materialization “materialization_table_default” only supports languages [‘sql’]; got “python”

Please, I need your help.

Python models are not support for Postgres yet.