Local Folder
Local Folders are a great option for bringing CSV data to your Assistant. This guide explains how to connect a local folder to your environment in Skill Studio and upload data. The intended audience is users of Mac systems who want to manage datasets in Skill Studio. This assumes you already have access to Skill Studio and some basic understanding of the interface.
Navigate to Skill Studio
- Open your Mac environment.
- Navigate to Skill Studio.
Add a New Connection
- Select the Data option from the left-hand navigation panel.
- At the very bottom of the panel, click the Add Connection (+) button.
- In the pop-up menu, click Add New Connection.
- Enter a name for your connection and provide a description.
- Under Connection Type, select Local Folder.
- Click Create to finalize the connection. You should see a confirmation message.
Create a New Dataset
- Go to the Datasets tab.
- In the top right-hand corner, click Add New Dataset.
- Choose the option to Add or Import a dataset.
- In the Upload File section, select a file to upload by clicking the button or dragging and dropping a file.
- Supported file types: CSV or Parquet.
- Once the file appears in the modal and the upload is complete, click Next.
- Depending on the format of date in your data file, you may need to pass in an additional parameter:
SELECT * FROM read_csv('pasta_v8.csv', dateformat='%m/%d/%Y')
- Depending on the format of date in your data file, you may need to pass in an additional parameter:
Review and Create the Dataset
- After the upload is complete, you will see a preview of the table containing your sample data.
- Confirm that the data displayed is correct, and click Create Dataset to proceed.
Extract Dimensions and Metrics
- The system will automatically begin extracting dimensions and metrics from the dataset.
- A loading indicator at the top of the screen will show the progress of this process.
- Once extraction is complete, go to the Columns tab to review all extracted columns.
- Yellow indicators will highlight any issues with the upload.
Review Column Data
- Clicking into any column will display detailed information about that column, such as:
- Column name.
- Related SQL queries.
- Descriptions.
- Output labels.
- DIMM values.
- You can search and create mappings for DIMM values as needed.
Select the Dataset for a Assistant or Skill
- Navigate to the Settings of the assistant or skill in Skill Studio.
- Click Dataset, then select the dataset you have just created.
Conclusion
You have successfully connected a local folder and uploaded data to Skill Studio. After reviewing and creating the dataset, you can use it in various assistants or skills within the platform.
Updated 19 days ago