fybrik / openmetadata-connector

Fybrik OpenMetadata Connector
Apache License 2.0
2 stars 7 forks source link

Login to OM #28

Closed cdoron closed 2 years ago

cdoron commented 2 years ago
  1. Made the minimal necessary changes to the OpenMetadata swagger.json, to support login. In the future, we should upgrade to the latest swagger.json.
  2. The code in this PR assumes that the connector must login to OM using username/password. If we would like to supported earlier versions of OM, which support no-auth, minor changes to the code would be required.