chitralverma opened a new pull request #568: []Refactor data connector config URL: https://github.com/apache/griffin/pull/568 **What changes were proposed in this pull request?** This ticket proposes the following changes, - remove 'version' from 'DataConnectorParam' as it is not being used anywhere in the codebase. - change 'connectors' from array type to a single JSON object. Since a data source named X may only be of one type (hive, file etc), the connector field should not be an array. - rename connectors to connector **Does this PR introduce any user-facing change?** Yes. As mentioned above, the config structure has changed now. **How was this patch tested?** Griffin test suite.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
