sul-dlss / libsys-airflow

Airflow DAGS for migrating and managing ILS data into FOLIO along with other LibSys workflows
Apache License 2.0
5 stars 0 forks source link

Use dict instead of list for Instance UUIDs #1301

Closed jermnelson closed 1 month ago

jermnelson commented 1 month ago

Fixes #1285

This is a simple fix that changes how instance UUIDs are sent via XCOM to downstream tasks. By using a dict with one key instead of list with 10k instance UUIDs we avoid the limit of distinct "things" limit for XCOM.