Check if a node ID represents a Supabase table.
static bool isSupabaseTableNodeId(String nodeId) => _supabaseTable.matches(nodeId);