How do not use default schema

The problem I’m having

dbt add the schema i defined in the yml file but i just want that alone (without the default schema)

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! 

Read up on overriding the generate_schema_name macro. Everyone does it!! :slight_smile: https://docs.getdbt.com/docs/build/custom-schemas

Note: @bsellick originally posted this reply in Slack. It might not have transferred perfectly.