Skip to content

Commit

Permalink
add identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Oct 23, 2024
1 parent ded7408 commit b25b10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/clone_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ USE ROLE DATA_ENGINEER;

-- We clone the DB using the syntax seen here:
-- https://docs.snowflake.com/en/sql-reference/sql/create-clone#databases-schemas
CREATE DATABASE IDENTIFIER('&CLONED_DB_NAME') CLONE SYNAPSE_DATA_WAREHOUSE_DEV;
CREATE DATABASE IDENTIFIER(&CLONED_DB_NAME) CLONE SYNAPSE_DATA_WAREHOUSE_DEV;

0 comments on commit b25b10d

Please sign in to comment.