Skip to content

Commit

Permalink
Revert "feat(datahub-ingestion): new ingestion sources"
Browse files Browse the repository at this point in the history
This reverts commit 612ee00.
  • Loading branch information
PatrickfBraz committed May 25, 2022
1 parent 612ee00 commit e944c2e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 613 deletions.
4 changes: 0 additions & 4 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ def get_long_description():
"starburst-trino-usage": sql_common | usage_common | trino,
"nifi": {"requests", "packaging"},
"powerbi": {"orderedset"} | microsoft_common,
"pubsub": {"google-cloud-pubsub"},
"google_storage": {"google-cloud-storage"},
}

all_exclude_plugins: Set[str] = {
Expand Down Expand Up @@ -470,8 +468,6 @@ def get_long_description():
"powerbi = datahub.ingestion.source.powerbi:PowerBiDashboardSource",
"presto-on-hive = datahub.ingestion.source.sql.presto_on_hive:PrestoOnHiveSource",
"pulsar = datahub.ingestion.source.pulsar:PulsarSource",
"pubsub = datahub.ingestion.source.pubsub:PubSubSource",
"google_storage = datahub.ingestion.source.google_storage:GoogleStorageSource",
],
"datahub.ingestion.sink.plugins": [
"file = datahub.ingestion.sink.file:FileSink",
Expand Down
327 changes: 0 additions & 327 deletions metadata-ingestion/src/datahub/ingestion/source/google_storage.py

This file was deleted.

Loading

0 comments on commit e944c2e

Please sign in to comment.