why we get prefixes added to schema of dbt_project.yml for some users and not for others

The problem I’m having is -:i have dbt project cloned from git in that dbt_project.yml file has all raw schema as e.g sap_s4p and in profile.yml file has schema as enr whenever i want to run any model it should concat enr from profiles and sap_s4p from dbt_project file and at the end model should be run on enr_sap_s4p schema

same project other developer also have when they run model it is concating enr with raw schema but at my end that is not the case it is only picking raw schema it not concating it

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!