Integrate and control your data transformation workflows with the Lume Python SDK
⚠️ Private SDK Documentation - This documentation is for customers with private SDK access. Some features and capabilities may vary based on your agreement.The Lume Python SDK is your control plane for orchestrating data transformation workflows. It provides the essential tools to trigger, monitor, and manage your pipelines directly from your Python applications, delegating the heavy lifting of data processing to the managed Lume platform.
flow_version
already knows its source and target connections.
run.wait()
is great for simple scripts and getting started, we strongly recommend using Webhooks for production applications. They are more scalable and efficient than continuous polling.