Tzu-ping Chung

Results 104 issues of 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...

area:serialization
kind:documentation
area:db-migrations

### 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...

kind:bug
area:auth
affected_version:main_branch
Stale Bug Report

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...

area:Scheduler
area:serialization
area:API
kind:documentation
AIP-75
legacy api
area:task-sdk

### 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)....

good first issue
area:lineage
airflow3.0:candidate
airflow3.0:breaking