* Source Github: better error explanation for 401 * Source Github: bump version, update changelog * Source Github: fix test name * Source Github: fix unittests * Source Github: bump version * auto-bump connector version --------- Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
10 lines
238 B
Python
10 lines
238 B
Python
#
|
|
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
|
#
|
|
|
|
TOKEN_SEPARATOR = ","
|
|
DEFAULT_PAGE_SIZE_FOR_LARGE_STREAM = 10
|
|
DEFAULT_PAGE_SIZE = 100
|
|
PERSONAL_ACCESS_TOKEN_TITLE = "Personal Access Token"
|
|
ACCESS_TOKEN_TITLE = "Access Token"
|