Skip to content

Commit b84e35e

Browse files
committed
fix odata v4 pagination due to change in knesset api
1 parent 4a0cec7 commit b84e35e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

airflow/knesset_data_pipelines/run_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
RECOVERABLE_SERVER_ERRORS = [500, 504]
27-
RECOVERABLE_THROTTLE_ERRORS = [503, 403]
27+
RECOVERABLE_THROTTLE_ERRORS = [503, 403, 504]
2828

2929
# these errors indicate that the pipeline cannot run using the standard dataservice flow but have to run via Docker
3030
UNSUPPORTED_PIPELINE_PARAMS_ERRORS = ['pipeline dependencies are not supported', 'unknown pipeline-type: None', 'additional-steps is not supported']

0 commit comments

Comments
 (0)