A human-readable name for the component.
- Name: The name of the column.
- Type: Select the data type.
- Varchar: This type is suitable for numbers and letters. A varchar or Variable Character Field is a set of character data of indeterminate length.
- Number: This type is suitable for numeric types, without or with decimals.
- Float: This type of values are approximate numeric values with fractional components.
- Boolean: This type is suitable for data that is either “true” or “false”.
- Date: This type is suitable for dates without times.
- Time: This type is suitable for time, independent of a specific date and timezone.
- Timestamp: This type is a timestamp left unformatted (exists as Unix/Epoch Time).
- Variant: Variant is a tagged universal type that can hold up to 16 MB of any data type supported by Snowflake.
- Size: For Text types, this is the maximum length. This is a limit on the number of bytes, not characters. For Numeric types, this is the total number of digits allowed, whether before or after the decimal point.
- Scale: Relevant only for numeric data, it is the maximum number of digits that may appear to the right of the decimal point.
You can specify table metadata using text mode.Values
data type dependent
required
Input the values for each column. Separate values in the same column with a comma.You can specify table values using text mode. When set to Yes, ignores the metadata order. Default is No.
Row count comparison type
Select how row count values are compared. Possible comparison operators are: “Equal to”, “Greater than or equal to”, “Less than or equal to”, and “Range”.Selecting “Range” makes the Upper value and Lower value properties available.
Set the lower value. This property is only available when Row count comparison type is set to Range or Greater than or equal to.
Set the upper value. This property is only available when Row count comparison type is set to Range or Less than or equal to.
Specify the number of rows.
A human-readable name for the component.
- Name: The name of the column.
- Type: Select the data type.
- Integer: This type is a whole number (not a fractional number) that can be positive, negative, or zero.
- Number: This type is suitable for numeric types, with or without decimals.
- Float: This type of values are approximate numeric values with fractional components.
- Text: This type contains alphanumeric and character strings.
- Timestamp: This type represents values comprising values of fields year, month, day, hour, minute, and second, with the session local time-zone. The timestamp value represents an absolute point in time.
- Date: This type is suitable for dates without times.
- Boolean: This type is suitable for data that is either “true” or “false”.
- Binary: This type is byte sequence values.
- Size: For Text types, this is the maximum length. This is a limit on the number of bytes, not characters. For Numeric types, this is the total number of digits allowed, whether before or after the decimal point.
- Scale: Relevant only for numeric data, it is the maximum number of digits that may appear to the right of the decimal point.
You can specify table metadata using text mode.Values
data type dependent
required
Input the values for each column. Separate values in the same column with a comma.You can specify table values using text mode. When set to Yes, ignores the metadata order. Default is No.
Row count comparison type
Select how row count values are compared. Possible comparison operators are: “Equal to”, “Greater than or equal to”, “Less than or equal to”, and “Range”.Selecting “Range” makes the Upper value and Lower value properties available.
Set the lower value. This property is only available when Row count comparison type is set to Range or Greater than or equal to.
Set the upper value. This property is only available when Row count comparison type is set to Range or Less than or equal to.
Specify the number of rows.
A human-readable name for the component.
- Name: The name of the column.
- Type: Select the data type.
- TEXT: This type contains alphanumeric and character strings.
- INTEGER: This type is a whole number (not a fractional number) that can be positive, negative, or zero.
- NUMERIC: This type is suitable for numeric types, with or without decimals.
- REAL: Single precision floating-point number.
- DOUBLE PRECISION: Double precision floating-point number.
- BOOLEAN: This type is suitable for data that is either “true” or “false”.
- DATE: This type is suitable for dates without times.
- DATETIME: Calendar date (year, month, day), and time of day.
- SUPER: A superset data type that encompasses all scalar types of Amazon Redshift including complex types such as ARRAY and STRUCTS.
- Size: For Text types, this is the maximum length. This is a limit on the number of bytes, not characters. For Numeric types, this is the total number of digits allowed, whether before or after the decimal point.
- Scale: Relevant only for numeric data, it is the maximum number of digits that may appear to the right of the decimal point.
You can specify table metadata using text mode.Values
data type dependent
required
Input the values for each column. Separate values in the same column with a comma.You can specify table values using text mode. When set to Yes, ignores the metadata order. Default is No.
Row count comparison type
Select how row count values are compared. Possible comparison operators are: “Equal to”, “Greater than or equal to”, “Less than or equal to”, and “Range”.Selecting “Range” makes the Upper value and Lower value properties available.
Set the lower value. This property is only available when Row count comparison type is set to Range or Greater than or equal to.
Set the upper value. This property is only available when Row count comparison type is set to Range or Less than or equal to.
Specify the number of rows.
A human-readable name for the component.
- Name: The name of the column.
- Type: Select the data type.
- STRING: This type contains alphanumeric and character strings.
- INT64: This type is a whole number (not a fractional number) that can be positive, negative, or zero.
- FLOAT64: This type of values are approximate numeric values with fractional components.
- NUMERIC: This type is suitable for exact numeric values with up to 29 digits of precision and nine digits of scale.
- BIGNUMERIC: This type is suitable for exact numeric values with up to 38 digits of precision and 38 digits of scale.
- BOOL: This type is suitable for data that is either “true” or “false”.
- BYTES: This type is byte sequence values.
- DATE: This type is suitable for dates without times.
- DATETIME: This type represents a date and time without a time zone.
- TIME: This type is suitable for time, independent of a specific date and timezone.
- TIMESTAMP: This type represents an absolute point in time.
- INTERVAL: This type represents a duration of time.
- Mode: Select the column mode.
- NULLABLE: The column can contain NULL values. This is the default.
- REQUIRED: The column cannot contain NULL values.
- REPEATED: The column contains an array of values of the specified type.
You can specify table metadata using text mode. Toggle Use Grid Variable to use a grid variable as the metadata input instead.Input the values for each column. Separate values in the same column with a comma.You can specify table values using text mode. Toggle Use Grid Variable to use a grid variable as the values input instead. When set to Yes, ignores the metadata order. Default is No.
Row count comparison type
Select how row count values are compared. The available options are:
- Equal to: The row count must exactly match the specified value.
- Greater than or equal to: The row count must be greater than or equal to the specified value.
- Less than or equal to: The row count must be less than or equal to the specified value.
- Range: The row count must fall between a lower value and an upper value.
Set the lower value. This property is only available when Row count comparison type is set to Range or Greater than or equal to.
Set the upper value. This property is only available when Row count comparison type is set to Range or Less than or equal to.
Specify the number of rows.