Google Cloud Pub/Sub Subscribe

Import data from Google Cloud Pub/Sub.

Properties

NameType
engineString=gcppubsub:subscribe
credentialsString
projectString
topicString
decoderString
schemaObject

engine

Must be gcppubsub:subscribe.

Required
Yes

credentials

JSON blob of your service account.

Required
Yes

project

The name of the Google Cloud project.

Required
No

topic

The topic to subscribe to.

Required
No

decoder

The format of the data. See Parsing Data for details.

Required
Yes
Enum
csv json ndjson msgpack protobuf parquet html xml regex

schema

Define a schema for the data.

Required
Yes