Skip to content

Commit

Permalink
chore(ingest): remove feast-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Dec 6, 2022
1 parent f2a83f3 commit f13caff
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1,486 deletions.
76 changes: 0 additions & 76 deletions .github/workflows/docker-feast-source.yml

This file was deleted.

3 changes: 1 addition & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ We use a plugin architecture so that you can install only the dependencies you a
| [datahub-business-glossary](./generated/ingestion/sources/business-glossary.md) | _no additional dependencies_ | Business Glossary File source |
| [dbt](./generated/ingestion/sources/dbt.md) | _no additional dependencies_ | dbt source |
| [druid](./generated/ingestion/sources/druid.md) | `pip install 'acryl-datahub[druid]'` | Druid Source |
| [feast-legacy](./generated/ingestion/sources/feast.md#module-feast-legacy) | `pip install 'acryl-datahub[feast-legacy]'` | Feast source (legacy) |
| [feast](./generated/ingestion/sources/feast.md) | `pip install 'acryl-datahub[feast]'` | Feast source (0.18.0) |
| [feast](./generated/ingestion/sources/feast.md) | `pip install 'acryl-datahub[feast]'` | Feast source (0.26.0) |
| [glue](./generated/ingestion/sources/glue.md) | `pip install 'acryl-datahub[glue]'` | AWS Glue source |
| [hana](./generated/ingestion/sources/hana.md) | `pip install 'acryl-datahub[hana]'` | SAP HANA source |
| [hive](./generated/ingestion/sources/hive.md) | `pip install 'acryl-datahub[hive]'` | Hive source |
Expand Down
8 changes: 0 additions & 8 deletions metadata-ingestion/docs/sources/feast/feast-legacy_recipe.yml

This file was deleted.

13 changes: 0 additions & 13 deletions metadata-ingestion/examples/recipes/feast_to_datahub.dhub.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def get_long_description():
# https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/release-notes.html#rn-7-14-0
# https://github.com/elastic/elasticsearch-py/issues/1639#issuecomment-883587433
"elasticsearch": {"elasticsearch==7.13.4"},
"feast-legacy": {"docker"},
"feast": {"feast~=0.26.0", "flask-openid>=1.3.0"},
"glue": aws_common,
# hdbcli is supported officially by SAP, sqlalchemy-hana is built on top but not officially supported
Expand Down Expand Up @@ -475,7 +474,6 @@ def get_long_description():
"clickhouse",
"delta-lake",
"druid",
"feast-legacy",
"hana",
"hive",
"iceberg",
Expand Down Expand Up @@ -511,7 +509,6 @@ def get_long_description():
"dbt-cloud = datahub.ingestion.source.dbt.dbt_cloud:DBTCloudSource",
"druid = datahub.ingestion.source.sql.druid:DruidSource",
"elasticsearch = datahub.ingestion.source.elastic_search:ElasticsearchSource",
"feast-legacy = datahub.ingestion.source.feast_legacy:FeastSource",
"feast = datahub.ingestion.source.feast:FeastRepositorySource",
"glue = datahub.ingestion.source.aws.glue:GlueSource",
"sagemaker = datahub.ingestion.source.aws.sagemaker:SagemakerSource",
Expand Down Expand Up @@ -616,7 +613,6 @@ def get_long_description():
"datahub": ["py.typed"],
"datahub.metadata": ["schema.avsc"],
"datahub.metadata.schemas": ["*.avsc"],
"datahub.ingestion.source.feast_image": ["Dockerfile", "requirements.txt"],
},
entry_points=entry_points,
# Dependencies.
Expand Down
Loading

0 comments on commit f13caff

Please sign in to comment.