Skip to content

Commit 4b63128

Browse files
author
gdgate
authored
Merge pull request #1817 from dangdinh/MSF-22215
BUGFIX: MSF-22215 Add more log to MigrateGdcDateDimension action of Rollout brick Reviewed-by: https://github.com/sangtm
2 parents 9aa846f + 30723d9 commit 4b63128

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.40
1+
3.7.41

lib/gooddata/lcm/actions/migrate_gdc_date_dimension.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def migrate_date_dimension(params, segment_info)
5050
segment_info[:to].pmap do |entry|
5151
pid = entry[:pid]
5252
to_project = client.projects(pid) || fail("Invalid 'to' project specified - '#{pid}'")
53+
GoodData.logger.info "Migrating date dimension, project: '#{to_project.title}', PID: #{pid}"
5354
to_blueprint = to_project.blueprint
5455
upgrade_datasets = get_upgrade_dates(latest_blueprint, to_blueprint)
5556
next if upgrade_datasets.empty?

0 commit comments

Comments
 (0)