Hello everyone,
Just to ask you how can I do to import a complete schema from a database and then export it into snowflake
Hello everyone,
Just to ask you how can I do to import a complete schema from a database and then export it into snowflake
If you need to recreate tables, fields, field types, indexes, constraints etc. I would suggest following a relevant Snowflake migration guide: https://resources.snowflake.com/migration-guides.
If you only need to move data into an already created schema in Snowflake then:
SELECT * FROM {TableName}
where parameter {TableName} is a table name from the list assigned in the iteration