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/05/28 18:06:48 UTC

[GitHub] [airflow] mik-laj edited a comment on issue #8893: Displaying field templates and constructor parameters in scripts/list-integration.py

mik-laj edited a comment on issue #8893:
URL: https://github.com/apache/airflow/issues/8893#issuecomment-635508132


   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.


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