Skip to main content
The Paradime SDK provides CLI commands to interact with GCP Datastream, allowing you to start, pause, or resume Datastream streams and list available streams with real-time monitoring capabilities.
🔑 API Access RequiredYou will need a GCP service account JSON key file with permissions to manage and list Datastream streams. The service account key file path, project ID, and location can be provided as flags or set via environment variables.🔧 Stream Configuration
  • Ensure the target Datastream streams exist in the specified project and region.
  • Confirm the service account has the necessary permissions to start, pause, resume, and list streams.
  • Verify that the location matches the region where your streams are configured.

Start, Pause, or Resume Datastream Streams

Start, pause, or resume Datastream streams by display name.

CLI Command

Options

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

Examples

List Datastream Streams

List all Datastream streams in the specified project and region.

CLI Command

Options

Usage Examples

Environment Variable Reference

Workflow Integration

These GCP Datastream CLI commands are designed to integrate seamlessly into your data pipeline workflows. For more information about integrating them into your Paradime workflows, see the Bolt Schedules documentation.