Pedro Sánchez
Pedro Sánchez
I'm having the same error installing ADF Utilities: > package.json ``` { "scripts": { "build": "node node_modules/@microsoft/azure-data-factory-utilities/lib/index" }, "dependencies": { "@microsoft/azure-data-factory-utilities": "^0.1.5" } } ``` > npm version ``` {...
Alright, so here's a bit more detail, perhaps it's a layer-8 error? - With the package.json at the root label the `npm install` command **runs successfully** - With the package.json...
How exactly is the TypeHandler used? I have the following line in the constructor of my DB class ```csharp SqlMapper.AddTypeHandler(new DateOnlyTypeHandler()); SqlMapper.AddTypeHandler(new TimeOnlyTypeHandler()); ``` and the following TypeHandlers ```csharp public...
That makes more sense indeed. And I also realized that z.dapper.pluss doesn't use the TypeHandlers for bulk inserts, which is why the breakpoints weren't hitting the methods in the first...
My pipelines are also having the same issue, is there a permanent fix for this issue in the pipelines?
@Dave-Osborne - are you using Microsoft Hosted Agents? - are you using a SQL Login or an Entra account? I haven't been able to figure this out and most of...
Just for future reference for anyone stumbling into this: **Federated Identity** Much less maintenance and overall better and somewhat preferred BUT not all tasks support the federated authentication model, for...