Badri created AIRFLOW-5932:
------------------------------
Summary: Unable to resolve backticks character
Key: AIRFLOW-5932
URL: https://issues.apache.org/jira/browse/AIRFLOW-5932
Project: Apache Airflow
Issue Type: Bug
Components: plugins
Affects Versions: 1.10.0
Environment: DEV
Reporter: Badri
HI,
I am trying to resolve a simple command which is an aws cli.
the name has to be passed in backtick character. I used the escape option to
ignore the backticks yet , the plugin does nto complie.
cmddev = "aws emr list-steps --cluster-id {} --query 'Steps[?Name==`` `xxx_dev`
``].id --output text".format(raw_cluster_id)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)