Skip to main content

ChatGPT - Create Data Dictionary

Overview​

First time using this Blueprint? Make sure you follow our ChatGPT authorization guide.​

This Blueprint takes in a CSV file and creates a data dictionary.

Variables​

NameReferenceTypeRequiredDefaultOptionsDescription
API KeyCHATGPT_API_KEYPasswordβœ…--API Key from OpenAI
File NameCHATGPT_FILEAlphanumericβœ…--The data that you would like a data dictionary created from in CSV form.
Data Dictionary File NameCHATGPT_DESTINATION_FILE_NAMEAlphanumericβœ…--The file where the data dictionary will be stored.

YAML​

Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.

source:
blueprint: ChatGPT - Create Data Dictionary
inputs:
CHATGPT_API_KEY: null ## REQUIRED
CHATGPT_FILE: 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'