Skip to main content
The Paradime SDK provides a CLI command to interact with Google Cloud Dataflow, allowing you to launch a Dataflow job from a classic or flex template.
🔑 Authentication RequiredYou will need a GCP service account JSON key file with permissions to launch Dataflow jobs in your project. Provide it via the --service-account-key-file flag or the GCP_SERVICE_ACCOUNT_KEY_FILE environment variable.

Launch a Dataflow Job

Launch a Dataflow job from a template (classic or flex), optionally passing template parameters and waiting for completion.

CLI Command

Options

Recommended SetupFor security and convenience, set your GCP credentials as environment variables:

Usage Examples

Environment Variable Reference