diff --git a/scripts/deployToDB.py b/scripts/deployToDB.py index b2f1f37bb..067aea6e5 100644 --- a/scripts/deployToDB.py +++ b/scripts/deployToDB.py @@ -8,7 +8,7 @@ from constants import CONFIG_DIR -ALL_SELECTORS = ["destination", "source", "wht-lib-project"] +ALL_SELECTORS = ["destination", "source"] def get_command_line_arguments(): @@ -19,7 +19,7 @@ def get_command_line_arguments(): parser.add_argument( "selector", nargs="?", - help="Specify destination, source or wht-lib-project", + help="Specify destination or source", default=None, ) parser.add_argument( diff --git a/src/configurations/wht-lib-projects/libres360_base_features/db-config.json b/src/configurations/wht-lib-projects/libres360_base_features/db-config.json deleted file mode 100644 index f59fc5b47..000000000 --- a/src/configurations/wht-lib-projects/libres360_base_features/db-config.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "base_features", - "githubRepoURL": "https://github.com/rudderlabs/profiles-multieventstream-features", - "description": "base features", - "config": { - "sourcesSupported": [ - { - "name": ".*", - "category": "webhook|null" - } - ], - "destinationsSupported": [ - { - "name": "rs", - "accountRole": "redshift" - }, - { - "name": "snowflake", - "accountRole": "snowflake" - }, - { - "name": "deltalake", - "accountRole": "databricks" - } - ] - } -} diff --git a/src/configurations/wht-lib-projects/libres360_ecommerce_features/db-config.json b/src/configurations/wht-lib-projects/libres360_ecommerce_features/db-config.json deleted file mode 100644 index eedcfebde..000000000 --- a/src/configurations/wht-lib-projects/libres360_ecommerce_features/db-config.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "ecommerce_features", - "githubRepoURL": "git@github.com:rudderlabs/profiles-ecommerce-features.git", - "description": "ecommerce features", - "config": { - "sourcesSupported": [ - { - "name": ".*", - "category": "webhook|null" - } - ], - "destinationsSupported": [ - { - "name": "rs", - "accountRole": "redshift" - }, - { - "name": "snowflake", - "accountRole": "snowflake" - } - ] - } -} diff --git a/src/configurations/wht-lib-projects/libres360_shopify_features/db-config.json b/src/configurations/wht-lib-projects/libres360_shopify_features/db-config.json deleted file mode 100644 index be8210872..000000000 --- a/src/configurations/wht-lib-projects/libres360_shopify_features/db-config.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "shopify_features", - "githubRepoURL": "git@github.com:rudderlabs/profiles-shopify-features.git", - "description": "shopify features", - "config": { - "sourcesSupported": [ - { - "name": "shopify", - "category": "webhook" - } - ], - "destinationsSupported": [ - { - "name": "rs", - "accountRole": "redshift" - }, - { - "name": "snowflake", - "accountRole": "snowflake" - } - ] - } -} diff --git a/src/configurations/wht-lib-projects/libres360_stripe_features/db-config.json b/src/configurations/wht-lib-projects/libres360_stripe_features/db-config.json deleted file mode 100644 index 347c5c40b..000000000 --- a/src/configurations/wht-lib-projects/libres360_stripe_features/db-config.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "stripe_features", - "githubRepoURL": "git@github.com:rudderlabs/profiles-stripe-features.git", - "description": "stripe features", - "config": { - "sourcesSupported": [ - { - "name": "singer-stripe", - "category": "singer-protocol" - } - ], - "destinationsSupported": [ - { - "name": "rs", - "accountRole": "redshift" - }, - { - "name": "snowflake", - "accountRole": "snowflake" - } - ] - } -}