Skip to content

Commit

Permalink
Fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Apr 16, 2024
1 parent ce25ee9 commit 5e32387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/dags/maintenance/add_license_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ def save_to_s3(
)
def add_license_url():
license_groups = get_license_groups()
updated = update_license_url.expand(
license_group=license_groups, batch_size="{{ params.batch_size }}"
updated = update_license_url.partial(batch_size="{{ params.batch_size }}").expand(
license_group=license_groups
)
# save_to_s3(invalid_items)
final_report(updated)
Expand Down

0 comments on commit 5e32387

Please sign in to comment.