yasuki_core.install.sets_to_sql.load_l5r_sets#
- load_l5r_sets(set_info_path, dsn)[source]#
Load set metadata from the arc-grouped set_info YAML into l5r_sets.
One row per set name; a name that recurs across arcs (e.g. promotional cards) is kept once.
- Parameters:
- set_info_path
path Path to the arc-grouped set_info YAML.
- dsn
str PostgreSQL connection string.
- set_info_path