Skip to content

Commit c53ab75

Browse files
error message
Co-authored-by: Thomas Chow <[email protected]>
1 parent 1973531 commit c53ab75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud_gcp/src/main/scala/ai/chronon/integrations/cloud_gcp/DelegatingBigQueryMetastoreCatalog.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class DelegatingBigQueryMetastoreCatalog extends TableCatalog with SupportsNames
159159
}
160160
}
161161
}
162-
.getOrElse(throw new NoSuchTableException(f"Table not found: ${ident}"))
162+
.getOrElse(throw new NoSuchTableException(f"Tgable: ${ident} not found in bigquery catalog."))
163163
}
164164

165165
override def createTable(ident: Identifier,

0 commit comments

Comments
 (0)