Connector Readiness #1564
chloeminkyung
started this conversation in
Feature Requests
Replies: 3 comments 3 replies
-
I think as one of readiness criteria should be proper type mapping between external database and dozer types implementation. |
Beta Was this translation helpful? Give feedback.
2 replies
-
In the table we might specify which Connector Tests are implemented or the Connector type, this will help to understand what type of ingestion is supported. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Criteria
We define "supported connector" in Dozer as followed:
DataReadyConnectorTest
&InsertOnlyConnectorTest
&CudConnectorTest
(Optional depends on whether connector support cud or not) - postgres example, local storage exampleDifference between unit tests and connector tests:
Unit tests consist of following:
start schema
&get schema
)Connector tests consist of following:
DataReadyConnectorTest
&InsertOnlyConnectorTest
&CudConnectorTest
(Optional depends on whether connector support cud or not)DataReadyConnectorTest
InsertOnlyConnectorTest
CudConnectorTest
Todos
Beta Was this translation helpful? Give feedback.
All reactions