Skip to content

Commit

Permalink
fix: default bucket name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycorletti committed Apr 3, 2023
1 parent 39878bb commit bbdde7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dataquality/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
dataquality.get_insights()
"""

__version__ = "v0.8.23"
__version__ = "v0.8.24"

import sys
from typing import Any, List, Optional
Expand Down
4 changes: 2 additions & 2 deletions dataquality/core/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
CLOUD_URL = "https://console.cloud.rungalileo.io"
MINIMUM_API_VERSION = "0.4.0"
GALILEO_DEFAULT_IMG_BUCKET_NAME = "galileo-images"
GALILEO_DEFAULT_RUN_BUCKET_NAME = "galileo-projects-runs"
GALILEO_DEFAULT_RESULT_BUCKET_NAME = "galileo-projects-runs-results"
GALILEO_DEFAULT_RUN_BUCKET_NAME = "galileo-project-runs"
GALILEO_DEFAULT_RESULT_BUCKET_NAME = "galileo-project-runs-results"
EXOSCALE_FQDN_SUFFIX = ".exo.io"


Expand Down

0 comments on commit bbdde7e

Please sign in to comment.