Files
hunfabric/tests/modules/pubsub/examples/schema.yaml
andybubu 688c6cfb79 feat: add e2e test for pubsub module (#2163)
* feat: add e2e test for pubsub module
2024-03-20 17:30:30 +01:00

39 lines
1.2 KiB
YAML

# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
values:
module.topic_with_schema.google_pubsub_schema.default[0]:
definition: '{"fields":[{"name":"StringField","type":"string"},{"name":"FloatField","type":"float"},{"name":"BooleanField","type":"boolean"}],"name":"Avro","type":"record"}'
name: my-topic-schema
project: project-id
timeouts: null
type: AVRO
module.topic_with_schema.google_pubsub_topic.default:
kms_key_name: null
labels: null
message_retention_duration: null
name: my-topic
project: project-id
schema_settings:
- encoding: JSON
timeouts: null
counts:
google_pubsub_schema: 1
google_pubsub_topic: 1
modules: 1
resources: 2
outputs: {}