Card

Card is representing a question.

Table Name

report_card

Attributes

Name Type Description
id int Primary key
database_id int id number of database on your metabase environment
collection_id int id number of collection
query_type string native or query
name string Display name of the card
description string Description name of the card
dataset_query DatasetQuery JSON stringified

Source Code