Has anyone had any success using `FlyteCallback` i...
# flyte-support
s
Has anyone had any success using
FlyteCallback
implemented in
transformers
library? What results should I expect? As I do not see any changes in the workflow UI after enabling this integration
Ok, I think I made it. What I was missing was
disable_deck=False
parameter for a task, now Decks are being displayed nicely.
🙌🏽 1