Skip to content

Commit

Permalink
Update connector catalog urls to new connector registry urls (#6072)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch committed May 4, 2023
1 parent 8cb1624 commit 6309e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ public final class AirbyteCatalogConstants {
*/
public static final String ICON_SUBDIRECTORY = "icons/";

public static final String LOCAL_CONNECTOR_CATALOG_PATH_FILE_NAME = "oss_catalog.json";
public static final String LOCAL_CONNECTOR_CATALOG_PATH_FILE_NAME = "oss_registry.json";
public static final String LOCAL_SECRETS_MASKS_FILE_NAME = "specs_secrets_mask.yaml";

public static final String DEFAULT_LOCAL_CONNECTOR_CATALOG_PATH =
SEED_SUBDIRECTORY + LOCAL_CONNECTOR_CATALOG_PATH_FILE_NAME;
public static final String LOCAL_SECRETS_MASKS_PATH = "/" + SEED_SUBDIRECTORY + LOCAL_SECRETS_MASKS_FILE_NAME;

public static final String REMOTE_OSS_CATALOG_URL =
"https://connectors.airbyte.com/api/v0/catalog/oss_catalog.json";
"https://connectors.airbyte.com/files/registries/v0/oss_registry.json";

private AirbyteCatalogConstants() {
// Private constructor to prevent instantiation
Expand Down

0 comments on commit 6309e71

Please sign in to comment.