Skip to main content

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​

NameReferenceTypeRequiredDefaultOptionsDescription
API KeyCHATGPT_API_KEYPasswordβœ…--API Key from OpenAI
Number of RowsCHATGPT_NUMBER_OF_ROWSIntegerβœ…10-The number of rows of dummy data
List of ColumnsCHATGPT_COLUMNSAlphanumericβœ…--The columns for the dummy data. The columns should be listed in a column separate list.
Data File NameCHATGPT_DESTINATION_FILE_NAMEAlphanumericβœ…--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'