- get_stream_properties - Get stream properties
Get stream properties
import airbyte
from airbyte.models import operations
s = airbyte.Airbyte(
security=shared.Security(
bearer_auth="YOUR_BEARER_TOKEN_HERE",
),
)
req = operations.GetStreamPropertiesRequest(
destination_id='quas',
ignore_cache=False,
source_id='esse',
)
res = s.streams.get_stream_properties(req)
if res.stream_properties is not None:
# handle response