Vaikath Job
09/30/2022, 5:36 PMJenny
10/01/2022, 1:47 PMVaikath Job
10/03/2022, 1:01 PMJenny
10/03/2022, 1:33 PMmerlin
10/03/2022, 4:39 PMCraig Harshbarger
10/05/2022, 12:09 AMJenny
10/05/2022, 12:21 AMVaikath Job
10/05/2022, 12:26 AMCraig Harshbarger
10/05/2022, 12:29 AMVaikath Job
10/05/2022, 12:08 PM{
"id": "a6507acb-9a53-4efe-94d2-8376560b0e42",
"created": "2022-09-30T17:18:38.535998+00:00",
"updated": "2022-10-05T18:36:00.937000+00:00",
"name": "eds-etl-noblock",
"version": "bff0ab174817a3ee1e0309b7d8b6c55d",
"description": null,
"flow_id": "f522a381-28f5-406a-8cc4-11a2301ef372",
"schedule": null,
"is_schedule_active": true,
"infra_overrides": {},
"parameters": {
"yos": 2020,
"file_setting": "pb",
"base_edb": "Thu Jan 01 202105 00:00:00 GMT-0800 (Pacific Standard Time)",
"base_fawk": "2021w22",
"update_edb": "Fri Jan 01 202106 00:00:00 GMT-0800 (Pacific Standard Time)",
"update_fawk": "2021w26",
"n_partitions": 100
},
"tags": [
"prefect-demo"
],
"work_queue_name": "win-test",
"parameter_openapi_schema": {
"title": "Parameters",
"type": "object",
"properties": {
"yos": {
"title": "yos"
},
"file_setting": {
"title": "file_setting"
},
"base_edb": {
"title": "base_edb"
},
"update_edb": {
"title": "update_edb"
},
"base_fawk": {
"title": "base_fawk"
},
"update_fawk": {
"title": "update_fawk"
},
"n_partitions": {
"title": "n_partitions"
}
},
"required": [
"yos",
"file_setting",
"base_edb",
"update_edb",
"base_fawk",
"update_fawk",
"n_partitions"
]
},
"path": "\\\\secdevp4p\\projectsong\\project_management\\team\\vjob\\prefect2_examples",
"entrypoint": ".\\eds_etl_flow.py:eds_etl",
"manifest_path": null,
"storage_document_id": null,
"infrastructure_document_id": "79b62051-a47b-4ebf-bad1-253218cf695f"
}
Craig Harshbarger
10/06/2022, 1:52 PMparameter_openapi_schema
specifically. The schema has no types which means it should just show text inputs and not do any kind of value parsing/formatting.Vaikath Job
10/06/2022, 7:52 PMCraig Harshbarger
10/07/2022, 1:21 PMVaikath Job
10/09/2022, 5:26 PMCraig Harshbarger
10/11/2022, 5:57 PM