You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/15 07:46:04 UTC

[GitHub] [airflow] ecerulm commented on pull request #13073: Script to generate integrations.json

ecerulm commented on pull request #13073:
URL: https://github.com/apache/airflow/pull/13073#issuecomment-745115624


   @mik-laj just mentioning you since I can't "request a review" from you.
   
   You can invoke the script as:
   ```
   python scripts/tools/generate-integrations-json.py >../airflow-site/landing-pages/site/data/integrations.json
   ```
   
   and the output look like 
   
   ```
   [
       {
           "name": "Discord",
           "url": "/docs/apache-airflow-providers-discord/stable/index.html"
       },
       {
           "name": "Amazon Athena",
           "url": "/docs/apache-airflow-providers-amazon/stable/index.html",
           "logo": "/integration-logos/aws/Amazon-Athena_light-bg@4x.png"
       },
       {
           "name": "Amazon CloudFormation",
           "url": "/docs/apache-airflow-providers-amazon/stable/index.html"
       },
       {
           "name": "Amazon CloudWatch Logs",
           "url": "/docs/apache-airflow-providers-amazon/stable/index.html",
           "logo": "/integration-logos/aws/Amazon-CloudWatch_light-bg@4x.png"
       },
   ...
   ]
   ```


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org