The error is this line: dag = DAG( 'Uploading one file to S3',
It is saying your dag_id is has invalid characters (the spaces aren't allowed) -ash On Jun 4 2020, at 11:06 pm, Srivathsan Srinivas <[email protected]> wrote: > Hi, > I am trying to do a simple upload of a file to an existing S3 bucket. The UI > shows there is a broken dag and I am unable to understand the message. > > > > The dag code is attached. Not sure if it some kind of syntax error (specific > to Airflow...). Appreciate your help. > > -- > Thanks, > Srini. > > >
