sensanjoy
Contributor II

Hi @lingareddy_Alva 

This is regarding opt. 4(Hybrid Approach). Below lines 

SELECT {catalog_name} as catalog, {schema_name} as schema;

USE {catalog_name};

would throw syntax error if you try to run after initial setup as you mentioned.