The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
d1dcb900086c93fa5fe7d24d53599be058b607e4 / Tzu-ping Chung <[email protected]>
Add 'name' and 'group' to DatasetModel

The unique index is also modified to include 'name', so now an asset is
considered unique if *either* the name or URI is different. This makes
no difference for the moment---the name is simply populated from URI.
We'll add a public interface to set the name in a later PR.

This PR strictly only touches the model so it does not conflict with
too many things, and can be merged quickly.

The unique index on DatasetAliasModel is also renamed since we were
using a wrong naming convention on both models. Since the index
namespace is shared in the entire database, the index name should
include additional components. The idx_name_unique is still usable, but
we should a better citizen and name this the right way(tm).

Report URL: https://github.com/apache/airflow/actions/runs/11100015809

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to