Build Python Read Components
Python Read Components provide the ultimate flexibility for data ingestion. They allow you to build custom data readers for APIs, web services, databases, and any other data source that Python can access. With Python, you can implement complex data extraction logic, handle authentication, and process data before it enters your pipeline.
Before you beginโ
- Ensure you have an Ascend Project and Workspace
- Basic Python programming knowledge
- Understanding of the data source you want to connect to
Python Read Component guidesโ
๐ Simple Python Reads
Build basic Python Read Components for straightforward data extraction and processing
๐ Incremental Python Reads
Create incremental readers that track state and process only new or changed data
๐ง Smart Python Reads
Build intelligent readers that automatically detect changes and optimize processing
Next stepsโ
After building your Python Read Components:
- ๐ Transform your data with SQL or Python
- ๐ค Write data to destinations
- ๐งช Add data tests to validate data quality
- ๐ Set up Automations to schedule regular data extraction