Pin datahub API client version
We've seen some tracebacks indicating that the datahub API client and server version were misaligned:
datahub.configuration.common.OperationalError: ('Unable to emit metadata to DataHub GMS, likely because the server version is too old relative to the client: Failed to validate record with class com.linkedin.datajob.DataJobInfo: ERROR :: /env :: unrecognized field found but not allowed\n', {'exceptionClass': 'com.linkedin.restli.server.RestLiServiceException', 'message': 'Failed to validate record with class com.linkedin.datajob.DataJobInfo: ERROR :: /env :: unrecognized field found but not allowed\n', 'status': 422})
Signed-off-by: Balthazar Rouberol brouberol@wikimedia.org