Skip to content

Commit

Permalink
chore: deprecate Atlas in Search (amundsen-io#1530)
Browse files Browse the repository at this point in the history
Signed-off-by: Allison Suarez Miranda <asuarezmiranda@lyft.com>
Signed-off-by: Amom Mendes <amommendes@hotmail.com>
  • Loading branch information
allisonsuarez authored and amommendes committed Jan 21, 2022
1 parent bcc0619 commit 4b5ae00
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 662 deletions.
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ nav:
- 'Recommended Practices': 'frontend/docs/recommended_practices.md'
- 'Search':
- 'Overview': 'search/README.md'
- 'Proxy':
- 'Atlas Backend': 'search/docs/atlas-search.md'
- 'Metadata':
- 'Overview': 'metadata/README.md'
- 'Configuration':
Expand Down
58 changes: 0 additions & 58 deletions search/docs/atlas-search.md

This file was deleted.

1 change: 0 additions & 1 deletion search/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Copyright Contributors to the Amundsen project.
# SPDX-License-Identifier: Apache-2.0

pyatlasclient==1.0.3
elasticsearch==7.13.3
elasticsearch-dsl==7.4.0
2 changes: 1 addition & 1 deletion search/search_service/api/swagger_doc/template.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: '3.0.2'
info:
title: 'Search Service'
description: 'Used to communicate with elasticsearch or apache atlas to get search results. Used by the frontend service'
description: 'Used to communicate with elasticsearch to get search results. Used by the frontend service'
version: '1.1.12'

components:
Expand Down
3 changes: 1 addition & 2 deletions search/search_service/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
PROXY_CLIENT = 'PROXY_CLIENT'
PROXY_CLIENT_KEY = 'PROXY_CLIENT_KEY'
PROXY_CLIENTS = {
'ELASTICSEARCH': 'search_service.proxy.elasticsearch.ElasticsearchProxy',
'ATLAS': 'search_service.proxy.atlas.AtlasProxy'
'ELASTICSEARCH': 'search_service.proxy.elasticsearch.ElasticsearchProxy'
}


Expand Down
297 changes: 0 additions & 297 deletions search/search_service/proxy/atlas.py

This file was deleted.

Loading

0 comments on commit 4b5ae00

Please sign in to comment.