AbsaOSS / spline

Data Lineage Tracking And Visualization Solution
https://absaoss.github.io/spline/
Apache License 2.0
599 stars 154 forks source link

Execution plan name doesn't make into the database #1160

Closed wajda closed 1 year ago

wajda commented 1 year ago
POST /producer/execution-plans

{
    "name": "My Airflow Job",
   ...
}

results in ExecutionPlan.name == None on the Producer REST layer.

wajda commented 1 year ago

The test was incorrect - the property name was added in the API v1.1 and requires MIME type to be at least application/vnd.absa.spline.producer.v1.1+json or later