yavuzmester edited a comment on issue #17507:
URL: https://github.com/apache/airflow/issues/17507#issuecomment-917007634
I am using BashOperator with run_as_user. For me I think it is related to
the `eval` line I have in my bash script. Because I got the error just after
the `eval` line executes.
Previously I tried a workaround, thought that it worked but seems the issue
is still there. So deleted that comment not to create confusion.
UPDATE: I was getting the error on the first eval usage. I replaced my eval
usage with ${…} but this time I got the error after second such usage. I think
I will downgrade to 2.1.2.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]