Skip to main content

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: