Skip to content

Commit

Permalink
⬆️ Upgrade OpenMetadata to 1.5.4 and Dagster to 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
agmangas committed Sep 18, 2024
1 parent 2c50bb8 commit 3abc05d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version: "3"
vars:
MINIKUBE_MEM: 8G
MINIKUBE_CPU: 2
DAGSTER_CHART_VERSION: 1.6.0
DAGSTER_CHART_VERSION: 1.8.7
DAGSTER_WEBSERVER_PORT: 8181
OPEN_METADATA_CHART_VERSION: 1.3.1
OPEN_METADATA_CHART_VERSION: 1.5.4
OPEN_METADATA_UI_PORT: 8585
IMAGE_LOCAL_NAME: moderate-dagster
IMAGE_REMOTE_NAME: localhost:5000/moderate-dagster
Expand Down
6 changes: 3 additions & 3 deletions moderate/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

_VERSION_DAGSTER = "1.6.0"
_VERSION_DAGSTER_EXT = "0.22.0"
_VERSION_DAGSTER = "1.8.7"
_VERSION_DAGSTER_EXT = "0.24.7"

setup(
name="moderate",
Expand All @@ -15,7 +15,7 @@
"numpy>=1.0,<2.0",
"python-keycloak>=2.16.1,<3.0",
"sh==2.0.6",
"openmetadata-ingestion[postgres,datalake-s3,datalake-gcp]==1.3.1",
"openmetadata-ingestion[postgres,datalake-s3,datalake-gcp,datalake-azure]==1.5.4",
"google-cloud-storage>=2.10,<3.0",
"sqllineage>=1.4,<1.5",
"SQLAlchemy>=1.4,<1.5",
Expand Down

0 comments on commit 3abc05d

Please sign in to comment.