Documentation ¶
Index ¶
- func FormatFullyQualifiedObjectID(dbName, schemaName, objectName string) string
- func ParseAndFormatFullyQualifiedObectID(s string) string
- func ParseFullyQualifiedObjectID(s string) (dbName, schemaName, objectName string)
- func ValidateAccountIdentifier(i interface{}, k string) (s []string, errors []error)
- func ValidateAdminName(i interface{}, k string) (s []string, errors []error)
- func ValidateEmail(i interface{}, k string) (s []string, errors []error)
- func ValidateIsNotAccountLocator(i interface{}, k string) (s []string, errors []error)
- func ValidatePassword(i interface{}, k string) (s []string, errs []error)
- func ValidateWarehouseSize(i interface{}, k string) (s []string, errors []error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatFullyQualifiedObjectID ¶ added in v0.47.0
func ParseAndFormatFullyQualifiedObectID ¶ added in v0.47.0
func ParseFullyQualifiedObjectID ¶ added in v0.47.0
func ValidateAccountIdentifier ¶ added in v0.56.0
func ValidateAdminName ¶ added in v0.56.0
ValidateAdminName: A login name can be any string consisting of letters, numbers, and underscores. Login names are always case-insensitive.
func ValidateEmail ¶ added in v0.56.0
func ValidateIsNotAccountLocator ¶ added in v0.38.0
ValidateIsNotAccountLocator validates that the account value is not an account locator. Account locators have the following format: 8 characters where the first 3 characters are letters and the last 5 are digits. ex: ABC12345 The desired format should be 'organization_name.account_name' ex: testOrgName.testAccName.
func ValidatePassword ¶
ValidatePassword checks that your password meets the Snowflake Password Policy
Must be at least 8 characters long. Must contain at least 1 digit. Must contain at least 1 uppercase letter and 1 lowercase letter. lintignore:V011
func ValidateWarehouseSize ¶ added in v0.66.2
Types ¶
This section is empty.