You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both Airflow and Marquez require port 5432 for their metastores, but the Marquez services are easier to configure. You can also assign the database service to a new port on the fly. To start Marquez using port 2345 for the database, run:
65
65
66
-
<TabsgroupId="start">
66
+
<TabsgroupId="os">
67
67
<TabItemvalue="macos"label="MacOS/Linux">
68
68
69
69
```bash
@@ -91,28 +91,80 @@ To view the Marquez UI and verify it's running, open [http://localhost:3000](htt
91
91
92
92
1. To configure Airflow to emit OpenLineage events to Marquez, you need to define an OpenLineage transport. One way you can do this is by using an environment variable. To use `http` and send events to the Marquez API running locally on port `5000`, run:
0 commit comments