- Optional Description: A brief description of your workspace, placed at the top preceded by a // for comments.
- Workspace Declaration: The
workspaceblock defines the workspace name and contains settings and preferences.
- Acceptance of AI Terms: The
acceptanceobject indicates whether the user has accepted AI terms of service, required to utilize the SQL assistant.
- Preferences: The
preferencesobject contains various boolean settings that customize the workspace behavior.
| Setting Name | Description | Default Value |
|---|---|---|
| internal_docs | Enables or disables internal documentation features. | false |
| track_performance | Track run times and counts of function stack runs to gather insights. | true |
| sql_names | Set readable, custom names for SQL access instead of using default identifiers. | false |
| sql_columns | New tables will use individual SQL columns instead of a JSONB field | true |