Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lingsv committed Oct 20, 2023
1 parent eecc00a commit 5f79a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/rj_smtr/br_rj_riodejaneiro_gtfs/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
run_captura = create_flow_run.map(
flow_name=unmapped(gtfs_captura.name),
project_name=unmapped("staging"),
parameters=constants.GTFS_TABLE_CAPTURE_PARAMS.value[0],
parameters=constants.GTFS_TABLE_CAPTURE_PARAMS.value,
labels=unmapped(LABELS),
)

Expand Down

0 comments on commit 5f79a55

Please sign in to comment.