1
0
mirror of synced 2025-12-20 02:23:30 -05:00
Files
Roman Yermilov [GL] ce9eb8ab4c Source Github: better error explanation for 401 (#26025)
* 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>
2023-05-16 22:35:22 +04:00

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"