ChatGPT - Create Dummy Data
Overviewβ
First time using this Blueprint? Make sure you follow our ChatGPT authorization guide.β
Takes in a comma separated list of columns and creates a user-specified number of columns of data in a CSV.
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
API Key | CHATGPT_API_KEY | Password | β | - | - | API Key from OpenAI |
Number of Rows | CHATGPT_NUMBER_OF_ROWS | Integer | β | 10 | - | The number of rows of dummy data |
List of Columns | CHATGPT_COLUMNS | Alphanumeric | β | - | - | The columns for the dummy data. The columns should be listed in a column separate list. |
Data File Name | CHATGPT_DESTINATION_FILE_NAME | Alphanumeric | β | - | - | Name of the file for the dummy data |
YAMLβ
Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.
source:
blueprint: ChatGPT - Create Dummy Data
inputs:
CHATGPT_API_KEY: null ## REQUIRED
CHATGPT_NUMBER_OF_ROWS: '10' ## REQUIRED
CHATGPT_COLUMNS: null ## REQUIRED
CHATGPT_DESTINATION_FILE_NAME: null ## REQUIRED
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '0'