Skip to content
Discussion options

You must be logged in to vote

it solve it
fetch_events = BashOperator( task_id="fetch_events", bash_command=( "mkdir -p /Users/asadali/data/events && " "curl -o /Users/asadali/data/events/events.json " "\"http://localhost:5000/events?start_date=2019-01-01&end_date=2019-01-02\"" ), dag=dag )

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@assadali007
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by assadali007
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants