Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use invoice ID or invoice line ID as name for mapped tasks #1341

Open
shelleydoljack opened this issue Oct 24, 2024 · 0 comments
Open

Use invoice ID or invoice line ID as name for mapped tasks #1341

shelleydoljack opened this issue Oct 24, 2024 · 0 comments

Comments

@shelleydoljack
Copy link
Contributor

shelleydoljack commented Oct 24, 2024

In Airflow version 2.9 we can name the mapped tasks something more meaningful and not just the index of the list (see Named mapping). When we upgrade airflow, we should name these mapped tasks in digital_bookplate_instances by the invoice ID:

retrieve_instances = process_date_range_group.expand(
invoice_id=retrieve_paid_invoices
)

or invoice line ID:

retrieve_instances_new_fund = process_new_funds_group.expand(
invoice_line=paid_invoice_lines_new_fund
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant