We are trying to use the bulkCopyToSqlDB function within Azure Databricks. Our destination staging tables consist of fields that are of type UniqueIdentifier (aka Guid). We have been unable to map any ...
uid := mssql.UniqueIdentifier{} uid.Scan("5AB0412A-2B2F-430F-8830-002A42125148") test, err := models.TestTables(Where("ID = ?", uid)).One(ctx, db) if err != nil ...