Release alpha.9 #12
lecoqlibre
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The alpha.9 version of the connector has been released on NPM. You can install it with
npm i @datafoodconsortium/[email protected]
.See the CHANGELOG file for details.
One important thing to notice is we are deprecating the object creation with the new operator. Please use the methods from the connector like
connector.createCatalog(...)
and so on. This will avoid potential breaking changes in the future. See the README file for details.This new version incorporates the transformation loop. See this example for details.
This version has been generated from the connector-codegen.
@yalla-coop @dupreesi @RaggedStaff
Beta Was this translation helpful? Give feedback.
All reactions