nijanthanvijayakumar opened a new pull request #17060:
URL: https://github.com/apache/airflow/pull/17060


   ### What files have been modified?
   1. CONTRIBUTING.RST
   2. CONTRIBUTORS_QUICK_START.rst
   
   ### What changes will be made as part of this PR or how does this PR help?
   This pull request updates the above mentioned two documentation files by 
adding the installation information for the `jq` library and marks it as a 
prerequisite for installing `breeze`. After moving to the ghrc.io images, users 
are facing issue in setting up breeze and the error that comes up while setting 
up breeze is as follows:
   ```
   airflow/scripts/ci/libraries/_build_images.sh: line 427: jq: command not 
found
   ``` 
   Please refer to the below screenshot for the same error message.
   
![image](https://user-images.githubusercontent.com/6072170/126025000-7694fcfd-36b6-4dab-8e2f-a6a2cba3dd3a.png)
   
   Installing `jq` library on the local machine fixes this issue. This can be 
done using `sudo apt install jq`. Below screenshot is a proof that the command 
works on Ubuntu 20.04 machine and installs `jq`.
   
   
![IMG_2363](https://user-images.githubusercontent.com/6072170/126025045-c4dd7697-347e-4cf8-91ab-183b74a9ada4.jpeg)
   
   I have run the pre-commits for these changes using `pre-commit run` and it 
has finished successfully allowing me to commit the changes to the remote 
branch.
   


-- 
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]


Reply via email to