GitHub user potiuk edited a comment on the discussion: Why does Airflow BashOperator fetch multiple days of data when API URL has single-day date range?
Single `&` in bash is causing the command to go in background. You need to quote your command properly. You need to understand bash evaluation mechanism when you pass commands to bash. GitHub link: https://github.com/apache/airflow/discussions/60051#discussioncomment-15394084 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
