Stéphane Burwash
04/22/2023, 6:30 PMparameters = get_params_from_function(callback)
File "/project/.meltano/utilities/evidence/venv/lib/python3.8/site-packages/typer/utils.py", line 9, in get_params_from_function
type_hints = get_type_hints(func)
File "/usr/local/lib/python3.8/typing.py", line 1264, in get_type_hints
value = _eval_type(value, globalns, localns)
File "/usr/local/lib/python3.8/typing.py", line 270, in _eval_type
return t._evaluate(globalns, localns)
File "/usr/local/lib/python3.8/typing.py", line 518, in _evaluate
eval(self.__forward_code__, globalns, localns),
File "<string>", line 1, in <module>
TypeError: 'type' object is not subscriptable
Is anyone familiar with this error? Could it be linked to the fact that I'm running an old version of meltano (2.5) ?
Any help would be appreciated 😄Will Da Silva (Arch)
04/22/2023, 7:50 PMWill Da Silva (Arch)
04/22/2023, 7:52 PMStéphane Burwash
04/23/2023, 7:28 PM