Skip to content

Commit

Permalink
[ML] Fix transform ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jan 25, 2022
1 parent aa31845 commit f9cc5f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export default function ({ getService }: FtrProviderContext) {
label: 'geoip.city_name.terms',
},
],
transformId: `ec_2_${Date.now()}`,
transformId: `ec_3_${Date.now()}`,
transformDescription:
'ecommerce batch transform with group by terms(customer_gender) and aggregation terms(geoip.city_name)',
get destinationIndex(): string {
Expand Down Expand Up @@ -409,7 +409,7 @@ export default function ({ getService }: FtrProviderContext) {
identifier: 'order_date',
label: 'order_date',
},
transformId: `ec_3_${Date.now()}`,
transformId: `ec_4_${Date.now()}`,

transformDescription:
'ecommerce batch transform with the latest function config, sort by order_data, country code as unique key',
Expand Down

0 comments on commit f9cc5f5

Please sign in to comment.