Tzu-ping Chung
Tzu-ping Chung
A part of [AIP-76](https://cwiki.apache.org/confluence/x/QQ2TEg). The Dataset class now accepts *either* name or uri, and fills the other by the provided value if both are not explicitly set. Although not strictly...
### Apache Airflow version main (development) ### What happened Currently the `registration_hash` is a plain nullable field text field: https://github.com/apache/airflow/blob/b1a3b4288022c67db22cbc7d24b0c4b2b122453b/airflow/auth/managers/fab/models/__init__.py#L240-L253 But when we try to find a user, this field...
This allows us to refer to an asset without needing the original object, making it easier to schedule against an asset. I also added some minor improvements to `register_asset_change` so...
### Body We had some experiemental lineage classes in `airflow.lineage`. Those never caught on, and are not relevant anymore now that we have assets and trasparent OpenLineage support via [AIP-62](https://cwiki.apache.org/confluence/x/PoqSEQ)....