Posts

Showing posts with the label Azure Data Factory

Getting Started with Azure Data Factory - Insert Pipeline details in Custom Monitoring Table

Image
Monitoring of any system/application's health and performance plays very important role in an Enterprise , as you get insight about what is happening with the applications and can prevent from major losses by enabling better/corrective decision. Microsoft has provided inbuilt Monitoring feature within Azure Data Factory where you gets details about the each Pipeline which is run and also details about the activity inside the pipeline. As can be seen lot of details are made available at both the levels,RunID, Starttime, status, name, duration etc.   and at activity level you can even see  input and output of that particular activity. So the question might arise why need of Custom monitoring table? 1. Currently the pipeline run data retention is only for 45 days , then after data would be no more available. 2. Support for User defined properties -- all the details which we see is system properties but what about other than those, i.e. User defined p...

Bad Request - The specifed resource name contains invalid characters.

Image
Encountered below error when triggered the  pipeline which moves data  from SQL to Azure Data Lake Store Gen2 and writes a csv file Error Activity Copy DataFromSQL failed: ErrorCode=UserErrorFailedBlobFSOperation,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=BlobFS operation failed for: Operation returned an invalid status code 'BadRequest'. Account: 'adls2adf'. FileSystem: ' EMPARCHIVE '. ErrorCode: 'InvalidResourceName'. Message: 'The specifed resource name contains invalid characters.'. RequestId: '8a0437a7-201f-0008-4ac7-1e3e47000000'.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=Microsoft.Azure.Storage.Data.Models.ErrorSchemaException,Message=Operation returned an invalid status code 'BadRequest',Source=Microsoft.DataTransfer.ClientLibrary,' Why it happened The error actua...

Getting Started with Azure Data Factory - CopyData from CosmosDB to SQL

Image
Why and What is Data Factory Day by day the amount of data collected by any business/enterprise is growing - both the historical and transactional. But is there any need to keep them? Is it useful to business in any way? -- Yes, the data which is collected so far or would be collected on going can be used to deduce value by process of analyzing data and presenting actionable information to help executives, managers and other corporate end users to make informed business decisions. (assisting Business Intelligence) Like it is said Information when processed on turns into Knowledge. To make this possible  Raw Data(information) --> Transformed data(knowledge),  Microsoft introduced data integration service i.e. Azure Data Factory which is capable of extracting-transformation-loading (ETL) or  extracting- loading- transformation(ELT), for transformation activities either of following can be used - HDInsight, Data Bricks, Azure Data lake U-SQL, Machine Lear...