File Type: Dropdown to select the type of file being uploaded.
SQL Library: Contains golden SQL that can be included in the knowledge base. The file must be in *.sql format.
customer.sql
is 'get all customer data for the north region,' and the user provides a similar prompt in the project, the query in the file will be returned.Data Dictionary: The description of the columns in the tables within the connection.
Format: The file must be a CSV file with the following header: (table_catalog, table_schema, table_name, column_name, description).
Automatically populate missing table and column metadata: When uploading a data dictionary, this checkbox will appear above the Save button. When enabled, this feature instructs the AI to automatically generate descriptions for any table columns that are missing definitions in the data dictionary. This applies to any table in the warehouse's schema that has one or more records in the data dictionary.
Example: If the PRODUCTS table has four columns, and three of them are defined in the dictionary, Infoworks AI will generate a description for the fourth column. However, for another table in the schema, such as STATE_REGIONS, if there are no records in the dictionary, no definitions will be generated.
Business Definition: These contain meaningful business metrics that provide context for the actual tables and columns.
Description: Input field to provide a description of the uploaded file.
Add Knowledge Graph Files: Click the 'Choose a file' button to select the file for upload.