Values_1.FederatedTableSourceA table that points to an entity outside the Glue Data Catalog.
type nonrec t = {identifier : Values_0.FederationIdentifier.t option;A unique identifier for the federated table.
*)databaseIdentifier : Values_0.FederationIdentifier.t option;A unique identifier for the federated database.
*)connectionName : Values_0.NameString.t option;The name of the connection to the external metastore.
*)connectionType : Values_0.NameString.t option;The type of connection used to access the federated table, specifying the protocol or method for connecting to the external data source.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.FederationIdentifier.t ]) list ]