1,410 questions with Azure Data Lake Storage tags

Sort by: Updated
0 answers

Azure Datafactory Out of memory error when read from Salesforce

I use Datafactory Copy activity to copy data from Salesforce to ADLS, I am facing with Out of memory error. The file size is 129k of rows 800MB, then I set block size to 100 MB and Max rows per file to 100 000, but the error still exist. What can you…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
asked 2024-04-04T13:32:58.54+00:00
Olga Valiuk 5 Reputation points
edited a comment 2024-04-15T12:06:37.73+00:00
Harishga 5,590 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

ADF pipeline to read the data from UC table to adls gen2 account

Hello Team, We have a requirement to create Azure Datafactory pipeline to read the data from UC table, access on the table is provided ( to Azure Datafactory Managed Identity) and copy the data into adls gen2. Is there a way or article to implement this?…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,047 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
asked 2024-04-11T19:05:05.9733333+00:00
Ashwini Gaikwad 110 Reputation points
accepted 2024-04-15T07:35:40.09+00:00
Ashwini Gaikwad 110 Reputation points
2 answers One of the answers was accepted by the question author.

Consistent data in data lake gen2

Hi friends, I have to understand how data consistency works in ADLS, I have found this old…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
asked 2024-04-04T12:24:04.8466667+00:00
Anshal 2,086 Reputation points
commented 2024-04-12T10:53:58.17+00:00
Eslam Farouk AbdAlrhman Slam 0 Reputation points
1 answer

Can I use wild card(*) in middle of File Path

Can I use wild card(*) in middle of File Path 50m ago Can I use wild card(*) in middle of File Path when I load files ADLS to Notebook?   I got file path like bellow …

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,629 questions
asked 2024-04-12T02:54:02.6333333+00:00
박상준 25 Reputation points
answered 2024-04-12T07:19:07.9533333+00:00
KarishmaTiwari-MSFT 18,747 Reputation points Microsoft Employee
1 answer

Copy Dataverse data into Azure SQL using Synapse Link - Initial data is not loaded

The intended setup is to link Dynamics environment to PowerApp and use Synapse Link to copy data to ADLS. From there ADF template is used to incrementally load data to Azure SQL. In short: Dynamics -> Synapse link -> ADLS -> ADF -> ASQL I…

Azure SQL Database
Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,629 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
asked 2024-03-19T15:28:23.0466667+00:00
rn 0 Reputation points
answered 2024-04-10T11:47:10.9666667+00:00
Mauro Gallo 0 Reputation points
0 answers

Copy data for very small file takes way too long

I encountered a timeout problem related to a copy data activity from ADSL Gen 2 to ADSL gen 2 trying to copy a 0 byte csv file. How is it possible that the activity takes 28 minutes to copy a 0 byte file?

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
asked 2024-04-04T12:01:29.0033333+00:00
Pegoraro, Francesco 40 Reputation points
commented 2024-04-10T07:07:07.1633333+00:00
Pegoraro, Francesco 40 Reputation points
2 answers

Getting this error while copying 3 files from adlgen2 container to same adlsgen2container.

Failure happened on 'Sink' side. ErrorCode=AdlsGen2OperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ADLS Gen2 operation failed for: Operation returned an invalid status code 'BadRequest'. Account:…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
asked 2021-03-19T08:25:11.743+00:00
Arpita Mishra 21 Reputation points
commented 2024-04-10T02:49:11.6266667+00:00
PRADEEPCHEEKATLA-MSFT 84,531 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

last modified time in ADLS storage

Our data collector app is set to use UTC time. It writes to the ADLS Gen2 storage with a directory structure based on current UTC time (i.e. year/month/day). The azure region we selected is East 2. We access azure portal from west coast (i.e PST). …

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
asked 2024-04-08T17:08:44.3166667+00:00
Pan, John 120 Reputation points
accepted 2024-04-09T17:00:19.17+00:00
Pan, John 120 Reputation points
1 answer One of the answers was accepted by the question author.

How can I efficiently download files from various subfolders and nested folders within different levels of hierarchy in SharePoint, and then transfer them to Azure Data Lake Storage (ADLS) using Azure Data Factory (ADF)?

How can I efficiently download files from various subfolders and nested folders within different levels of hierarchy in SharePoint, and then transfer them to Azure Data Lake Storage (ADLS) using Azure Data Factory (ADF)? Despite attempting various…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,159 questions
asked 2024-04-04T06:47:14.5+00:00
Chebolu Sai Manasa 120 Reputation points
accepted 2024-04-09T09:04:10.4466667+00:00
Chebolu Sai Manasa 120 Reputation points
1 answer

Access Azure Synapse Link Data Through PowerBI

We are using Synapse Link to export D365 FnO tables to Azure Datalake. When we are creating the Synapse Link by configuring Synapse workspace, Spark pool and Storage, a LakeDatabase get created in the synapse workspace with the tables. Then I have…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,629 questions
Microsoft Dataverse Training
Microsoft Dataverse Training
Microsoft Dataverse: A Microsoft service that enables secure storage and management of data used by business apps. Previously known as Common Data Service.Training: Instruction to develop new skills.
14 questions
asked 2024-04-05T06:36:52.2933333+00:00
Malshini Nissanka 0 Reputation points
answered 2024-04-08T05:21:21.3133333+00:00
Harishga 5,590 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How can I upload a csv from a local drive to Lakehouse programmatically, so I can schedule the pickup?

