How do I output the schema name in example_model.sql model ?
I have tried different things like {{ model.schema }}, {{ target.schema }}, {{ this.schema }}, {{ config.schema }}, but nothing gives me the desired template output which is ‘some_schema_name’ in this case.