airbyte-api-python-sdk icon indicating copy to clipboard operation
airbyte-api-python-sdk copied to clipboard

Docs are messed up for sources

Open jettdc opened this issue 9 months ago • 0 comments

https://github.com/airbytehq/airbyte-api-python-sdk/blob/fc7d5c4a3072a38c5346ba06b8a41e404b394d7c/docs/sdks/sources/README.md?plain=1#L225

res = s.sources.list_sources(request=api.ListSourcesRequest(
    workspace_ids=[
        'd',
        'f',
        '0',
        '8',
        'f',
        '6',
        'b',
        '0',
        '-',
        'b',
        '3',
        '6',
        '4',
        '-',
        '4',
        'c',
        'c',
        '1',
        '-',
        '9',
        'b',
        '3',
        'f',
        '-',
        '9',
        '6',
        'f',
        '5',
        'd',
        '2',
        'f',
        'c',
        'c',
        'f',
        'b',
        '2',
        ',',
        'b',
        '0',
        '7',
        '9',
        '6',
        '7',
        '9',
        '7',
        '-',
        'd',
        'e',
        '2',
        '3',
        '-',
        '4',
        'f',
        'c',
        '7',
        '-',
        'a',
        '5',
        'e',
        '2',
        '-',
        '7',
        'e',
        '1',
        '3',
        '1',
        '3',
        '1',
        '4',
        '7',
        '1',
        '8',
        'c',
    ],
))

jettdc avatar May 18 '24 16:05 jettdc