You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After bumping versions, pylintfails. 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: