[ 
https://issues.apache.org/jira/browse/ATLAS-1095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16323786#comment-16323786
 ] 

Yao Li commented on ATLAS-1095:
-------------------------------

I found out 2 problems:
1, in Connector class, you add "disconnect()", if JDBC connector wants to use 
this to free the connection to database, I want to throw an Exception, however 
disconnect doesn't throw any exception. Is it possible to add Exception throw?
2. in AdditionalProperties, should private Map<String,Object>  
additionalProperties = new HashMap{color:red}<>{color}(); change to
 private Map<String,Object>  additionalProperties = new 
HashMap<String,Object>();

> Open connector framework
> ------------------------
>
>                 Key: ATLAS-1095
>                 URL: https://issues.apache.org/jira/browse/ATLAS-1095
>             Project: Atlas
>          Issue Type: New Feature
>    Affects Versions: 1.0.0
>            Reporter: Stephanie Hazlewood
>            Assignee: Mandy Chessell
>              Labels: VirtualDataConnector
>         Attachments: 0001-ATLAS-1095-final-code-drop-for-OCF.patch, OCF 
> JavaDoc.zip, Open Connector Framework - 20th June 2017.doc, Open Connector 
> Framework - 9th May 2017.doc
>
>
> Atlas provides a common approach to metadata management and governance across 
> all systems and data within an organization.  Today Atlas provides access to 
> metadata.   A connector provides access to a data source.  As connectors are 
> the proxy of all data, they can also be explicit providers of metadata.   
> This JIRA proposes an open connector framework to manage connectors that 
> provide access to both data and the metadata Atlas provides together through 
> a single connector interface.  
> This will help data tools to to better the exchange of information between 
> platforms. It also offers new opportunities for the consistent enforcement of 
> the governance policies and rules (e.g., rules of visibility).  Source 
> connector/connection metadata provides the nucleus around which all other 
> metadata describing the data builds.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to