I've created a Node.js script that programmatically generates tables and dashboards in Metabase. After the dashboard creation, I'd like to automate creating a new question (query) and add it directly to the dashboard.
All the tables will have identical structures (same column definitions), but the data is different in each table.
What's the way to achieve this automation in Metabase?