committed by
GitHub
parent
c7aeec0120
commit
83ecbe0fc3
@@ -3,9 +3,10 @@
|
||||
#
|
||||
from typing import Literal, Union
|
||||
|
||||
from airbyte_cdk.utils.oneof_option_config import OneOfOptionConfig
|
||||
from pydantic.v1 import BaseModel, Field
|
||||
|
||||
from airbyte_cdk.utils.oneof_option_config import OneOfOptionConfig
|
||||
|
||||
|
||||
class OAuthCredentials(BaseModel):
|
||||
class Config(OneOfOptionConfig):
|
||||
|
||||
Reference in New Issue
Block a user