This is an automated email from the ASF dual-hosted git repository.
mobuchowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new c0a9f78d64 chore: Update Marquez version in openlineage integration
(#41950)
c0a9f78d64 is described below
commit c0a9f78d6438fa2c619e5dea5ad24f26d9e75934
Author: Kacper Muda <[email protected]>
AuthorDate: Mon Sep 2 14:41:01 2024 +0200
chore: Update Marquez version in openlineage integration (#41950)
Signed-off-by: Kacper Muda <[email protected]>
---
scripts/ci/docker-compose/integration-openlineage.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/ci/docker-compose/integration-openlineage.yml
b/scripts/ci/docker-compose/integration-openlineage.yml
index 2271988657..e0d69676c1 100644
--- a/scripts/ci/docker-compose/integration-openlineage.yml
+++ b/scripts/ci/docker-compose/integration-openlineage.yml
@@ -17,7 +17,7 @@
---
services:
marquez:
- image: marquezproject/marquez:0.40.0
+ image: marquezproject/marquez:0.49.0
labels:
breeze.description: "Integration required for Openlineage hooks."
environment:
@@ -33,7 +33,7 @@ services:
entrypoint: ["./entrypoint.sh"]
marquez_web:
- image: marquezproject/marquez-web:0.40.0
+ image: marquezproject/marquez-web:0.49.0
environment:
- MARQUEZ_HOST=marquez
- MARQUEZ_PORT=5000