🪲 Bug fixes
- Spark temp tables (#1656) @eakmanrq
- External model schema was using generic model name the key. sqlglot is lenient enough to accept double quotes instead of backticks for dialects like bigquery, but this makes the schema.yaml more consistent (#1658) @tobymao
🧹 Chore
- Bump sqlglot to v19.0.2 (#1653) @georgesittas
- Check for both temp table types (#1657) @eakmanrq