Values_1.DataQualityTargetTableSourceAn object representing an Glue table.
type nonrec t = {tableName : Values_0.NameString.t;The name of the Glue table.
*)databaseName : Values_0.NameString.t;The name of the database where the Glue table exists.
*)catalogId : Values_0.NameString.t option;The catalog id where the Glue table exists.
*)}val make :
?catalogId:??? ->
tableName:Values_0.NameString.t ->
databaseName:Values_0.NameString.t ->
unit ->
t