You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to suggest adding Azure Blob Storage as a supported destination in DLT. Azure Blob Storage is a widely used cloud storage solution, especially in enterprises leveraging Microsoft's Azure ecosystem. Supporting it as a destination would greatly enhance DLT's usability for users who rely on Azure for their data storage needs.
Are you a dlt user?
Yes, I use it for fun.
Use case
Use Cases
Enterprise Adoption: Many organizations use Azure Blob Storage as their primary data lake or archive solution.
Scalability: DLT users could leverage Azure Blob Storage for high-throughput and cost-effective data storage.
Integration: Simplifies workflows for users with hybrid environments combining Azure Blob Storage with other Azure services like Azure Data Factory or Synapse Analytics.
Proposed solution
Proposed Implementation
Destination Name:
azure_blob
Required Parameters:
account_name: Azure Storage Account name.
container_name: Name of the Azure Blob Storage container.
sas_token or account_key: Credentials for authentication.
connection_string (optional): As an alternative for authentication.
Options:
Support for different blob types (e.g., Block, Append).
Configurable settings for blob naming conventions.
Potential Challenges
Authentication:
Offering flexibility between SAS tokens, account keys, and Azure AD integration.
File Formats:
Ensuring compatibility with formats like CSV, JSON, Parquet, etc.
Dependency Management:
Using SDKs like azure-storage-blob for integration.
I would be happy to contribute to the implementation of this feature myself. If the team agrees that this addition aligns with DLT's roadmap, I can start working on it and submit a pull request.
Thank you for considering this feature. Let me know if there are any additional details or prerequisites needed to proceed!
Related issues
No response
The text was updated successfully, but these errors were encountered:
Feature description
I would like to suggest adding Azure Blob Storage as a supported destination in DLT. Azure Blob Storage is a widely used cloud storage solution, especially in enterprises leveraging Microsoft's Azure ecosystem. Supporting it as a destination would greatly enhance DLT's usability for users who rely on Azure for their data storage needs.
Are you a dlt user?
Yes, I use it for fun.
Use case
Use Cases
Proposed solution
Proposed Implementation
Destination Name:
azure_blob
Required Parameters:
account_name
: Azure Storage Account name.container_name
: Name of the Azure Blob Storage container.sas_token
oraccount_key
: Credentials for authentication.connection_string
(optional): As an alternative for authentication.Options:
Potential Challenges
azure-storage-blob
for integration.Resources
Additional Note
I would be happy to contribute to the implementation of this feature myself. If the team agrees that this addition aligns with DLT's roadmap, I can start working on it and submit a pull request.
Thank you for considering this feature. Let me know if there are any additional details or prerequisites needed to proceed!
Related issues
No response
The text was updated successfully, but these errors were encountered: