Search_path is not being set correctly

I am currently using the latest version of Liquibase for Redshift 4.7.1. In the logs with a level of FINE, I see that ‘SET search_path’ is being run by appending the --defaultSchemaName to the search_path of the cluster parameter group. When liquibase runs the SQL scripts, the schema is resolved to be the schema from the cluster parameter group, causing me to believe the search_path was reset. I found a similar issue on github that mentions the search_path being reset: Incorrect schema name in the search path is called when using the “–defaultSchemaName” on a non-default schema · Issue #1113 · liquibase/liquibase · GitHub
Is there still an issue happening on the liquibase side thats resetting the search_path?

Welcome to the Liquibase Community, akristanto6!

I’ve linked this to an open GitHub issue, and updated the product team to let them know you’re seeing this same behavior. It looks like it is not fixed, yet. In the GitHub, I noticed that there’s a workaround in the original report, but I’m not sure if this will help you.

Regards,
Tabby