Open Jabolol opened 4 weeks ago
After bumping versions, pylint fails. When we decorate a function with @asset, that function should have its type narrowed to AssetsDefinition, which it does not. For the moment, we have used cast to circumvent this.
pylint
@asset
AssetsDefinition
cast
What is it?
After bumping versions,
pylint
fails. When we decorate a function with@asset
, that function should have its type narrowed toAssetsDefinition
, which it does not. For the moment, we have usedcast
to circumvent this.