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/06/03 02:27:29 UTC

[GitHub] [airflow] maverick12345678 commented on issue #8893: Displaying field templates and constructor parameters in scripts/list-integration.py

maverick12345678 commented on issue #8893:
URL: https://github.com/apache/airflow/issues/8893#issuecomment-637914952


   > This file? What exactly code?
   > https://github.com/apache/airflow/blob/master/scripts/list-integrations.py
   > 
   > I want to have the following output or equivalent:
   > 
   > ```
   > airflow.providers.google.cloud.operators.datacatalog.CloudDataCatalogCreateEntryOperator;location,entry_group,entry_id,entry,project_id,retry,timeout,metadata,gcp_conn_id;,location,entry_group,entry_id,entry,project_id,retry,timeout,metadata,gcp_conn_id
   > ```
   > 
   > First column - full qualified class name
   > Second column - template fields (comma separated)
   > Third column - constructor parameters - excluding BaseOperator (comma separated)
   > 
   > This will facilitate my further analysis of these operators, but for now we have to collect the data.
   
   Okay ! Thanks for the heads up !
   


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