common/big_query/big_query_adapter.py [68:76]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ) -> Mapping[str, Any]:
        """
        Transforms an EntryGroup entity into a dictionary format.
        """
        return {
            "resourceName": entity.resource_name,
            "dataplexResourceName": entity.dataplex_resource_name,
            "projectId": entity.project_id,
            "location": entity.location,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



common/big_query/big_query_adapter.py [85:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ) -> Mapping[str, Any]:
        """
        Transforms a TagTemplate entity into a dictionary format.
        """
        return {
            "resourceName": entity.resource_name,
            "dataplexResourceName": entity.dataplex_resource_name,
            "projectId": entity.project_id,
            "location": entity.location,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



