def fetch_projects()

in services/jobs/fetch_projects/transfer_controller.py [0:0]


    def fetch_projects(self) -> list[Project]:
        """
        Fetches all projects within the organization which have datacatalog
        or dataplex API enabled.
        """
        return self.api_client.fetch_projects()