Skip to content

Commit

Permalink
update remote catalog url to be not gcs anymore (#16)
Browse files Browse the repository at this point in the history
* update remote catalog url to be not gcs anymore

* Update airbyte-config/config-models/src/main/java/io/airbyte/config/CatalogDefinitionsConfig.java

Co-authored-by: Ben Church <ben@airbyte.io>

---------

Co-authored-by: Ben Church <ben@airbyte.io>
  • Loading branch information
Conor and bnchrch authored Feb 17, 2023
1 parent 3d15eef commit ded3d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class CatalogDefinitionsConfig {
SEED_SUBDIRECTORY + LOCAL_CONNECTOR_CATALOG_FILE_NAME;

private static final String REMOTE_OSS_CATALOG_URL =
"https://storage.googleapis.com/prod-airbyte-cloud-connector-metadata-service/oss_catalog.json";
"https://connectors.airbyte.com/oss_catalog.json";

public static String getLocalConnectorCatalogPath() {
Optional<String> customCatalogPath = new EnvConfigs().getLocalCatalogPath();
Expand Down

0 comments on commit ded3d47

Please sign in to comment.