Manage pipeline
This page explains how to manage pipelines in GlassFlow.
Last updated
This page explains how to manage pipelines in GlassFlow.
Last updated
© 2023 GlassFlow
You need pipeline credentials to publish or consume data using the Python SDK. This section will guide you on getting pipeline credentials using the GlassFlow WebApp or CLI.
Go to the app.glassflow.dev and log in with your account credentials.
Choose the existing pipeline, click, and open the pipeline view.
Copy its credentials such as Pipeline ID and Access Token.
You'll set them as environment variables when you publish or consume data.
Personal Access Token allows you to do management actions on the pipeline via the GlassFlow Python SDK.
Go to the app.glassflow.dev and log in with your account credentials.
Go to the profile section https://app.glassflow.dev/profile by clicking on your user at the top right of the header
Copy the Personal Access Token
that will be needed when using python sdk to run pipeline management and running examples via https://github.com/glassflow/glassflow-examples