Skip to content

Commit

Permalink
fix openlineage tests (apache#44025)
Browse files Browse the repository at this point in the history
  • Loading branch information
gopidesupavan authored Nov 14, 2024
1 parent 2ef8438 commit de15523
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions providers/tests/openlineage/plugins/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,14 @@ def test_serialize_timetable():
"asset_condition": {
"__type": DagAttributeTypes.ASSET_ANY,
"objects": [
{"__type": DagAttributeTypes.ASSET, "extra": {}, "uri": "2"},
{"__type": DagAttributeTypes.ASSET, "extra": {}, "name": "2", "uri": "2"},
{"__type": DagAttributeTypes.ASSET_ANY, "objects": []},
{"__type": DagAttributeTypes.ASSET, "extra": {}, "uri": "3"},
{"__type": DagAttributeTypes.ASSET, "extra": {}, "name": "3", "uri": "3"},
{
"__type": DagAttributeTypes.ASSET_ALL,
"objects": [
{"__type": DagAttributeTypes.ASSET_ANY, "objects": []},
{"__type": DagAttributeTypes.ASSET, "extra": {}, "uri": "4"},
{"__type": DagAttributeTypes.ASSET, "extra": {}, "name": "4", "uri": "4"},
],
},
],
Expand Down

0 comments on commit de15523

Please sign in to comment.