Skip to content

Correct num_shards to 1 for network_flows_internal DAGs

Mforns requested to merge fix-network-flows-internal-shards into main

The num_shards was set to 2, but the current systemd timer had it set to 1, plus the size of the shard is smaller than 300 MB, so it makes no sense to split it in 2. So, correcting it back to 1.

Merge request reports