mik-laj commented 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 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: [email protected]
