google-cloud-dataflow
Installation
SKILL.md
Google Cloud Dataflow
Google Cloud Dataflow is a fully managed, serverless stream and batch data processing service. Data engineers and analysts use it to develop and execute data pipelines in the Google Cloud Platform. It's often used for ETL, real-time analytics, and data integration scenarios.
Official docs: https://cloud.google.com/dataflow/docs
Google Cloud Dataflow Overview
- Job
- Template
- Location
Working with Google Cloud Dataflow
This skill uses the Membrane CLI to interact with Google Cloud Dataflow. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.
Install the CLI
Install the Membrane CLI so you can run membrane from the terminal:
Related skills