-
From https://github.com/apache/airflow/pull/33742#issuecomment-1695966143 @patgarz
> PG15 produces the following warning in Marquez startup, and the app then exits (though we should likely migrate …
-
@Pepe-Marquez mentioned using the https://matportal.org/ontologies/TFSCO
we can perhaps use the simple prompting-based approach from https://github.com/rahulnyk/graph_maker
-
**Purpose:**
Tool providers implementing OpenLineage are currently without an automated validation suite, one that can give them confidence that their implementation is sane and complete.
This is …
-
`OpenLineage` introduces `RUNNING` event type which models continuous streaming job that it currently running - to differentiate it from generic `OTHER` event type. Related issues are https://github.c…
-
We would like to add an authentication layer to the Marquez API, so that we can natively secure calls to the API endpoints using techniques like JWT, oAuth, LDAP, etc.
The [Apache Shiro framework]…
-
Hello, I am trying to capture lineage information about an iceberg table stored in a hive metastore. This is some of my spark configuration
`spark = SparkSession.builder\`
`.appName("test") `
…
-
With an event similar to the attached scheme 3 namespaces are created. 2 of these are Dataset namespaces and 1 is a job namespace.
When trying to access one of these datasets a 404 is encountered
…
-
-
Currently, when I want to empty the db, I need to use docker to recreate the database volume. I would like a command, script or API endpoint that would allow me to do this.
I know about soft delet…
-
if job namespace is:
`{"job": {"namespace": "trino://trino-integration-test:1337" }}`
then querying for lineage registered under this namespace results in error:
```
192.168.64.4 - - [30/Apr…