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β
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
API Key | CHATGPT_API_KEY | Password | β | - | - | API Key from OpenAI |
File Name | CHATGPT_FILE | Alphanumeric | β | - | - | The data that you would like a data dictionary created from in CSV form. |
Data Dictionary File Name | CHATGPT_DESTINATION_FILE_NAME | Alphanumeric | β | - | - | 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'