You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datacontract serve start a local web server to provide a REST-API for the commands
Provide server for sql export for the appropriate schema (#153)
Add struct and array management to Glue export (#271)
Changed
Introduced optional dependencies/extras for significantly faster installation times. (#213)
Added delta-lake as an additional optional dependency
support GOOGLE_APPLICATION_CREDENTIALS as variable for connecting to bigquery in datacontract test
better support bigqueries type attribute, don't assume all imported models are tables
added initial implementation of an importer from unity catalog (not all data types supported, yet)
added the importer factory. This refactoring aims to make it easier to create new importers and consequently the growth and maintainability of the project. (#273)