-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove cattrs from lineage processing.
Cattrs was used for two reasons: 1. As a hacky way of forcing templated fields on classes 2. As a way to store the outlets in XCom without needing pickle 1 has been fixed in core for a while now and classes can have "template_fields" properties (deeply) 2 is now done by using a combo of BaseSerialization and `attr.asdict`
- Loading branch information
Showing
3 changed files
with
96 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters