skip to Main Content

Azure – DataBricks Pyspark DATEADD

I'm trying to filter out data from the current date to last 3 years and trying to use this for Pyspark dataframe. below sql query needs to convert into Pyspark dataframe format date >= dateadd(month,-4,current_date) How to write above sql…

VIEW QUESTION

Approving pipeline stage azure devops via API

I am trying to approve stages of a multi-stage yaml pipeline in azure devops but my REST requests to the endpoint detailed here return an error {"$id":"1","innerException":null,"message":"Value cannot be null.rnParameter name: updateParameters","typeName":"System.ArgumentNullException, mscorlib","typeKey":"ArgumentNullException","errorCode":0,"eventId":0} I followed the strategy of obtaining the…

VIEW QUESTION

Azure – BlobServiceClient singleton?

I am adding Blob Storage, while I am following this tutorial: https://www.learmoreseekmore.com/2022/11/dotnet7-webapi-azure-blob-storage-file-management-example.html This piece: builder.Services.AddScoped(_ => { return new BlobServiceClient(builder.Configuration.GetConnectionString("AzureStorage")); }); if I use the connectingstring from the access Keys it is everytime blazing fast. responds in around 15ms. When…

VIEW QUESTION

error with azure terraform script to create vm

i have a terraform code in main.tf and outputs.tf and i have an error about key vault, this section is available on my azure dashboard : module.virtual_machine.azurerm_key_vault_secret.client_credentials_login: Still creating... [6m20s elapsed] module.virtual_machine.azurerm_key_vault_secret.client_credentials_password: Still creating... [6m20s elapsed] │ Error: checking for…

VIEW QUESTION
Back To Top
Search