StageStream
Examples
Python
stream = StageStream(
name="some_stream",
on_stage="some_stage",
owner="SYSADMIN",
copy_grants=True,
comment="This is a sample stream."
)YAML
streams:
- name: some_stream
on_stage: some_stage
owner: SYSADMIN
copy_grants: true
comment: This is a sample stream.Fields
Last updated