:doc:`Glue <../../glue>` / Client / import_catalog_to_glue

**********************
import_catalog_to_glue
**********************



.. py:method:: Glue.Client.import_catalog_to_glue(**kwargs)

  

  Imports an existing Amazon Athena Data Catalog to Glue.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ImportCatalogToGlue>`_  


  **Request Syntax**
  ::

    response = client.import_catalog_to_glue(
        CatalogId='string'
    )
    
  :type CatalogId: string
  :param CatalogId: 

    The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.InternalServiceException`

  
  *   :py:class:`Glue.Client.exceptions.OperationTimeoutException`

  