HookLineageCollector.create_asset
now accept only keyword arguments
To provider AIP-74 support, new arguments "name" and "group" are added to HookLineageCollector.create_asset
.
For easier change in the future, this function now takes only keyword arguments.
- Types of change
- [ ] DAG changes
- [ ] Config changes
- [ ] API changes
- [ ] CLI changes
- [x] Behaviour changes
- [ ] Plugin changes
- [ ] Dependency change
- Migrations rules needed
- Calling
HookLineageCollector.create_asset
with positional argument should raise an error
- Calling