Update transformation function
How to update a transformation function in a running pipeline.
Update a transformation function in a live, deployed pipeline using the GlassFlow SDK as well as the WebApp. This allows you to modify data processing on the fly without stopping your pipeline.
Method 1: Using the Python SDK
For a hands-on example, refer to this Jupyter Notebook.
Method 2: Using the WebApp
You can also update your transformation function directly from the GlassFlow WebApp, which offers a user-friendly interface to manage pipelines.
Log in to the GlassFlow WebApp
Open the GlassFlow WebApp in your browser and log in with your credentials.
Access Your Pipeline
From the main dashboard, locate the pipeline you want to update and click on it to open the pipeline details.
Update the Transformation Function
Naviagete to the Tranformer section. In the editor, modify your transformation function or Upload a new Handler Python script