Read from Object Store Sources
Object Store Read Components connect to cloud storage services and object stores to ingest data into your pipelines. They support various file formats and offer features like partitioned reading, metadata extraction, and flexible file filtering to efficiently bring data from storage into your Data Plane.
Before you beginโ
- Ensure you have an Ascend Project and Workspace
- Set up the appropriate object store Connection for your storage provider
Object store Read guidesโ
๐ฆ Amazon S3
Read data from S3 buckets with support for various file formats and partitioned data.
โ๏ธ Google Cloud Storage
Ingest data from GCS buckets with flexible file filtering and format detection.
๐ท Azure Blob Storage
Connect to Azure Blob containers and read data with automatic parsing.
๐ Local File
Read data from local files for development and testing.
๐ File Metadata
Extract and work with file metadata for advanced data processing.
Next stepsโ
After setting up object store reads:
- ๐ Transform your data with SQL or Python
- ๐ค Write data to destinations
- ๐งช Add data tests to validate data quality
- ๐ Set up Automations to process files automatically