mik-laj commented on a change in pull request #11032:
URL: https://github.com/apache/airflow/pull/11032#discussion_r491686097



##########
File path: airflow/providers/amazon/aws/hooks/glue_catalog.py
##########
@@ -104,12 +104,10 @@ def get_table(self, database_name, table_name):
         :param table_name: Name of hive table
         :type table_name: str
         :rtype: dict
-
         >>> hook = AwsGlueCatalogHook()

Review comment:
       ```
           """
           Get the information of the table
   
                .. code-block:: py
   
               hook = AwsGlueCatalogHook()
               r = hook.get_table('db', 'table_foo')
               r['Name'] = 'table_foo'
   
           :param database_name: Name of hive database (schema) @table belongs 
to
           :type database_name: str
           :param table_name: Name of hive table
           :type table_name: str
           :rtype: dict
           """
   ```
   Can you try it?




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


Reply via email to