GitHub user assadali007 edited a comment on the discussion: Why does Airflow 
BashOperator fetch multiple days of data when API URL has single-day date range?

i am not understand please try to understand me  simple English language   i am 
reading book on this book example look like this `fetch_events = BashOperator(
    task_id="fetch_events",
    bash_command=(
"mkdir -p /data && "
"curl -o /data/events.json " "http://localhost:5000/events?"; 
"start_date=2019-01-01&" 
"end_date=2019-01-02"
),
dag=dag,
 )


`

GitHub link: 
https://github.com/apache/airflow/discussions/60051#discussioncomment-15395100

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to