pub async fn upsert( client: &Client, table: &str, metadata: &TableMetadata, ) -> Result<()>
Insert or update metadata for a table.