1
0
mirror of synced 2026-01-06 06:04:16 -05:00

Artem1205/lowcode cdk authenticator schemaloader (#19718)

* CDK low-code: Add token_expiry_date_format to OAuth Authenticator

* CDK low-code: Resolve ref schema

* CDK low-code: Resolve ref schema

* CDK low-code: Resolve ref schema

* CDK low-code: Add test for token_expiry_date_format

* CDK low-code: set initial time before refresh request

* CDK low-code: Add test schema loader

* CDK low-code: Add test dependencies

* CDK low-code: Refactor JsonFileSchemaLoader (inherit from original CDK)

* CDK low-code: Fix SingleUseRefreshTokenOauth2Authenticator (add token_expiry_date_format)

* CDK low-code: Fix tests

* CDK low-code: Refactor import

* CDK low-code: Refactor JsonFileSchemaLoader

* CDK low-code: format
This commit is contained in:
Artem Inzhyyants
2022-12-14 00:11:25 +01:00
committed by GitHub
parent 10c4e5a985
commit cb26ce546f
10 changed files with 97 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ README = (HERE / "README.md").read_text()
setup(
name="airbyte-cdk",
version="0.13.3",
version="0.14.0",
description="A framework for writing Airbyte Connectors.",
long_description=README,
long_description_content_type="text/markdown",
@@ -63,6 +63,7 @@ setup(
python_requires=">=3.9",
extras_require={
"dev": [
"freezegun",
"MyPy~=0.812",
"pytest",
"pytest-cov",