Field descriptions

Adding descriptions to fields helps stakeholders understand what each field represents. These descriptions appear when users hover over a field in the UI, offering helpful context that ensures that even non-technical users can easily interpret the data.

fields:
  - name: top_track
    label: Top Track
    description: The artists most popular track by number of streams over all time.
    group: Artist

In the canvas UI, descriptions appear in tooltips when you hover over the field with your cursor.

Last updated