Self reference in python model?

The problem I’m having

i can’t get the dataframe of the self python model.

The context of why I’m trying to do this

I need to compare if a record is already stored in order to make another calculations.

What I’ve already tried

dbt_table = f'{dbt.this}'
df =  session.sql(f"SELECT * FROM {dbt_table}")