Skip to content

Commit

Permalink
Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartbryson committed Apr 11, 2023
1 parent b1c1a07 commit 6e473d3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ class SnowflakeExtension {
/**
* The name of the cloned Snowflake database. Default: auto-generated.
*
* Dynamically generated name for an ephemeral Snowflake clone to create. Uses CICD properties when they are available, and a simple unique name when they are not.
* The autogenerated value is always prefixed with 'EPHEMERAL_<gradle project name>_', followed by pull request, tag or branch information when running in CICD environemnts. Otherwise, the suffix is autogenerated.
*/
String ephemeralName

/**
* Return the name of the Maven publication task associated with the external stage.
*/
Expand Down

0 comments on commit 6e473d3

Please sign in to comment.