Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions airflow/providers/apache/druid/operators/druid.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ class DruidOperator(BaseOperator):
:param druid_ingest_conn_id: The connection id of the Druid overlord which
accepts index jobs
:type druid_ingest_conn_id: str
:param max_ingestion_time: The maximum ingestion time before assuming the job failed
:type max_ingestion_time: int
"""

template_fields = ('json_index_file',)
Expand Down