Mathieu Bressolle-Chataigner
Mathieu Bressolle-Chataigner
In order to reduce the size of json payload, it should be better to send only the enum number instead of the value name.
Fix Jline dependency to avoid the following error when launching scalding-repl in hdfs-mode: Failed to created JLineReader: java.lang.NoClassDefFoundError: scala/tools/jline/console/completer/Completer
This fixes the missing libraries when running in hdfs mode.
In order to ease evolution of the protocol, it would be great to add a version to the protocol.
Using current master branch, RMQ as broker and ES as backend, I experience some issues with complex workflows when backend is dead for some time. ```python app=Celery('toto') app.conf.task_acks_late = True...
let’s not hardcode OAuthAccount type and use the protocol instead.
let’s not hardcode OAuthAccount type and use the protocol instead.
This exception may be raised when having some unresolvable forward refs. Most probably when trying to return a complex SQLAlchemy object.
This will make uuid7 compliant with PEP 561 https://mypy.readthedocs.io/en/stable/installed_packages.html#installed-packages