mik-laj commented on issue #13522: URL: https://github.com/apache/airflow/issues/13522#issuecomment-756130803
@dimberman looks like we need to verify our assumptions. In the case of Google operators, we always accept two types - one dictionary, the other is a class. https://github.com/apache/airflow/blob/ef2123c671b985953707b056ef30b724f7f97d28/airflow/providers/google/cloud/operators/datacatalog.py#L60 This is how most users pass the dictionary, but can look at the class definitions if they want to read the documentation. ---------------------------------------------------------------- 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]