Hi, We are storing csvs on a local drive to support reporting and analysis. I would like to pull these csvs into the Lakehouse on a scheduled basis programmatically. All I can find so far is a manual upload. Can I code a Notebook, or leverage a…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,629 questions
Microsoft Fabric Training
Microsoft Fabric Training
Microsoft Fabric: A Microsoft unified data platform.Training: Instruction to develop new skills.
22 questions
asked 2024-04-04T14:38:45.8433333+00:00
Conner, Kyle 20 Reputation points
commented 2024-04-06T12:29:46.6333333+00:00
Conner, Kyle 20 Reputation points
0 answers

Azure Data Factory Self Hosted IR Cannot Connect To MongoDB Timeout With No Exception

I have an self-hosted (on Prem) Integrated Runtime. On this VM I have installed a MongoDB Compass client and I can connect to a target MongoDB cluster. The connection is okay and I can see the DB/collections. I use the Azure Data Factory to create a…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
asked 2024-03-05T22:15:40.4333333+00:00
Samir Sharma 0 Reputation points
edited a comment 2024-04-02T15:42:04.3466667+00:00
Samir Sharma 0 Reputation points
3 answers

Map an ADLS Gen2 storage to a a windows drive

A colleague of mine has indicated that it is not possible to map an Azure Data Lake Storage Gen2 store to a mapped drive in Windows. I'm not a specialist on this, but I'm very skeptical on this statement, as I see elsewhere that this should be possible:…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,578 questions
asked 2024-03-28T14:51:32.99+00:00
Mr Gou 0 Reputation points
answered 2024-04-01T15:25:55.5533333+00:00
Amrinder Singh 4,190 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

How to dynamically access files from mounted data lake in Databricks notebook?

Hello everyone, I have a databricks notebook running some python code for ETL transformation of data from a CSV file. I have the csv files in a blob storage and have mounted the said storage to my notebook using dbutils.fs.mount Now, the csv files are…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,578 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,047 questions
asked 2023-10-29T13:46:39.73+00:00
Varun S Kumar 50 Reputation points
commented 2024-04-01T10:55:52.6266667+00:00
Varun S Kumar 50 Reputation points
1 answer

Not able to run the synapse pipeline with %run notebook magic command

I am trying to run a pipeline in Azure synapse analytics and running a notebook which has When I am running the above command via manual notebook run its running but when I am running the same notebook via pipeline getting the below error

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,578 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,964 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,629 questions
asked 2024-03-29T14:27:39.05+00:00
Aditya Singh 105 Reputation points
commented 2024-04-01T06:28:35.15+00:00
Vinodh247 12,741 Reputation points
3 answers

Azure Data Fcatory: String was not recognized as a valid DateTime.Couldn't store <> in Date_column Column

I have a Copy data Activity which pull data from Source Parquet file to Sink Azure SQL database. while doing so its throws an error of "Failure happened on 'Sink' side.…

Azure SQL Database
Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
asked 2022-03-29T08:58:26.067+00:00
Sarvesh Pandey 71 Reputation points
answered 2024-03-29T16:03:30.5366667+00:00
James Deng 0 Reputation points
2 answers

ADLS Gen2 backup options

We have set up our data lake using an ADLS Gen2 storage account. Because of using Data Factory and Databricks, we cannot enable the soft delete feature on these accounts. What are our options for backup of the data for accidental deletion? We do have…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,578 questions
asked 2024-03-26T20:49:32.2633333+00:00
Michael Knutson 0 Reputation points
answered 2024-03-28T22:32:00.9466667+00:00
KarishmaTiwari-MSFT 18,747 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Create schemas and tables for Unity Catalog enabled in Azure Databricks workspace

Hello Team, I have enabled Unity Catalog for our Azure Databricks workspace, now the challenge is to create schemas name and tables name under the catalog for multiple folders and files existing in our adls gen2 account. for e.g. my container name is…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,875 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,047 questions
asked 2024-03-26T15:42:47.8+00:00
Ashwini Gaikwad 110 Reputation points
accepted 2024-03-28T07:06:48.3+00:00
Ashwini Gaikwad 110 Reputation points
1 answer

Copy data activity from synapse serverless sql pool to ADLS gen 2

Hi, I have synapse serverless sql pool configured to ADLS Gen 2 account where the container is filled with files from D365 using synapse link. I need to build datawarehouse in Azure. We have very tight restrictions on budget and don't want to go…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,629 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
asked 2024-03-06T17:28:48.3066667+00:00
rajanisqldev-42 206 Reputation points
commented 2024-03-28T05:42:35.0133333+00:00
AnnuKumari-MSFT 31,896 Reputation points Microsoft Employee
2 answers

Copy Activity error in Synapse Pipelines

I am encountering an error when attempting to copydata to SQL Server from a JSON file located in the Datalake. Specifically, we've encountered the following error: {     "errorCode": "2200",     "message":…

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,410 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,629 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,047 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,214 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,026 questions
asked 2024-03-14T14:37:37.3333333+00:00
Abhra Mitra 0 Reputation points
commented 2024-03-28T05:36:32.2433333+00:00
AnnuKumari-MSFT 31,896 Reputation points Microsoft Employee