Skip to content

Commit

Permalink
retirei unmapped do flow
Browse files Browse the repository at this point in the history
  • Loading branch information
lingsv committed Oct 19, 2023
1 parent 8aaa2ea commit 9b75eb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/rj_smtr/br_rj_riodejaneiro_gtfs/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
LABELS = get_current_flow_labels()

run_captura = create_flow_run.map(
flow_name=unmapped(gtfs_captura.name),
project_name=unmapped(constants_emd.PREFECT_DEFAULT_PROJECT.value),
flow_name=gtfs_captura.name,
project_name=constants_emd.PREFECT_DEFAULT_PROJECT.value,
parameters=constants.GTFS_TABLE_CAPTURE_PARAMS.value,
labels=unmapped(LABELS),
labels=LABELS,
)

wait_captura = wait_for_flow_run.map(
Expand Down

0 comments on commit 9b75eb6

Please sign in to comment.