profile_data_source
Analyze connected data sources to identify field types, semantic patterns, and structure for informed chart and template selection in Tableau workbooks.
Instructions
Profile the currently connected data source.
Works for ANY connection type: CSV extract, Hyper, MySQL, Tableau Server, Excel — anything that has fields in the workbook. The profile includes dimension/measure classification, semantic types, domain hints, and boolean signals that guide chart and template selection.
Args: source_type: Override source detection. Usually "auto" which inspects the workbook fields. Other options: "csv", "hyper" (requires separate file path tools).
Returns: Human-readable DataProfile with signals for template/chart decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_type | No | auto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |