|
64 | 64 | VALUES (:#service_code,:#ccd_service_name,:#ccd_case_type, NOW() AT TIME ZONE 'utc') |
65 | 65 | ON CONFLICT (service_code, ccd_case_type) DO NOTHING ?dataSource=#dataSource |
66 | 66 | blob-path: |
67 | | - azure-storage-blob://${azure.storage.account-name}/lrd-ref-data/service-test.csv?credentials=#credsreg&operation=uploadBlockBlob |
| 67 | + azure-storage-blob://${azure.storage.account-name}/lrd-ref-data?credentials=#credsreg&operation=uploadBlockBlob&blobName=service-test.csv |
68 | 68 | processor-class: serviceToCcdCaseTypeProcessor |
69 | 69 | mapper-class: serviceToCcdCaseTypeMapper |
70 | 70 | csv-binder-object: serviceToCcdCaseType |
|
78 | 78 | ON CONFLICT (epimms_id) DO UPDATE SET building_location_name = :#building_location_name,building_location_status = :#building_location_status,area = :#area,region_id = :#region_id,cluster_id = :#cluster_id, |
79 | 79 | court_finder_url = :#court_finder_url,postcode = :#postcode,address = :#address,welsh_building_location_name = :#welsh_building_location_name,welsh_address = :#welsh_address,uprn = :#uprn,latitude = :#latitude,longitude = :#longitude,mrd_building_location_id = :#mrd_building_location_id,mrd_created_time = :#mrd_created_time,mrd_updated_time = :#mrd_updated_time,mrd_deleted_time = :#mrd_deleted_time,updated_time = NOW() AT TIME ZONE 'utc'?dataSource=#dataSource |
80 | 80 | blob-path: |
81 | | - azure-storage-blob://${azure.storage.account-name}/lrd-ref-data/building_location_test.csv?credentials=#credsreg&operation=uploadBlockBlob |
| 81 | + azure-storage-blob://${azure.storage.account-name}/lrd-ref-data?credentials=#credsreg&operation=uploadBlockBlob&blobName=building_location_test.csv |
82 | 82 | processor-class: buildingLocationProcessor |
83 | 83 | mapper-class: buildingLocationMapper |
84 | 84 | csv-binder-object: buildingLocation |
@@ -111,7 +111,7 @@ route: |
111 | 111 | mrd_created_time = :#mrd_created_time, mrd_updated_time = :#mrd_updated_time, mrd_deleted_time = :#mrd_deleted_time, |
112 | 112 | external_short_name = :#external_short_name, updated_time = NOW() AT TIME ZONE 'utc'?dataSource=#dataSource |
113 | 113 | blob-path: |
114 | | - azure-storage-blob://${azure.storage.account-name}/lrd-ref-data/court-venue-test.csv?credentials=#credsreg&operation=uploadBlockBlob |
| 114 | + azure-storage-blob://${azure.storage.account-name}/lrd-ref-data?credentials=#credsreg&operation=uploadBlockBlob&blobName=court-venue-test.csv |
115 | 115 | processor-class: courtVenueProcessor |
116 | 116 | mapper-class: courtVenueMapper |
117 | 117 | csv-binder-object: courtVenue |
|
0 commit comments