...
Input/Output | Type of View | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
|
| The SQL query in which you want to add the SAMPLE clause. Typically, it would be a SELECT query reading the source table. |
Output | Document |
|
| The incoming SQL query with the SAMPLE clause and a preview of the query's result if the Get preview data check box is selected. |
Snap Settings
Info | ||
---|---|---|
| ||
You can use the SQL Expressions and Functions supported for ELT to define your Snap or Account settings with the Expression symbol = enabled, where available. This list is common to all target CDWs supported. You can also use other expressions/functions that your target CDW supports. |
Field Name | Type | Field Dependency | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Label | String | None |
Default Value: ELT Sample Example: Sample Order Data | ||||||||||
Get preview data | Checkbox | None |
Default Value: Not selected Example: Selected | ||||||||||
Sampling Type | Drop-down list | None | Choose the sampling type to query your data. Available options are:
Default Value: Number of Records Example: Percentage of Records | ||||||||||
Number of Records | String/Expression | Sampling Type is Number of Records | Enter the number of records to output.
Default Value: NA Example: 10 | ||||||||||
Percentage of Records | String/Expression | Sampling Type is Percentage of Records | Enter the percentage number of records to sample your data based on a percentage value of the total records in the table.
Default Value: NA Example: 25 |
...