Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
feat: name should be inside of data_node_properties on migrated entities
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Nov 3, 2023
1 parent 74a7ddb commit c976117
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"config_id": "cleaned_dataset",
"scope": "<Scope.GLOBAL: 3>",
"storage_type": "parquet",
"name": null,
"owner_id": null,
"parent_ids": [
"TASK_predict_cf8b3c83-5ea7-40eb-b8af-d5240852ff5b",
Expand All @@ -29,6 +28,7 @@
"compression": "snappy",
"exposed_type": "pandas",
"read_kwargs": {},
"write_kwargs": {}
"write_kwargs": {},
"name": null
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"config_id": "day",
"scope": "<Scope.SCENARIO: 1>",
"storage_type": "pickle",
"name": null,
"last_edit_date": "2023-10-08T21:12:32.977796",
"edits": [
{
Expand All @@ -18,7 +17,8 @@
"validity_seconds": null,
"edit_in_progress": false,
"data_node_properties": {
"is_generated": true
"is_generated": true,
"name": null
},
"parent_ids": [
"TASK_evaluate_57cbea3b-332e-47ac-a468-472e4885eb82",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"config_id": "evaluation",
"scope": "<Scope.SCENARIO: 1>",
"storage_type": "pickle",
"name": null,
"owner_id": "SCENARIO_scenario_62d29866-610e-4173-bd22-6a0555e80ff4",
"parent_ids": [
"TASK_evaluate_57cbea3b-332e-47ac-a468-472e4885eb82"
Expand All @@ -20,6 +19,7 @@
"validity_seconds": null,
"edit_in_progress": false,
"data_node_properties": {
"is_generated": true
"is_generated": true,
"name": null
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"config_id": "initial_dataset",
"scope": "<Scope.GLOBAL: 3>",
"storage_type": "csv",
"name": null,
"owner_id": null,
"parent_ids": [
"TASK_clean_data_2b17fa43-6746-45d6-b22d-0f5b09b9048a"
Expand All @@ -17,6 +16,7 @@
"data_node_properties": {
"path": "data/dataset.csv",
"has_header": true,
"exposed_type": "pandas"
"exposed_type": "pandas",
"name": null
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"config_id": "predictions",
"scope": "<Scope.SCENARIO: 1>",
"storage_type": "pickle",
"name": null,
"owner_id": "SCENARIO_scenario_62d29866-610e-4173-bd22-6a0555e80ff4",
"parent_ids": [
"TASK_predict_cf8b3c83-5ea7-40eb-b8af-d5240852ff5b",
Expand All @@ -21,6 +20,7 @@
"validity_seconds": null,
"edit_in_progress": false,
"data_node_properties": {
"is_generated": true
"is_generated": true,
"name": null
}
}

0 comments on commit c976117

Please sign in to comment.