szymon_dybczak
Esteemed Contributor III

Hi @KKo ,

The simplest way is to have a parametrized notebook which you can pass a name of your catalog as your parameter. Then you can use that parameter to prepare appropriate SQL statements responsible for creating catalogs/schemas/tables.

Alternatively, you can use tools like Flyway/Liquibase  that can help with CI/CD process of database objects

View solution in original post