DestinationDefinitionSpecification related resources.
- get_destination_definition_specification - Get specification for a destinationDefinition
Get specification for a destinationDefinition
import airbyte
from airbyte.models import shared
s = airbyte.Airbyte()
req = shared.DestinationDefinitionIDWithWorkspaceID(
destination_definition_id='a08088d1-00ef-4ada-a00e-f0422eb2164c',
workspace_id='f9ab8366-c723-4ffd-a9e0-6bee4825c1fc',
)
res = s.destination_definition_specification.get_destination_definition_specification(req)
if res.destination_definition_specification_read is not None:
# handle response