Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Step Type:

    • View pending migrations: View the difference between database vs Git and a list of pending migrations.

    • Deploy pending migrations: Once difference in pending migrations are found, migrate the above difference found to the database.

  • Flyway Database: Select the Snowflake account configured in the Tool Registry.

  • SCM Type: Select a Source Control Management type. Choose from Bitbucket, Gitlab and Github.

  • SCM Account: Select the Source Control Management tool configured in the Tool Registry.

  • Workspace/Project: Select the Workspace or Project within your SCM that hosts the Repository corresponding to the Snowflake Database.

  • Repository: Select the Repository within your selected SCM containing the scripts to be migrated.

  • Branch: Chose the branch that will be migrated.

  • Schema: Select the schemas that will be managed by Flyway.

  • Base Schema: The default schema that will host the Flyway schema history table.

  • Scripts Location: The location within SCM containing the SQL scripts.

  • Database: The Snowflake database where the migration will occur. Hidden for MySQL.

  • Warehouse: The Snowflake Compute warehouse to be utilized for this operation. Hidden for Redshift, SQL Server & MySQL.

  • Allow Out of order toggle buttonOrder Deployment: If this button toggle is enabled it allows the user to deploy migrations in any order.

...