remove airbytetype (#653)
This commit is contained in:
@@ -42,13 +42,6 @@ class Type(Enum):
|
||||
CATALOG = 'CATALOG'
|
||||
|
||||
|
||||
class AirbyteType(Enum):
|
||||
boolean = 'boolean'
|
||||
number = 'number'
|
||||
text = 'text'
|
||||
object = 'object'
|
||||
|
||||
|
||||
class AirbyteRecordMessage(BaseModel):
|
||||
stream: str = Field(..., description='the name of the stream for this record')
|
||||
data: Dict[str, Any] = Field(..., description='the record data')
|
||||
|
||||
@@ -35,14 +35,6 @@ properties:
|
||||
description: "schema message: the state. Must be the last message produced. The platform uses this information"
|
||||
"$ref": "#/definitions/AirbyteStateMessage"
|
||||
definitions:
|
||||
AirbyteType:
|
||||
description: Airbyte supported types
|
||||
type: string
|
||||
enum:
|
||||
- boolean
|
||||
- number
|
||||
- text
|
||||
- object
|
||||
AirbyteRecordMessage:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
|
||||
Reference in New Issue
Block a user