gooddata 1.1.0-java → 1.2.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.document +0 -0
- data/.flayignore +2 -0
- data/.travis.yml +24 -7
- data/.yardopts +0 -0
- data/CHANGELOG.md +144 -0
- data/CLI.md +0 -0
- data/Dockerfile.jruby +7 -2
- data/Dockerfile.ruby +1 -1
- data/Gemfile +0 -0
- data/Guardfile +0 -0
- data/Rakefile +23 -9
- data/TODO.md +0 -0
- data/bin/gitflow-init.sh +8 -0
- data/ci.rake +3 -3
- data/data/2008.crt +39 -0
- data/data/new_ca.cer +22 -0
- data/dependency_decisions.yml +0 -0
- data/docker-compose.lcm.yml +31 -0
- data/docker-compose.yml +4 -2
- data/gooddata.gemspec +3 -3
- data/lcm.rake +288 -0
- data/lib/gooddata.rb +1 -0
- data/lib/gooddata/bricks/base_downloader.rb +1 -1
- data/lib/gooddata/bricks/brick.rb +0 -1
- data/lib/gooddata/bricks/middleware/aws_middleware.rb +1 -1
- data/lib/gooddata/bricks/middleware/logger_middleware.rb +1 -1
- data/lib/gooddata/bricks/pipeline.rb +67 -0
- data/lib/gooddata/bricks/provisioning_brick.rb +18 -0
- data/lib/gooddata/bricks/release_brick.rb +18 -0
- data/lib/gooddata/bricks/rollout_brick.rb +14 -0
- data/lib/gooddata/bricks/user_filters_brick.rb +13 -0
- data/lib/gooddata/bricks/users_brick.rb +13 -0
- data/lib/gooddata/core/logging.rb +1 -1
- data/lib/gooddata/exceptions/maql_execution.rb +1 -1
- data/lib/gooddata/extensions/string.rb +0 -0
- data/lib/gooddata/lcm/actions/associate_clients.rb +34 -8
- data/lib/gooddata/lcm/actions/collect_data_product.rb +8 -1
- data/lib/gooddata/lcm/actions/collect_segment_clients.rb +13 -23
- data/lib/gooddata/lcm/actions/collect_segments.rb +10 -0
- data/lib/gooddata/lcm/actions/synchronize_clients.rb +3 -1
- data/lib/gooddata/lcm/actions/synchronize_ldm.rb +61 -34
- data/lib/gooddata/lcm/actions/synchronize_user_filters.rb +6 -4
- data/lib/gooddata/lcm/actions/update_release_table.rb +4 -12
- data/lib/gooddata/lcm/dsl/params_dsl.rb +0 -4
- data/lib/gooddata/lcm/dsl/type_dsl.rb +0 -4
- data/lib/gooddata/lcm/helpers/check_helper.rb +1 -1
- data/lib/gooddata/lcm/lcm2.rb +0 -2
- data/lib/gooddata/lcm/types/special/enum.rb +6 -0
- data/lib/gooddata/lcm/types/special/enum/synchronize_ldm.rb +20 -0
- data/lib/gooddata/lcm/types/special/types.rb +1 -1
- data/lib/gooddata/mixins/is_folder.rb +0 -0
- data/lib/gooddata/mixins/to_json.rb +0 -0
- data/lib/gooddata/mixins/uri_getter.rb +0 -0
- data/lib/gooddata/models/project_creator.rb +38 -30
- data/lib/gooddata/models/user_filters/user_filter_builder.rb +1 -0
- data/lib/gooddata/rest/README.md +0 -0
- data/lib/gooddata/version.rb +1 -1
- data/lib/templates/bricks/brick.rb.erb +0 -0
- data/lib/templates/bricks/main.rb.erb +0 -0
- data/lib/templates/project/Goodfile.erb +0 -0
- data/lib/templates/project/data/commits.csv +0 -0
- data/lib/templates/project/data/devs.csv +0 -0
- data/lib/templates/project/data/repos.csv +0 -0
- data/lib/templates/project/model/model.rb.erb +0 -0
- metadata +23 -452
- data/lib/gooddata/lcm/actions/ensure_data_product.rb +0 -63
- data/spec/.rubocop.yml +0 -16
- data/spec/bricks/bricks_spec.rb +0 -110
- data/spec/bricks/default-config.json +0 -8
- data/spec/data/.gooddata +0 -4
- data/spec/data/blueprints/additional_dataset_module.json +0 -32
- data/spec/data/blueprints/attribute_sort_order_blueprint.json +0 -72
- data/spec/data/blueprints/big_blueprint_not_pruned.json +0 -2079
- data/spec/data/blueprints/invalid_blueprint.json +0 -103
- data/spec/data/blueprints/m_n_model.json +0 -104
- data/spec/data/blueprints/model_module.json +0 -25
- data/spec/data/blueprints/test_blueprint.json +0 -39
- data/spec/data/blueprints/test_project_model_spec.json +0 -106
- data/spec/data/cc/data/source/commits.csv +0 -4
- data/spec/data/cc/data/source/devs.csv +0 -4
- data/spec/data/cc/data/source/repos.csv +0 -3
- data/spec/data/cc/devel.prm +0 -0
- data/spec/data/cc/graph/graph.grf +0 -11
- data/spec/data/cc/workspace.prm +0 -19
- data/spec/data/column_based_permissions.csv +0 -7
- data/spec/data/column_based_permissions2.csv +0 -6
- data/spec/data/dynamic_schedule_params_table.csv +0 -7
- data/spec/data/gd_gse_data_blueprint.json +0 -1371
- data/spec/data/gd_gse_data_manifest.json +0 -1424
- data/spec/data/gd_gse_data_model.json +0 -1772
- data/spec/data/gooddata_version_process/gooddata_version.rb +0 -9
- data/spec/data/gooddata_version_process/gooddata_version.zip +0 -0
- data/spec/data/hello_world_process/hello_world.rb +0 -9
- data/spec/data/hello_world_process/hello_world.zip +0 -0
- data/spec/data/integration_model.json +0 -252
- data/spec/data/integration_policies.csv +0 -9134
- data/spec/data/line_based_permissions.csv +0 -3
- data/spec/data/manifests/test_blueprint.json +0 -32
- data/spec/data/manifests/test_project.json +0 -107
- data/spec/data/reports/left_attr_report.json +0 -108
- data/spec/data/reports/metric_only_one_line.json +0 -83
- data/spec/data/reports/report_1.json +0 -197
- data/spec/data/reports/top_attr_report.json +0 -108
- data/spec/data/ruby_params_process/ruby_params.rb +0 -9
- data/spec/data/ruby_process/deep_files/deep_stuff.txt +0 -1
- data/spec/data/ruby_process/process.rb +0 -8
- data/spec/data/ruby_process/stuff.txt +0 -1
- data/spec/data/superfluous_titles_view.json +0 -81
- data/spec/data/test-ci-data.csv +0 -2
- data/spec/data/user_filters.csv +0 -2
- data/spec/data/users.csv +0 -12
- data/spec/data/wire_models/attribute_sort_by_model.json +0 -73
- data/spec/data/wire_models/model_view.json +0 -1775
- data/spec/data/wire_models/nu_model.json +0 -3046
- data/spec/data/wire_models/test_blueprint.json +0 -66
- data/spec/data/wire_test_project.json +0 -150
- data/spec/data/workspace_table.csv +0 -3
- data/spec/environment/default.rb +0 -43
- data/spec/environment/development.rb +0 -32
- data/spec/environment/environment.rb +0 -38
- data/spec/environment/production.rb +0 -27
- data/spec/environment/staging.rb +0 -32
- data/spec/environment/testing.rb +0 -32
- data/spec/helpers/appstore_project_helper.rb +0 -221
- data/spec/helpers/blueprint_helper.rb +0 -27
- data/spec/helpers/cli_helper.rb +0 -38
- data/spec/helpers/connection_helper.rb +0 -43
- data/spec/helpers/constants.rb +0 -32
- data/spec/helpers/crypto_helper.rb +0 -19
- data/spec/helpers/csv_helper.rb +0 -20
- data/spec/helpers/process_helper.rb +0 -35
- data/spec/helpers/project_helper.rb +0 -74
- data/spec/helpers/schedule_helper.rb +0 -33
- data/spec/helpers/spec_helper.rb +0 -17
- data/spec/integration/ads_output_stage_spec.rb +0 -45
- data/spec/integration/blueprint_updates_spec.rb +0 -107
- data/spec/integration/blueprint_with_ca_spec.rb +0 -56
- data/spec/integration/blueprint_with_grain_spec.rb +0 -74
- data/spec/integration/channel_configuration_spec.rb +0 -67
- data/spec/integration/clients_spec.rb +0 -164
- data/spec/integration/command_datawarehouse_spec.rb +0 -45
- data/spec/integration/command_projects_spec.rb +0 -32
- data/spec/integration/commands/command_projects_spec.rb +0 -22
- data/spec/integration/connection_spec.rb +0 -37
- data/spec/integration/core/connection_spec.rb +0 -56
- data/spec/integration/core/logging_spec.rb +0 -132
- data/spec/integration/core/project_spec.rb +0 -54
- data/spec/integration/create_from_template_spec.rb +0 -29
- data/spec/integration/create_project_spec.rb +0 -27
- data/spec/integration/date_dim_switch_spec.rb +0 -154
- data/spec/integration/deprecated_load_spec.rb +0 -60
- data/spec/integration/full_process_schedule_spec.rb +0 -367
- data/spec/integration/full_project_spec.rb +0 -592
- data/spec/integration/helpers_spec.rb +0 -16
- data/spec/integration/lcm_spec.rb +0 -54
- data/spec/integration/mandatory_user_filter_spec.rb +0 -53
- data/spec/integration/mixins/id_to_uri_spec.rb +0 -56
- data/spec/integration/models/data_product_spec.rb +0 -71
- data/spec/integration/models/domain_spec.rb +0 -162
- data/spec/integration/models/invitation_spec.rb +0 -17
- data/spec/integration/models/label_spec.rb +0 -49
- data/spec/integration/models/membership_spec.rb +0 -127
- data/spec/integration/models/metadata/report_spec.rb +0 -54
- data/spec/integration/models/metric_spec.rb +0 -24
- data/spec/integration/models/params_spec.rb +0 -118
- data/spec/integration/models/process_spec.rb +0 -35
- data/spec/integration/models/profile_spec.rb +0 -210
- data/spec/integration/models/project_role_spec.rb +0 -94
- data/spec/integration/models/project_spec.rb +0 -225
- data/spec/integration/models/schedule_spec.rb +0 -477
- data/spec/integration/models/unit_project_spec.rb +0 -130
- data/spec/integration/over_to_user_filters_spec.rb +0 -98
- data/spec/integration/partial_md_export_import_spec.rb +0 -41
- data/spec/integration/project_spec.rb +0 -381
- data/spec/integration/rest_spec.rb +0 -214
- data/spec/integration/schedule_spec.rb +0 -611
- data/spec/integration/segments_spec.rb +0 -100
- data/spec/integration/subscription_spec.rb +0 -88
- data/spec/integration/urn_date_dim_spec.rb +0 -53
- data/spec/integration/user_filters_spec.rb +0 -310
- data/spec/integration/user_group_spec.rb +0 -147
- data/spec/integration/variables_spec.rb +0 -189
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logger/can_assign_a_custom_logger.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logger/client_logs_when_given_custom_message.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logger/has_the_request_id_logged_when_I_passed_it.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logging_off/Disables_logging.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_logging/_logging_on/Enables_logging.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project/Returns_project_assigned.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project_/Assigns_nil.yml +0 -299
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project_/Assigns_project_directly.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project_/Assigns_project_using_project_ID.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_-_project/_project_/Assigns_project_using_project_URL.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_-_project/_with_project/Uses_project_specified.yml +0 -354
- data/spec/integration/vcr_cassettes/GoodData_Metric/all.yml +0 -2065
- data/spec/integration/vcr_cassettes/GoodData_Metric/should_be_able_to_update_folders.yml +0 -119
- data/spec/integration/vcr_cassettes/GoodData_Mixin_MdIdToUri/all.yml +0 -9812
- data/spec/integration/vcr_cassettes/GoodData_Mixin_MdIdToUri/should_get_json_containing_correct_id.yml +0 -174
- data/spec/integration/vcr_cassettes/GoodData_Mixin_MdIdToUri/should_return_nil_for_unknown_id.yml +0 -58
- data/spec/integration/vcr_cassettes/GoodData_Mixin_MdIdToUri/should_throw_BadRequest_for_-1.yml +0 -63
- data/spec/integration/vcr_cassettes/GoodData_Rest_Connection/_connect/Connects_using_username_and_password.yml +0 -299
- data/spec/integration/vcr_cassettes/GoodData_Rest_Connection/_disconnect/Connects_using_username_and_password.yml +0 -299
- data/spec/integration/vcr_cassettes/GoodData_Rest_Connection/_generate_request_id/Generates_a_non-empty_string.yml +0 -2287
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_/Should_list_user_groups_as_Array.yml +0 -56
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_add_members/Should_add_member.yml +0 -315
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_members/Should_return_members_as_array.yml +0 -54
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_remove_members/Should_remove_existing_members.yml +0 -258
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_save/updates_existing_group.yml +0 -159
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/_set_members/Should_set_new_members.yml +0 -158
- data/spec/integration/vcr_cassettes/GoodData_UserGroup/all.yml +0 -809
- data/spec/logging_in_logging_out_spec.rb +0 -91
- data/spec/spec_helper.rb +0 -110
- data/spec/unit/actions/associate_clients_spec.rb +0 -48
- data/spec/unit/actions/collect_client_projects_spec.rb +0 -47
- data/spec/unit/actions/collect_clients_spec.rb +0 -65
- data/spec/unit/actions/collect_data_product_spec.rb +0 -58
- data/spec/unit/actions/collect_dynamic_schedule_params_spec.rb +0 -56
- data/spec/unit/actions/collect_meta_spec.rb +0 -88
- data/spec/unit/actions/collect_segment_clients_spec.rb +0 -82
- data/spec/unit/actions/collect_tagged_objects_spec.rb +0 -126
- data/spec/unit/actions/collect_users_brick_users_spec.rb +0 -36
- data/spec/unit/actions/create_segment_masters_spec.rb +0 -65
- data/spec/unit/actions/ensure_data_product_spec.rb +0 -39
- data/spec/unit/actions/ensure_technical_users_domain_spec.rb +0 -53
- data/spec/unit/actions/ensure_technical_users_project_spec.rb +0 -76
- data/spec/unit/actions/execute_schedules_spec.rb +0 -94
- data/spec/unit/actions/provision_clients_spec.rb +0 -46
- data/spec/unit/actions/purge_clients_spec.rb +0 -47
- data/spec/unit/actions/rename_existing_client_projects_spec.rb +0 -54
- data/spec/unit/actions/segments_filter_spec.rb +0 -46
- data/spec/unit/actions/shared_examples_for_user_actions.rb +0 -43
- data/spec/unit/actions/synchronize_cas_spec.rb +0 -58
- data/spec/unit/actions/synchronize_clients_spec.rb +0 -71
- data/spec/unit/actions/synchronize_etls_in_segment_spec.rb +0 -206
- data/spec/unit/actions/synchronize_ldm_spec.rb +0 -70
- data/spec/unit/actions/synchronize_user_filters_spec.rb +0 -208
- data/spec/unit/actions/synchronize_user_groups_spec.rb +0 -49
- data/spec/unit/actions/synchronize_users_spec.rb +0 -180
- data/spec/unit/bricks/bricks_spec.rb +0 -34
- data/spec/unit/bricks/middleware/aws_middelware_spec.rb +0 -98
- data/spec/unit/bricks/middleware/bench_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/bulk_salesforce_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/gooddata_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/logger_middleware_spec.rb +0 -30
- data/spec/unit/bricks/middleware/restforce_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/stdout_middleware_spec.rb +0 -15
- data/spec/unit/bricks/middleware/twitter_middleware_spec.rb +0 -15
- data/spec/unit/cli/cli_spec.rb +0 -17
- data/spec/unit/cli/commands/cmd_auth_spec.rb +0 -17
- data/spec/unit/core/nil_logger_spec.rb +0 -13
- data/spec/unit/extensions/hash_spec.rb +0 -22
- data/spec/unit/godzilla/goodzilla_spec.rb +0 -74
- data/spec/unit/helpers/check_helper_production_spec.rb +0 -34
- data/spec/unit/helpers/check_helper_spec.rb +0 -134
- data/spec/unit/helpers/csv_helper_spec.rb +0 -22
- data/spec/unit/helpers/data_helper_spec.rb +0 -67
- data/spec/unit/helpers/global_helpers_spec.rb +0 -264
- data/spec/unit/helpers_spec.rb +0 -254
- data/spec/unit/lcm/lcm2_spec.rb +0 -100
- data/spec/unit/lcm/user_bricks_helper_spec.rb +0 -58
- data/spec/unit/models/blueprint/attribute_sort_by_spec.rb +0 -20
- data/spec/unit/models/blueprint/attributes_spec.rb +0 -28
- data/spec/unit/models/blueprint/dataset_spec.rb +0 -120
- data/spec/unit/models/blueprint/label_blueprint_field_spec.rb +0 -43
- data/spec/unit/models/blueprint/project_blueprint_spec.rb +0 -642
- data/spec/unit/models/blueprint/reference_spec.rb +0 -28
- data/spec/unit/models/blueprint/schema_builder_spec.rb +0 -36
- data/spec/unit/models/blueprint/to_wire_spec.rb +0 -196
- data/spec/unit/models/dataset_blueprint.rb +0 -14
- data/spec/unit/models/execution_spec.rb +0 -109
- data/spec/unit/models/from_wire_spec.rb +0 -321
- data/spec/unit/models/metadata_spec.rb +0 -140
- data/spec/unit/models/metric_spec.rb +0 -129
- data/spec/unit/models/model_spec.rb +0 -87
- data/spec/unit/models/project_creator_spec.rb +0 -90
- data/spec/unit/models/project_spec.rb +0 -94
- data/spec/unit/models/report_result_data_spec.rb +0 -194
- data/spec/unit/models/to_manifest_spec.rb +0 -165
- data/spec/unit/models/user_filters/user_filter_builder_spec.rb +0 -149
- data/spec/unit/models/user_filters_spec.rb +0 -95
- data/spec/unit/models/variable_spec.rb +0 -280
- data/spec/unit/rest/phmap_spec.rb +0 -117
- data/spec/unit/rest/polling_spec.rb +0 -101
- data/spec/unit/rest/resource_spec.rb +0 -10
- data/spec/vcr_configurer.rb +0 -63
@@ -1,1424 +0,0 @@
|
|
1
|
-
[{
|
2
|
-
"dataSetSLIManifest": {
|
3
|
-
"parts": [{
|
4
|
-
"referenceKey": 1,
|
5
|
-
"populates": ["label.stage_history.currentstatus"],
|
6
|
-
"mode": "FULL",
|
7
|
-
"columnName": "currentstatus"
|
8
|
-
}, {
|
9
|
-
"populates": ["fact.stage_history.stage_velocity"],
|
10
|
-
"mode": "FULL",
|
11
|
-
"columnName": "stage_velocity"
|
12
|
-
}, {
|
13
|
-
"populates": ["fact.stage_history.stage_duration"],
|
14
|
-
"mode": "FULL",
|
15
|
-
"columnName": "stage_duration"
|
16
|
-
}, {
|
17
|
-
"populates": ["label.account.id"],
|
18
|
-
"mode": "FULL",
|
19
|
-
"columnName": "account",
|
20
|
-
"referenceKey": 1
|
21
|
-
}, {
|
22
|
-
"populates": ["label.product.id"],
|
23
|
-
"mode": "FULL",
|
24
|
-
"columnName": "product",
|
25
|
-
"referenceKey": 1
|
26
|
-
}, {
|
27
|
-
"populates": ["label.stage.id"],
|
28
|
-
"mode": "FULL",
|
29
|
-
"columnName": "stage",
|
30
|
-
"referenceKey": 1
|
31
|
-
}, {
|
32
|
-
"populates": ["label.opp_owner.id"],
|
33
|
-
"mode": "FULL",
|
34
|
-
"columnName": "opp_owner",
|
35
|
-
"referenceKey": 1
|
36
|
-
}, {
|
37
|
-
"populates": ["label.opportunity.id"],
|
38
|
-
"mode": "FULL",
|
39
|
-
"columnName": "opportunity",
|
40
|
-
"referenceKey": 1
|
41
|
-
}, {
|
42
|
-
"populates": ["label.bookingtype.booking_type_id"],
|
43
|
-
"mode": "FULL",
|
44
|
-
"columnName": "bookingtype",
|
45
|
-
"referenceKey": 1
|
46
|
-
}, {
|
47
|
-
"populates": ["oppclose.date.mdyy"],
|
48
|
-
"mode": "FULL",
|
49
|
-
"constraints": {
|
50
|
-
"date": "MM/dd/yyyy"
|
51
|
-
},
|
52
|
-
"columnName": "oppclose",
|
53
|
-
"referenceKey": 1
|
54
|
-
}, {
|
55
|
-
"populates": ["oppcreated.date.mdyy"],
|
56
|
-
"mode": "FULL",
|
57
|
-
"constraints": {
|
58
|
-
"date": "MM/dd/yyyy"
|
59
|
-
},
|
60
|
-
"columnName": "oppcreated",
|
61
|
-
"referenceKey": 1
|
62
|
-
}],
|
63
|
-
"dataSet": "dataset.stage_history",
|
64
|
-
"file": "data.csv",
|
65
|
-
"csvParams": {
|
66
|
-
"quoteChar": "\"",
|
67
|
-
"escapeChar": "\"",
|
68
|
-
"separatorChar": ",",
|
69
|
-
"endOfLine": "\n"
|
70
|
-
}
|
71
|
-
}
|
72
|
-
}, {
|
73
|
-
"dataSetSLIManifest": {
|
74
|
-
"parts": [{
|
75
|
-
"referenceKey": 1,
|
76
|
-
"populates": ["label.opp_snapshot.accountstagesnapshot"],
|
77
|
-
"mode": "FULL",
|
78
|
-
"columnName": "accountstagesnapshot"
|
79
|
-
}, {
|
80
|
-
"populates": ["fact.opp_snapshot.amount"],
|
81
|
-
"mode": "FULL",
|
82
|
-
"columnName": "amount"
|
83
|
-
}, {
|
84
|
-
"populates": ["fact.opp_snapshot.probability"],
|
85
|
-
"mode": "FULL",
|
86
|
-
"columnName": "probability"
|
87
|
-
}, {
|
88
|
-
"populates": ["fact.opp_snapshot.mrr"],
|
89
|
-
"mode": "FULL",
|
90
|
-
"columnName": "mrr"
|
91
|
-
}, {
|
92
|
-
"populates": ["fact.opp_snapshot.distributedmrr"],
|
93
|
-
"mode": "FULL",
|
94
|
-
"columnName": "distributedmrr"
|
95
|
-
}, {
|
96
|
-
"populates": ["label.sdrowner.sdrowner"],
|
97
|
-
"mode": "FULL",
|
98
|
-
"columnName": "sdrowner",
|
99
|
-
"referenceKey": 1
|
100
|
-
}, {
|
101
|
-
"populates": ["label.leadsourceoriginal.leadsourceoriginal"],
|
102
|
-
"mode": "FULL",
|
103
|
-
"columnName": "leadsourceoriginal",
|
104
|
-
"referenceKey": 1
|
105
|
-
}, {
|
106
|
-
"populates": ["label.account.id"],
|
107
|
-
"mode": "FULL",
|
108
|
-
"columnName": "account",
|
109
|
-
"referenceKey": 1
|
110
|
-
}, {
|
111
|
-
"populates": ["label.amounttype.amounttype"],
|
112
|
-
"mode": "FULL",
|
113
|
-
"columnName": "amounttype",
|
114
|
-
"referenceKey": 1
|
115
|
-
}, {
|
116
|
-
"populates": ["label.product.id"],
|
117
|
-
"mode": "FULL",
|
118
|
-
"columnName": "product",
|
119
|
-
"referenceKey": 1
|
120
|
-
}, {
|
121
|
-
"populates": ["label.sourcingorigin.techsourcingtype"],
|
122
|
-
"mode": "FULL",
|
123
|
-
"columnName": "sourcingorigin",
|
124
|
-
"referenceKey": 1
|
125
|
-
}, {
|
126
|
-
"populates": ["label.leadsource.leadsource"],
|
127
|
-
"mode": "FULL",
|
128
|
-
"columnName": "leadsource",
|
129
|
-
"referenceKey": 1
|
130
|
-
}, {
|
131
|
-
"populates": ["label.productline.productline"],
|
132
|
-
"mode": "FULL",
|
133
|
-
"columnName": "productline",
|
134
|
-
"referenceKey": 1
|
135
|
-
}, {
|
136
|
-
"populates": ["label.stage.id"],
|
137
|
-
"mode": "FULL",
|
138
|
-
"columnName": "stage",
|
139
|
-
"referenceKey": 1
|
140
|
-
}, {
|
141
|
-
"populates": ["label.opp_owner.id"],
|
142
|
-
"mode": "FULL",
|
143
|
-
"columnName": "opp_owner",
|
144
|
-
"referenceKey": 1
|
145
|
-
}, {
|
146
|
-
"populates": ["label.opportunity.id"],
|
147
|
-
"mode": "FULL",
|
148
|
-
"columnName": "opportunity",
|
149
|
-
"referenceKey": 1
|
150
|
-
}, {
|
151
|
-
"populates": ["label.bookingtype.booking_type_id"],
|
152
|
-
"mode": "FULL",
|
153
|
-
"columnName": "bookingtype",
|
154
|
-
"referenceKey": 1
|
155
|
-
}, {
|
156
|
-
"populates": ["label.forecast.id"],
|
157
|
-
"mode": "FULL",
|
158
|
-
"columnName": "forecast",
|
159
|
-
"referenceKey": 1
|
160
|
-
}, {
|
161
|
-
"populates": ["leadcreate.date.mdyy"],
|
162
|
-
"mode": "FULL",
|
163
|
-
"constraints": {
|
164
|
-
"date": "MM/dd/yyyy"
|
165
|
-
},
|
166
|
-
"columnName": "leadcreate",
|
167
|
-
"referenceKey": 1
|
168
|
-
}, {
|
169
|
-
"populates": ["snapshot.date.mdyy"],
|
170
|
-
"mode": "FULL",
|
171
|
-
"constraints": {
|
172
|
-
"date": "MM/dd/yyyy"
|
173
|
-
},
|
174
|
-
"columnName": "snapshot",
|
175
|
-
"referenceKey": 1
|
176
|
-
}, {
|
177
|
-
"populates": ["oppclose.date.mdyy"],
|
178
|
-
"mode": "FULL",
|
179
|
-
"constraints": {
|
180
|
-
"date": "MM/dd/yyyy"
|
181
|
-
},
|
182
|
-
"columnName": "oppclose",
|
183
|
-
"referenceKey": 1
|
184
|
-
}, {
|
185
|
-
"populates": ["oppcreated.date.mdyy"],
|
186
|
-
"mode": "FULL",
|
187
|
-
"constraints": {
|
188
|
-
"date": "MM/dd/yyyy"
|
189
|
-
},
|
190
|
-
"columnName": "oppcreated",
|
191
|
-
"referenceKey": 1
|
192
|
-
}, {
|
193
|
-
"populates": ["stage1plus.date.mdyy"],
|
194
|
-
"mode": "FULL",
|
195
|
-
"constraints": {
|
196
|
-
"date": "MM/dd/yyyy"
|
197
|
-
},
|
198
|
-
"columnName": "stage1plus",
|
199
|
-
"referenceKey": 1
|
200
|
-
}, {
|
201
|
-
"populates": ["mqldate.date.mdyy"],
|
202
|
-
"mode": "FULL",
|
203
|
-
"constraints": {
|
204
|
-
"date": "MM/dd/yyyy"
|
205
|
-
},
|
206
|
-
"columnName": "mqldate",
|
207
|
-
"referenceKey": 1
|
208
|
-
}, {
|
209
|
-
"populates": ["effectivecontractstart.date.mdyy"],
|
210
|
-
"mode": "FULL",
|
211
|
-
"constraints": {
|
212
|
-
"date": "MM/dd/yyyy"
|
213
|
-
},
|
214
|
-
"columnName": "effectivecontractstart",
|
215
|
-
"referenceKey": 1
|
216
|
-
}, {
|
217
|
-
"populates": ["effectivecontractend.date.mdyy"],
|
218
|
-
"mode": "FULL",
|
219
|
-
"constraints": {
|
220
|
-
"date": "MM/dd/yyyy"
|
221
|
-
},
|
222
|
-
"columnName": "effectivecontractend",
|
223
|
-
"referenceKey": 1
|
224
|
-
}],
|
225
|
-
"dataSet": "dataset.opp_snapshot",
|
226
|
-
"file": "data.csv",
|
227
|
-
"csvParams": {
|
228
|
-
"quoteChar": "\"",
|
229
|
-
"escapeChar": "\"",
|
230
|
-
"separatorChar": ",",
|
231
|
-
"endOfLine": "\n"
|
232
|
-
}
|
233
|
-
}
|
234
|
-
}, {
|
235
|
-
"dataSetSLIManifest": {
|
236
|
-
"parts": [{
|
237
|
-
"referenceKey": 1,
|
238
|
-
"populates": ["label.opp_changes.interval_changes"],
|
239
|
-
"mode": "FULL",
|
240
|
-
"columnName": "interval_changes"
|
241
|
-
}, {
|
242
|
-
"referenceKey": 1,
|
243
|
-
"populates": ["label.opp_changes.previous_stage"],
|
244
|
-
"mode": "FULL",
|
245
|
-
"columnName": "previous_stage"
|
246
|
-
}, {
|
247
|
-
"populates": ["fact.opp_changes.amount_changed"],
|
248
|
-
"mode": "FULL",
|
249
|
-
"columnName": "amount_changed"
|
250
|
-
}, {
|
251
|
-
"populates": ["fact.opp_changes.amount_changed_current_q"],
|
252
|
-
"mode": "FULL",
|
253
|
-
"columnName": "amount_changed_current_q"
|
254
|
-
}, {
|
255
|
-
"populates": ["fact.opp_changes.previous_amount"],
|
256
|
-
"mode": "FULL",
|
257
|
-
"columnName": "previous_amount"
|
258
|
-
}, {
|
259
|
-
"populates": ["fact.opp_changes.new_amount"],
|
260
|
-
"mode": "FULL",
|
261
|
-
"columnName": "new_amount"
|
262
|
-
}, {
|
263
|
-
"populates": ["fact.opp_changes.amount_changed_potential"],
|
264
|
-
"mode": "FULL",
|
265
|
-
"columnName": "amount_changed_potential"
|
266
|
-
}, {
|
267
|
-
"populates": ["fact.opp_changes.amount_changed_current_q_potential"],
|
268
|
-
"mode": "FULL",
|
269
|
-
"columnName": "amount_changed_current_q_potential"
|
270
|
-
}, {
|
271
|
-
"populates": ["label.account.id"],
|
272
|
-
"mode": "FULL",
|
273
|
-
"columnName": "account",
|
274
|
-
"referenceKey": 1
|
275
|
-
}, {
|
276
|
-
"populates": ["label.amounttype.amounttype"],
|
277
|
-
"mode": "FULL",
|
278
|
-
"columnName": "amounttype",
|
279
|
-
"referenceKey": 1
|
280
|
-
}, {
|
281
|
-
"populates": ["label.product.id"],
|
282
|
-
"mode": "FULL",
|
283
|
-
"columnName": "product",
|
284
|
-
"referenceKey": 1
|
285
|
-
}, {
|
286
|
-
"populates": ["label.productline.productline"],
|
287
|
-
"mode": "FULL",
|
288
|
-
"columnName": "productline",
|
289
|
-
"referenceKey": 1
|
290
|
-
}, {
|
291
|
-
"populates": ["label.stage.id"],
|
292
|
-
"mode": "FULL",
|
293
|
-
"columnName": "stage",
|
294
|
-
"referenceKey": 1
|
295
|
-
}, {
|
296
|
-
"populates": ["label.opp_owner.id"],
|
297
|
-
"mode": "FULL",
|
298
|
-
"columnName": "opp_owner",
|
299
|
-
"referenceKey": 1
|
300
|
-
}, {
|
301
|
-
"populates": ["label.opportunity.id"],
|
302
|
-
"mode": "FULL",
|
303
|
-
"columnName": "opportunity",
|
304
|
-
"referenceKey": 1
|
305
|
-
}, {
|
306
|
-
"populates": ["label.bookingtype.booking_type_id"],
|
307
|
-
"mode": "FULL",
|
308
|
-
"columnName": "bookingtype",
|
309
|
-
"referenceKey": 1
|
310
|
-
}, {
|
311
|
-
"populates": ["oppclose.date.mdyy"],
|
312
|
-
"mode": "FULL",
|
313
|
-
"constraints": {
|
314
|
-
"date": "MM/dd/yyyy"
|
315
|
-
},
|
316
|
-
"columnName": "oppclose",
|
317
|
-
"referenceKey": 1
|
318
|
-
}, {
|
319
|
-
"populates": ["previous_close_date.date.mdyy"],
|
320
|
-
"mode": "FULL",
|
321
|
-
"constraints": {
|
322
|
-
"date": "MM/dd/yyyy"
|
323
|
-
},
|
324
|
-
"columnName": "previous_close_date",
|
325
|
-
"referenceKey": 1
|
326
|
-
}],
|
327
|
-
"dataSet": "dataset.opp_changes",
|
328
|
-
"file": "data.csv",
|
329
|
-
"csvParams": {
|
330
|
-
"quoteChar": "\"",
|
331
|
-
"escapeChar": "\"",
|
332
|
-
"separatorChar": ",",
|
333
|
-
"endOfLine": "\n"
|
334
|
-
}
|
335
|
-
}
|
336
|
-
}, {
|
337
|
-
"dataSetSLIManifest": {
|
338
|
-
"parts": [{
|
339
|
-
"referenceKey": 1,
|
340
|
-
"populates": ["label.opportunityanalysis.techoppanalysis"],
|
341
|
-
"mode": "FULL",
|
342
|
-
"columnName": "techoppanalysis"
|
343
|
-
}, {
|
344
|
-
"referenceKey": 1,
|
345
|
-
"populates": ["label.opportunityanalysis.month"],
|
346
|
-
"mode": "FULL",
|
347
|
-
"columnName": "month"
|
348
|
-
}, {
|
349
|
-
"populates": ["label.opportunityanalysis.month.monthsortingnew"],
|
350
|
-
"mode": "FULL",
|
351
|
-
"columnName": "monthsortingnew"
|
352
|
-
}, {
|
353
|
-
"referenceKey": 1,
|
354
|
-
"populates": ["label.opportunityanalysis.cohorttype"],
|
355
|
-
"mode": "FULL",
|
356
|
-
"columnName": "cohorttype"
|
357
|
-
}, {
|
358
|
-
"populates": ["fact.opportunityanalysis.buckets_to_display"],
|
359
|
-
"mode": "FULL",
|
360
|
-
"columnName": "buckets_to_display"
|
361
|
-
}, {
|
362
|
-
"populates": ["fact.opportunityanalysis.month_fact"],
|
363
|
-
"mode": "FULL",
|
364
|
-
"columnName": "month_fact"
|
365
|
-
}, {
|
366
|
-
"populates": ["label.opp_records.factsof"],
|
367
|
-
"mode": "FULL",
|
368
|
-
"columnName": "opp_records",
|
369
|
-
"referenceKey": 1
|
370
|
-
}, {
|
371
|
-
"populates": ["label.consolidatedmarketingstatus.consolidatedmarketingstatus"],
|
372
|
-
"mode": "FULL",
|
373
|
-
"columnName": "consolidatedmarketingstatus",
|
374
|
-
"referenceKey": 1
|
375
|
-
}],
|
376
|
-
"dataSet": "dataset.opportunityanalysis",
|
377
|
-
"file": "data.csv",
|
378
|
-
"csvParams": {
|
379
|
-
"quoteChar": "\"",
|
380
|
-
"escapeChar": "\"",
|
381
|
-
"separatorChar": ",",
|
382
|
-
"endOfLine": "\n"
|
383
|
-
}
|
384
|
-
}
|
385
|
-
}, {
|
386
|
-
"dataSetSLIManifest": {
|
387
|
-
"parts": [{
|
388
|
-
"referenceKey": 1,
|
389
|
-
"populates": ["label.goals.quotatype"],
|
390
|
-
"mode": "FULL",
|
391
|
-
"columnName": "quotatype"
|
392
|
-
}, {
|
393
|
-
"populates": ["fact.goals.amount"],
|
394
|
-
"mode": "FULL",
|
395
|
-
"columnName": "amount"
|
396
|
-
}, {
|
397
|
-
"populates": ["label.sdrowner.sdrowner"],
|
398
|
-
"mode": "FULL",
|
399
|
-
"columnName": "sdrowner",
|
400
|
-
"referenceKey": 1
|
401
|
-
}, {
|
402
|
-
"populates": ["label.amounttype.amounttype"],
|
403
|
-
"mode": "FULL",
|
404
|
-
"columnName": "amounttype",
|
405
|
-
"referenceKey": 1
|
406
|
-
}, {
|
407
|
-
"populates": ["label.product.id"],
|
408
|
-
"mode": "FULL",
|
409
|
-
"columnName": "product",
|
410
|
-
"referenceKey": 1
|
411
|
-
}, {
|
412
|
-
"populates": ["label.sourcingorigin.techsourcingtype"],
|
413
|
-
"mode": "FULL",
|
414
|
-
"columnName": "sourcingorigin",
|
415
|
-
"referenceKey": 1
|
416
|
-
}, {
|
417
|
-
"populates": ["label.activity_owner.id"],
|
418
|
-
"mode": "FULL",
|
419
|
-
"columnName": "activity_owner",
|
420
|
-
"referenceKey": 1
|
421
|
-
}, {
|
422
|
-
"populates": ["label.opp_owner.id"],
|
423
|
-
"mode": "FULL",
|
424
|
-
"columnName": "opp_owner",
|
425
|
-
"referenceKey": 1
|
426
|
-
}, {
|
427
|
-
"populates": ["label.bookingtype.booking_type_id"],
|
428
|
-
"mode": "FULL",
|
429
|
-
"columnName": "bookingtype",
|
430
|
-
"referenceKey": 1
|
431
|
-
}, {
|
432
|
-
"populates": ["activity.date.mdyy"],
|
433
|
-
"mode": "FULL",
|
434
|
-
"constraints": {
|
435
|
-
"date": "MM/dd/yyyy"
|
436
|
-
},
|
437
|
-
"columnName": "activity",
|
438
|
-
"referenceKey": 1
|
439
|
-
}, {
|
440
|
-
"populates": ["oppclose.date.mdyy"],
|
441
|
-
"mode": "FULL",
|
442
|
-
"constraints": {
|
443
|
-
"date": "MM/dd/yyyy"
|
444
|
-
},
|
445
|
-
"columnName": "oppclose",
|
446
|
-
"referenceKey": 1
|
447
|
-
}, {
|
448
|
-
"populates": ["oppcreated.date.mdyy"],
|
449
|
-
"mode": "FULL",
|
450
|
-
"constraints": {
|
451
|
-
"date": "MM/dd/yyyy"
|
452
|
-
},
|
453
|
-
"columnName": "oppcreated",
|
454
|
-
"referenceKey": 1
|
455
|
-
}, {
|
456
|
-
"populates": ["stage1plus.date.mdyy"],
|
457
|
-
"mode": "FULL",
|
458
|
-
"constraints": {
|
459
|
-
"date": "MM/dd/yyyy"
|
460
|
-
},
|
461
|
-
"columnName": "stage1plus",
|
462
|
-
"referenceKey": 1
|
463
|
-
}, {
|
464
|
-
"populates": ["mqldate.date.mdyy"],
|
465
|
-
"mode": "FULL",
|
466
|
-
"constraints": {
|
467
|
-
"date": "MM/dd/yyyy"
|
468
|
-
},
|
469
|
-
"columnName": "mqldate",
|
470
|
-
"referenceKey": 1
|
471
|
-
}, {
|
472
|
-
"populates": ["s2o.date.mdyy"],
|
473
|
-
"mode": "FULL",
|
474
|
-
"constraints": {
|
475
|
-
"date": "MM/dd/yyyy"
|
476
|
-
},
|
477
|
-
"columnName": "s2o",
|
478
|
-
"referenceKey": 1
|
479
|
-
}],
|
480
|
-
"dataSet": "dataset.goals",
|
481
|
-
"file": "data.csv",
|
482
|
-
"csvParams": {
|
483
|
-
"quoteChar": "\"",
|
484
|
-
"escapeChar": "\"",
|
485
|
-
"separatorChar": ",",
|
486
|
-
"endOfLine": "\n"
|
487
|
-
}
|
488
|
-
}
|
489
|
-
}, {
|
490
|
-
"dataSetSLIManifest": {
|
491
|
-
"parts": [{
|
492
|
-
"populates": ["timeline.date.mdyy"],
|
493
|
-
"mode": "FULL",
|
494
|
-
"constraints": {
|
495
|
-
"date": "MM/dd/yyyy"
|
496
|
-
},
|
497
|
-
"columnName": "timeline",
|
498
|
-
"referenceKey": 1
|
499
|
-
}],
|
500
|
-
"dataSet": "dataset.timeline",
|
501
|
-
"file": "data.csv",
|
502
|
-
"csvParams": {
|
503
|
-
"quoteChar": "\"",
|
504
|
-
"escapeChar": "\"",
|
505
|
-
"separatorChar": ",",
|
506
|
-
"endOfLine": "\n"
|
507
|
-
}
|
508
|
-
}
|
509
|
-
}, {
|
510
|
-
"dataSetSLIManifest": {
|
511
|
-
"parts": [{
|
512
|
-
"populates": ["label.account.id"],
|
513
|
-
"mode": "FULL",
|
514
|
-
"columnName": "account",
|
515
|
-
"referenceKey": 1
|
516
|
-
}, {
|
517
|
-
"populates": ["label.product.id"],
|
518
|
-
"mode": "FULL",
|
519
|
-
"columnName": "product",
|
520
|
-
"referenceKey": 1
|
521
|
-
}, {
|
522
|
-
"populates": ["label.activity_owner.id"],
|
523
|
-
"mode": "FULL",
|
524
|
-
"columnName": "activity_owner",
|
525
|
-
"referenceKey": 1
|
526
|
-
}, {
|
527
|
-
"populates": ["label.stage.id"],
|
528
|
-
"mode": "FULL",
|
529
|
-
"columnName": "stage",
|
530
|
-
"referenceKey": 1
|
531
|
-
}, {
|
532
|
-
"populates": ["label.opp_owner.id"],
|
533
|
-
"mode": "FULL",
|
534
|
-
"columnName": "opp_owner",
|
535
|
-
"referenceKey": 1
|
536
|
-
}, {
|
537
|
-
"populates": ["label.activity.id"],
|
538
|
-
"mode": "FULL",
|
539
|
-
"columnName": "activity",
|
540
|
-
"referenceKey": 1
|
541
|
-
}, {
|
542
|
-
"populates": ["label.opportunity.id"],
|
543
|
-
"mode": "FULL",
|
544
|
-
"columnName": "opportunity",
|
545
|
-
"referenceKey": 1
|
546
|
-
}, {
|
547
|
-
"populates": ["label.bookingtype.booking_type_id"],
|
548
|
-
"mode": "FULL",
|
549
|
-
"columnName": "bookingtype",
|
550
|
-
"referenceKey": 1
|
551
|
-
}, {
|
552
|
-
"populates": ["activity.date.mdyy"],
|
553
|
-
"mode": "FULL",
|
554
|
-
"constraints": {
|
555
|
-
"date": "MM/dd/yyyy"
|
556
|
-
},
|
557
|
-
"columnName": "activity",
|
558
|
-
"referenceKey": 1
|
559
|
-
}, {
|
560
|
-
"populates": ["oppclose.date.mdyy"],
|
561
|
-
"mode": "FULL",
|
562
|
-
"constraints": {
|
563
|
-
"date": "MM/dd/yyyy"
|
564
|
-
},
|
565
|
-
"columnName": "oppclose",
|
566
|
-
"referenceKey": 1
|
567
|
-
}, {
|
568
|
-
"populates": ["oppcreated.date.mdyy"],
|
569
|
-
"mode": "FULL",
|
570
|
-
"constraints": {
|
571
|
-
"date": "MM/dd/yyyy"
|
572
|
-
},
|
573
|
-
"columnName": "oppcreated",
|
574
|
-
"referenceKey": 1
|
575
|
-
}],
|
576
|
-
"dataSet": "dataset.activity_monitoring",
|
577
|
-
"file": "data.csv",
|
578
|
-
"csvParams": {
|
579
|
-
"quoteChar": "\"",
|
580
|
-
"escapeChar": "\"",
|
581
|
-
"separatorChar": ",",
|
582
|
-
"endOfLine": "\n"
|
583
|
-
}
|
584
|
-
}
|
585
|
-
}, {
|
586
|
-
"dataSetSLIManifest": {
|
587
|
-
"parts": [{
|
588
|
-
"referenceKey": 1,
|
589
|
-
"populates": ["label.opp_records.factsof"],
|
590
|
-
"mode": "FULL",
|
591
|
-
"columnName": "factsof"
|
592
|
-
}, {
|
593
|
-
"populates": ["label.opp_records.factsof.opp_records_conctn_point"],
|
594
|
-
"mode": "FULL",
|
595
|
-
"columnName": "opp_records_conctn_point"
|
596
|
-
}, {
|
597
|
-
"populates": ["fact.opp_records.amount"],
|
598
|
-
"mode": "FULL",
|
599
|
-
"columnName": "amount"
|
600
|
-
}, {
|
601
|
-
"populates": ["fact.opp_records.probability"],
|
602
|
-
"mode": "FULL",
|
603
|
-
"columnName": "probability"
|
604
|
-
}, {
|
605
|
-
"populates": ["fact.opp_records.mrr"],
|
606
|
-
"mode": "FULL",
|
607
|
-
"columnName": "mrr"
|
608
|
-
}, {
|
609
|
-
"populates": ["fact.opp_records.distributed_mrr"],
|
610
|
-
"mode": "FULL",
|
611
|
-
"columnName": "distributed_mrr"
|
612
|
-
}, {
|
613
|
-
"populates": ["fact.opp_records.freemonths"],
|
614
|
-
"mode": "FULL",
|
615
|
-
"columnName": "freemonths"
|
616
|
-
}, {
|
617
|
-
"populates": ["fact.opp_records.upsellcmrr"],
|
618
|
-
"mode": "FULL",
|
619
|
-
"columnName": "upsellcmrr"
|
620
|
-
}, {
|
621
|
-
"populates": ["fact.opp_records.downsellcmrr"],
|
622
|
-
"mode": "FULL",
|
623
|
-
"columnName": "downsellcmrr"
|
624
|
-
}, {
|
625
|
-
"populates": ["fact.opp_records.upliftcmrr"],
|
626
|
-
"mode": "FULL",
|
627
|
-
"columnName": "upliftcmrr"
|
628
|
-
}, {
|
629
|
-
"populates": ["fact.opp_records.churncmrr"],
|
630
|
-
"mode": "FULL",
|
631
|
-
"columnName": "churncmrr"
|
632
|
-
}, {
|
633
|
-
"populates": ["label.sdrowner.sdrowner"],
|
634
|
-
"mode": "FULL",
|
635
|
-
"columnName": "sdrowner",
|
636
|
-
"referenceKey": 1
|
637
|
-
}, {
|
638
|
-
"populates": ["label.leadsourceoriginal.leadsourceoriginal"],
|
639
|
-
"mode": "FULL",
|
640
|
-
"columnName": "leadsourceoriginal",
|
641
|
-
"referenceKey": 1
|
642
|
-
}, {
|
643
|
-
"populates": ["label.account.id"],
|
644
|
-
"mode": "FULL",
|
645
|
-
"columnName": "account",
|
646
|
-
"referenceKey": 1
|
647
|
-
}, {
|
648
|
-
"populates": ["label.amounttype.amounttype"],
|
649
|
-
"mode": "FULL",
|
650
|
-
"columnName": "amounttype",
|
651
|
-
"referenceKey": 1
|
652
|
-
}, {
|
653
|
-
"populates": ["label.product.id"],
|
654
|
-
"mode": "FULL",
|
655
|
-
"columnName": "product",
|
656
|
-
"referenceKey": 1
|
657
|
-
}, {
|
658
|
-
"populates": ["label.renewalstatus.renewalstatus"],
|
659
|
-
"mode": "FULL",
|
660
|
-
"columnName": "renewalstatus",
|
661
|
-
"referenceKey": 1
|
662
|
-
}, {
|
663
|
-
"populates": ["label.sourcingorigin.techsourcingtype"],
|
664
|
-
"mode": "FULL",
|
665
|
-
"columnName": "sourcingorigin",
|
666
|
-
"referenceKey": 1
|
667
|
-
}, {
|
668
|
-
"populates": ["label.sdrperformancestatus.sdrperformancestatus"],
|
669
|
-
"mode": "FULL",
|
670
|
-
"columnName": "sdrperformancestatus",
|
671
|
-
"referenceKey": 1
|
672
|
-
}, {
|
673
|
-
"populates": ["label.leadsource.leadsource"],
|
674
|
-
"mode": "FULL",
|
675
|
-
"columnName": "leadsource",
|
676
|
-
"referenceKey": 1
|
677
|
-
}, {
|
678
|
-
"populates": ["label.winlossreason.winlossreason"],
|
679
|
-
"mode": "FULL",
|
680
|
-
"columnName": "winlossreason",
|
681
|
-
"referenceKey": 1
|
682
|
-
}, {
|
683
|
-
"populates": ["label.productline.productline"],
|
684
|
-
"mode": "FULL",
|
685
|
-
"columnName": "productline",
|
686
|
-
"referenceKey": 1
|
687
|
-
}, {
|
688
|
-
"populates": ["label.leadchannel.leadchannel"],
|
689
|
-
"mode": "FULL",
|
690
|
-
"columnName": "leadchannel",
|
691
|
-
"referenceKey": 1
|
692
|
-
}, {
|
693
|
-
"populates": ["label.stage.id"],
|
694
|
-
"mode": "FULL",
|
695
|
-
"columnName": "stage",
|
696
|
-
"referenceKey": 1
|
697
|
-
}, {
|
698
|
-
"populates": ["label.opp_owner.id"],
|
699
|
-
"mode": "FULL",
|
700
|
-
"columnName": "opp_owner",
|
701
|
-
"referenceKey": 1
|
702
|
-
}, {
|
703
|
-
"populates": ["label.opportunity.id"],
|
704
|
-
"mode": "FULL",
|
705
|
-
"columnName": "opportunity",
|
706
|
-
"referenceKey": 1
|
707
|
-
}, {
|
708
|
-
"populates": ["label.bookingtype.booking_type_id"],
|
709
|
-
"mode": "FULL",
|
710
|
-
"columnName": "bookingtype",
|
711
|
-
"referenceKey": 1
|
712
|
-
}, {
|
713
|
-
"populates": ["label.forecast.id"],
|
714
|
-
"mode": "FULL",
|
715
|
-
"columnName": "forecast",
|
716
|
-
"referenceKey": 1
|
717
|
-
}, {
|
718
|
-
"populates": ["leadcreate.date.mdyy"],
|
719
|
-
"mode": "FULL",
|
720
|
-
"constraints": {
|
721
|
-
"date": "MM/dd/yyyy"
|
722
|
-
},
|
723
|
-
"columnName": "leadcreate",
|
724
|
-
"referenceKey": 1
|
725
|
-
}, {
|
726
|
-
"populates": ["oppclose.date.mdyy"],
|
727
|
-
"mode": "FULL",
|
728
|
-
"constraints": {
|
729
|
-
"date": "MM/dd/yyyy"
|
730
|
-
},
|
731
|
-
"columnName": "oppclose",
|
732
|
-
"referenceKey": 1
|
733
|
-
}, {
|
734
|
-
"populates": ["oppcreated.date.mdyy"],
|
735
|
-
"mode": "FULL",
|
736
|
-
"constraints": {
|
737
|
-
"date": "MM/dd/yyyy"
|
738
|
-
},
|
739
|
-
"columnName": "oppcreated",
|
740
|
-
"referenceKey": 1
|
741
|
-
}, {
|
742
|
-
"populates": ["stage1plus.date.mdyy"],
|
743
|
-
"mode": "FULL",
|
744
|
-
"constraints": {
|
745
|
-
"date": "MM/dd/yyyy"
|
746
|
-
},
|
747
|
-
"columnName": "stage1plus",
|
748
|
-
"referenceKey": 1
|
749
|
-
}, {
|
750
|
-
"populates": ["firstcontactdate.date.mdyy"],
|
751
|
-
"mode": "FULL",
|
752
|
-
"constraints": {
|
753
|
-
"date": "MM/dd/yyyy"
|
754
|
-
},
|
755
|
-
"columnName": "firstcontactdate",
|
756
|
-
"referenceKey": 1
|
757
|
-
}, {
|
758
|
-
"populates": ["mqldate.date.mdyy"],
|
759
|
-
"mode": "FULL",
|
760
|
-
"constraints": {
|
761
|
-
"date": "MM/dd/yyyy"
|
762
|
-
},
|
763
|
-
"columnName": "mqldate",
|
764
|
-
"referenceKey": 1
|
765
|
-
}, {
|
766
|
-
"populates": ["s2o.date.mdyy"],
|
767
|
-
"mode": "FULL",
|
768
|
-
"constraints": {
|
769
|
-
"date": "MM/dd/yyyy"
|
770
|
-
},
|
771
|
-
"columnName": "s2o",
|
772
|
-
"referenceKey": 1
|
773
|
-
}, {
|
774
|
-
"populates": ["firstmeeting.date.mdyy"],
|
775
|
-
"mode": "FULL",
|
776
|
-
"constraints": {
|
777
|
-
"date": "MM/dd/yyyy"
|
778
|
-
},
|
779
|
-
"columnName": "firstmeeting",
|
780
|
-
"referenceKey": 1
|
781
|
-
}, {
|
782
|
-
"populates": ["effectivecontractstart.date.mdyy"],
|
783
|
-
"mode": "FULL",
|
784
|
-
"constraints": {
|
785
|
-
"date": "MM/dd/yyyy"
|
786
|
-
},
|
787
|
-
"columnName": "effectivecontractstart",
|
788
|
-
"referenceKey": 1
|
789
|
-
}, {
|
790
|
-
"populates": ["laststage0plus.date.mdyy"],
|
791
|
-
"mode": "FULL",
|
792
|
-
"constraints": {
|
793
|
-
"date": "MM/dd/yyyy"
|
794
|
-
},
|
795
|
-
"columnName": "laststage0plus",
|
796
|
-
"referenceKey": 1
|
797
|
-
}, {
|
798
|
-
"populates": ["effectivecontractend.date.mdyy"],
|
799
|
-
"mode": "FULL",
|
800
|
-
"constraints": {
|
801
|
-
"date": "MM/dd/yyyy"
|
802
|
-
},
|
803
|
-
"columnName": "effectivecontractend",
|
804
|
-
"referenceKey": 1
|
805
|
-
}],
|
806
|
-
"dataSet": "dataset.opp_records",
|
807
|
-
"file": "data.csv",
|
808
|
-
"csvParams": {
|
809
|
-
"quoteChar": "\"",
|
810
|
-
"escapeChar": "\"",
|
811
|
-
"separatorChar": ",",
|
812
|
-
"endOfLine": "\n"
|
813
|
-
}
|
814
|
-
}
|
815
|
-
}, {
|
816
|
-
"dataSetSLIManifest": {
|
817
|
-
"parts": [{
|
818
|
-
"referenceKey": 1,
|
819
|
-
"populates": ["label.sdrowner.sdrowner"],
|
820
|
-
"mode": "FULL",
|
821
|
-
"columnName": "sdrowner"
|
822
|
-
}, {
|
823
|
-
"populates": ["label.sdrowner.sdrowner.sdrownername"],
|
824
|
-
"mode": "FULL",
|
825
|
-
"columnName": "sdrownername"
|
826
|
-
}, {
|
827
|
-
"referenceKey": 1,
|
828
|
-
"populates": ["label.sdrowner.sdrteam"],
|
829
|
-
"mode": "FULL",
|
830
|
-
"columnName": "sdrteam"
|
831
|
-
}],
|
832
|
-
"dataSet": "dataset.sdrowner",
|
833
|
-
"file": "data.csv",
|
834
|
-
"csvParams": {
|
835
|
-
"quoteChar": "\"",
|
836
|
-
"escapeChar": "\"",
|
837
|
-
"separatorChar": ",",
|
838
|
-
"endOfLine": "\n"
|
839
|
-
}
|
840
|
-
}
|
841
|
-
}, {
|
842
|
-
"dataSetSLIManifest": {
|
843
|
-
"parts": [{
|
844
|
-
"referenceKey": 1,
|
845
|
-
"populates": ["label.leadsourceoriginal.leadsourceoriginal"],
|
846
|
-
"mode": "FULL",
|
847
|
-
"columnName": "leadsourceoriginal"
|
848
|
-
}, {
|
849
|
-
"referenceKey": 1,
|
850
|
-
"populates": ["label.leadsourceoriginal.leadcategory"],
|
851
|
-
"mode": "FULL",
|
852
|
-
"columnName": "leadcategory"
|
853
|
-
}],
|
854
|
-
"dataSet": "dataset.leadsourceoriginal",
|
855
|
-
"file": "data.csv",
|
856
|
-
"csvParams": {
|
857
|
-
"quoteChar": "\"",
|
858
|
-
"escapeChar": "\"",
|
859
|
-
"separatorChar": ",",
|
860
|
-
"endOfLine": "\n"
|
861
|
-
}
|
862
|
-
}
|
863
|
-
}, {
|
864
|
-
"dataSetSLIManifest": {
|
865
|
-
"parts": [{
|
866
|
-
"referenceKey": 1,
|
867
|
-
"populates": ["label.account.id"],
|
868
|
-
"mode": "FULL",
|
869
|
-
"columnName": "id"
|
870
|
-
}, {
|
871
|
-
"populates": ["label.account.id.name"],
|
872
|
-
"mode": "FULL",
|
873
|
-
"columnName": "name"
|
874
|
-
}, {
|
875
|
-
"populates": ["label.account.id.url"],
|
876
|
-
"mode": "FULL",
|
877
|
-
"columnName": "url"
|
878
|
-
}, {
|
879
|
-
"referenceKey": 1,
|
880
|
-
"populates": ["label.account.region"],
|
881
|
-
"mode": "FULL",
|
882
|
-
"columnName": "region"
|
883
|
-
}, {
|
884
|
-
"referenceKey": 1,
|
885
|
-
"populates": ["label.account.accountstage"],
|
886
|
-
"mode": "FULL",
|
887
|
-
"columnName": "accountstage"
|
888
|
-
}, {
|
889
|
-
"referenceKey": 1,
|
890
|
-
"populates": ["label.account.accountownername"],
|
891
|
-
"mode": "FULL",
|
892
|
-
"columnName": "accountownername"
|
893
|
-
}, {
|
894
|
-
"referenceKey": 1,
|
895
|
-
"populates": ["label.account.accountindustry"],
|
896
|
-
"mode": "FULL",
|
897
|
-
"columnName": "accountindustry"
|
898
|
-
}, {
|
899
|
-
"referenceKey": 1,
|
900
|
-
"populates": ["label.account.accountemployeecount"],
|
901
|
-
"mode": "FULL",
|
902
|
-
"columnName": "accountemployeecount"
|
903
|
-
}, {
|
904
|
-
"populates": ["label.account.accountemployeecount.employeecountsort"],
|
905
|
-
"mode": "FULL",
|
906
|
-
"columnName": "employeecountsort"
|
907
|
-
}, {
|
908
|
-
"referenceKey": 1,
|
909
|
-
"populates": ["label.account.accountannualrevenue"],
|
910
|
-
"mode": "FULL",
|
911
|
-
"columnName": "accountannualrevenue"
|
912
|
-
}],
|
913
|
-
"dataSet": "dataset.account",
|
914
|
-
"file": "data.csv",
|
915
|
-
"csvParams": {
|
916
|
-
"quoteChar": "\"",
|
917
|
-
"escapeChar": "\"",
|
918
|
-
"separatorChar": ",",
|
919
|
-
"endOfLine": "\n"
|
920
|
-
}
|
921
|
-
}
|
922
|
-
}, {
|
923
|
-
"dataSetSLIManifest": {
|
924
|
-
"parts": [{
|
925
|
-
"referenceKey": 1,
|
926
|
-
"populates": ["label.amounttype.amounttype"],
|
927
|
-
"mode": "FULL",
|
928
|
-
"columnName": "amounttype"
|
929
|
-
}],
|
930
|
-
"dataSet": "dataset.amounttype",
|
931
|
-
"file": "data.csv",
|
932
|
-
"csvParams": {
|
933
|
-
"quoteChar": "\"",
|
934
|
-
"escapeChar": "\"",
|
935
|
-
"separatorChar": ",",
|
936
|
-
"endOfLine": "\n"
|
937
|
-
}
|
938
|
-
}
|
939
|
-
}, {
|
940
|
-
"dataSetSLIManifest": {
|
941
|
-
"parts": [{
|
942
|
-
"referenceKey": 1,
|
943
|
-
"populates": ["label.product.id"],
|
944
|
-
"mode": "FULL",
|
945
|
-
"columnName": "id"
|
946
|
-
}, {
|
947
|
-
"populates": ["label.product.id.name"],
|
948
|
-
"mode": "FULL",
|
949
|
-
"columnName": "name"
|
950
|
-
}, {
|
951
|
-
"referenceKey": 1,
|
952
|
-
"populates": ["label.product.product_type"],
|
953
|
-
"mode": "FULL",
|
954
|
-
"columnName": "product_type"
|
955
|
-
}],
|
956
|
-
"dataSet": "dataset.product",
|
957
|
-
"file": "data.csv",
|
958
|
-
"csvParams": {
|
959
|
-
"quoteChar": "\"",
|
960
|
-
"escapeChar": "\"",
|
961
|
-
"separatorChar": ",",
|
962
|
-
"endOfLine": "\n"
|
963
|
-
}
|
964
|
-
}
|
965
|
-
}, {
|
966
|
-
"dataSetSLIManifest": {
|
967
|
-
"parts": [{
|
968
|
-
"referenceKey": 1,
|
969
|
-
"populates": ["label.renewalstatus.renewalstatus"],
|
970
|
-
"mode": "FULL",
|
971
|
-
"columnName": "renewalstatus"
|
972
|
-
}],
|
973
|
-
"dataSet": "dataset.renewalstatus",
|
974
|
-
"file": "data.csv",
|
975
|
-
"csvParams": {
|
976
|
-
"quoteChar": "\"",
|
977
|
-
"escapeChar": "\"",
|
978
|
-
"separatorChar": ",",
|
979
|
-
"endOfLine": "\n"
|
980
|
-
}
|
981
|
-
}
|
982
|
-
}, {
|
983
|
-
"dataSetSLIManifest": {
|
984
|
-
"parts": [{
|
985
|
-
"referenceKey": 1,
|
986
|
-
"populates": ["label.sourcingorigin.techsourcingtype"],
|
987
|
-
"mode": "FULL",
|
988
|
-
"columnName": "techsourcingtype"
|
989
|
-
}, {
|
990
|
-
"referenceKey": 1,
|
991
|
-
"populates": ["label.sourcingorigin.sourcingtype"],
|
992
|
-
"mode": "FULL",
|
993
|
-
"columnName": "sourcingtype"
|
994
|
-
}, {
|
995
|
-
"referenceKey": 1,
|
996
|
-
"populates": ["label.sourcingorigin.sourcingtypechannel"],
|
997
|
-
"mode": "FULL",
|
998
|
-
"columnName": "sourcingtypechannel"
|
999
|
-
}, {
|
1000
|
-
"referenceKey": 1,
|
1001
|
-
"populates": ["label.sourcingorigin.sourcingtypeteam"],
|
1002
|
-
"mode": "FULL",
|
1003
|
-
"columnName": "sourcingtypeteam"
|
1004
|
-
}, {
|
1005
|
-
"populates": ["label.sourcingorigin.sourcingtypeteam.sourcingtypeteamname"],
|
1006
|
-
"mode": "FULL",
|
1007
|
-
"columnName": "sourcingtypeteamname"
|
1008
|
-
}],
|
1009
|
-
"dataSet": "dataset.sourcingorigin",
|
1010
|
-
"file": "data.csv",
|
1011
|
-
"csvParams": {
|
1012
|
-
"quoteChar": "\"",
|
1013
|
-
"escapeChar": "\"",
|
1014
|
-
"separatorChar": ",",
|
1015
|
-
"endOfLine": "\n"
|
1016
|
-
}
|
1017
|
-
}
|
1018
|
-
}, {
|
1019
|
-
"dataSetSLIManifest": {
|
1020
|
-
"parts": [{
|
1021
|
-
"referenceKey": 1,
|
1022
|
-
"populates": ["label.sdrperformancestatus.sdrperformancestatus"],
|
1023
|
-
"mode": "FULL",
|
1024
|
-
"columnName": "sdrperformancestatus"
|
1025
|
-
}],
|
1026
|
-
"dataSet": "dataset.sdrperformancestatus",
|
1027
|
-
"file": "data.csv",
|
1028
|
-
"csvParams": {
|
1029
|
-
"quoteChar": "\"",
|
1030
|
-
"escapeChar": "\"",
|
1031
|
-
"separatorChar": ",",
|
1032
|
-
"endOfLine": "\n"
|
1033
|
-
}
|
1034
|
-
}
|
1035
|
-
}, {
|
1036
|
-
"dataSetSLIManifest": {
|
1037
|
-
"parts": [{
|
1038
|
-
"referenceKey": 1,
|
1039
|
-
"populates": ["label.consolidatedmarketingstatus.consolidatedmarketingstatus"],
|
1040
|
-
"mode": "FULL",
|
1041
|
-
"columnName": "consolidatedmarketingstatus"
|
1042
|
-
}, {
|
1043
|
-
"populates": ["label.consolidatedmarketingstatus.consolidatedmarketingstatus.mktgstatussorting"],
|
1044
|
-
"mode": "FULL",
|
1045
|
-
"columnName": "mktgstatussorting"
|
1046
|
-
}, {
|
1047
|
-
"referenceKey": 1,
|
1048
|
-
"populates": ["label.consolidatedmarketingstatus.detailedmarketingstatuslvl1"],
|
1049
|
-
"mode": "FULL",
|
1050
|
-
"columnName": "detailedmarketingstatuslvl1"
|
1051
|
-
}, {
|
1052
|
-
"populates": ["label.consolidatedmarketingstatus.detailedmarketingstatuslvl1.ordersort1"],
|
1053
|
-
"mode": "FULL",
|
1054
|
-
"columnName": "ordersort1"
|
1055
|
-
}, {
|
1056
|
-
"referenceKey": 1,
|
1057
|
-
"populates": ["label.consolidatedmarketingstatus.consolidatedmarketingstatus1"],
|
1058
|
-
"mode": "FULL",
|
1059
|
-
"columnName": "consolidatedmarketingstatus1"
|
1060
|
-
}, {
|
1061
|
-
"populates": ["label.consolidatedmarketingstatus.consolidatedmarketingstatus1.ordersort2"],
|
1062
|
-
"mode": "FULL",
|
1063
|
-
"columnName": "ordersort2"
|
1064
|
-
}, {
|
1065
|
-
"referenceKey": 1,
|
1066
|
-
"populates": ["label.consolidatedmarketingstatus.consolidatedsqltos2o"],
|
1067
|
-
"mode": "FULL",
|
1068
|
-
"columnName": "consolidatedsqltos2o"
|
1069
|
-
}, {
|
1070
|
-
"populates": ["label.consolidatedmarketingstatus.consolidatedsqltos2o.ordersortsqltos2o"],
|
1071
|
-
"mode": "FULL",
|
1072
|
-
"columnName": "ordersortsqltos2o"
|
1073
|
-
}],
|
1074
|
-
"dataSet": "dataset.consolidatedmarketingstatus",
|
1075
|
-
"file": "data.csv",
|
1076
|
-
"csvParams": {
|
1077
|
-
"quoteChar": "\"",
|
1078
|
-
"escapeChar": "\"",
|
1079
|
-
"separatorChar": ",",
|
1080
|
-
"endOfLine": "\n"
|
1081
|
-
}
|
1082
|
-
}
|
1083
|
-
}, {
|
1084
|
-
"dataSetSLIManifest": {
|
1085
|
-
"parts": [{
|
1086
|
-
"referenceKey": 1,
|
1087
|
-
"populates": ["label.activity_owner.id"],
|
1088
|
-
"mode": "FULL",
|
1089
|
-
"columnName": "id"
|
1090
|
-
}, {
|
1091
|
-
"populates": ["label.activity_owner.id.name"],
|
1092
|
-
"mode": "FULL",
|
1093
|
-
"columnName": "name"
|
1094
|
-
}, {
|
1095
|
-
"populates": ["label.activity_owner.id.url"],
|
1096
|
-
"mode": "FULL",
|
1097
|
-
"columnName": "url"
|
1098
|
-
}, {
|
1099
|
-
"referenceKey": 1,
|
1100
|
-
"populates": ["label.activity_owner.region"],
|
1101
|
-
"mode": "FULL",
|
1102
|
-
"columnName": "region"
|
1103
|
-
}, {
|
1104
|
-
"referenceKey": 1,
|
1105
|
-
"populates": ["label.activity_owner.department"],
|
1106
|
-
"mode": "FULL",
|
1107
|
-
"columnName": "department"
|
1108
|
-
}, {
|
1109
|
-
"referenceKey": 1,
|
1110
|
-
"populates": ["label.activity_owner.is_sdr"],
|
1111
|
-
"mode": "FULL",
|
1112
|
-
"columnName": "is_sdr"
|
1113
|
-
}],
|
1114
|
-
"dataSet": "dataset.activity_owner",
|
1115
|
-
"file": "data.csv",
|
1116
|
-
"csvParams": {
|
1117
|
-
"quoteChar": "\"",
|
1118
|
-
"escapeChar": "\"",
|
1119
|
-
"separatorChar": ",",
|
1120
|
-
"endOfLine": "\n"
|
1121
|
-
}
|
1122
|
-
}
|
1123
|
-
}, {
|
1124
|
-
"dataSetSLIManifest": {
|
1125
|
-
"parts": [{
|
1126
|
-
"referenceKey": 1,
|
1127
|
-
"populates": ["label.leadsource.leadsource"],
|
1128
|
-
"mode": "FULL",
|
1129
|
-
"columnName": "leadsource"
|
1130
|
-
}],
|
1131
|
-
"dataSet": "dataset.leadsource",
|
1132
|
-
"file": "data.csv",
|
1133
|
-
"csvParams": {
|
1134
|
-
"quoteChar": "\"",
|
1135
|
-
"escapeChar": "\"",
|
1136
|
-
"separatorChar": ",",
|
1137
|
-
"endOfLine": "\n"
|
1138
|
-
}
|
1139
|
-
}
|
1140
|
-
}, {
|
1141
|
-
"dataSetSLIManifest": {
|
1142
|
-
"parts": [{
|
1143
|
-
"referenceKey": 1,
|
1144
|
-
"populates": ["label.winlossreason.winlossreason"],
|
1145
|
-
"mode": "FULL",
|
1146
|
-
"columnName": "winlossreason"
|
1147
|
-
}, {
|
1148
|
-
"referenceKey": 1,
|
1149
|
-
"populates": ["label.winlossreason.winlossreason1"],
|
1150
|
-
"mode": "FULL",
|
1151
|
-
"columnName": "winlossreason1"
|
1152
|
-
}, {
|
1153
|
-
"referenceKey": 1,
|
1154
|
-
"populates": ["label.winlossreason.secondarywinlossreason"],
|
1155
|
-
"mode": "FULL",
|
1156
|
-
"columnName": "secondarywinlossreason"
|
1157
|
-
}],
|
1158
|
-
"dataSet": "dataset.winlossreason",
|
1159
|
-
"file": "data.csv",
|
1160
|
-
"csvParams": {
|
1161
|
-
"quoteChar": "\"",
|
1162
|
-
"escapeChar": "\"",
|
1163
|
-
"separatorChar": ",",
|
1164
|
-
"endOfLine": "\n"
|
1165
|
-
}
|
1166
|
-
}
|
1167
|
-
}, {
|
1168
|
-
"dataSetSLIManifest": {
|
1169
|
-
"parts": [{
|
1170
|
-
"referenceKey": 1,
|
1171
|
-
"populates": ["label.productline.productline"],
|
1172
|
-
"mode": "FULL",
|
1173
|
-
"columnName": "productline"
|
1174
|
-
}, {
|
1175
|
-
"referenceKey": 1,
|
1176
|
-
"populates": ["label.productline.productline1"],
|
1177
|
-
"mode": "FULL",
|
1178
|
-
"columnName": "productline1"
|
1179
|
-
}, {
|
1180
|
-
"referenceKey": 1,
|
1181
|
-
"populates": ["label.productline.prod"],
|
1182
|
-
"mode": "FULL",
|
1183
|
-
"columnName": "prod"
|
1184
|
-
}, {
|
1185
|
-
"referenceKey": 1,
|
1186
|
-
"populates": ["label.productline.productorspecificsolution"],
|
1187
|
-
"mode": "FULL",
|
1188
|
-
"columnName": "productorspecificsolution"
|
1189
|
-
}],
|
1190
|
-
"dataSet": "dataset.productline",
|
1191
|
-
"file": "data.csv",
|
1192
|
-
"csvParams": {
|
1193
|
-
"quoteChar": "\"",
|
1194
|
-
"escapeChar": "\"",
|
1195
|
-
"separatorChar": ",",
|
1196
|
-
"endOfLine": "\n"
|
1197
|
-
}
|
1198
|
-
}
|
1199
|
-
}, {
|
1200
|
-
"dataSetSLIManifest": {
|
1201
|
-
"parts": [{
|
1202
|
-
"referenceKey": 1,
|
1203
|
-
"populates": ["label.leadchannel.leadchannel"],
|
1204
|
-
"mode": "FULL",
|
1205
|
-
"columnName": "leadchannel"
|
1206
|
-
}],
|
1207
|
-
"dataSet": "dataset.leadchannel",
|
1208
|
-
"file": "data.csv",
|
1209
|
-
"csvParams": {
|
1210
|
-
"quoteChar": "\"",
|
1211
|
-
"escapeChar": "\"",
|
1212
|
-
"separatorChar": ",",
|
1213
|
-
"endOfLine": "\n"
|
1214
|
-
}
|
1215
|
-
}
|
1216
|
-
}, {
|
1217
|
-
"dataSetSLIManifest": {
|
1218
|
-
"parts": [{
|
1219
|
-
"referenceKey": 1,
|
1220
|
-
"populates": ["label.stage.id"],
|
1221
|
-
"mode": "FULL",
|
1222
|
-
"columnName": "id"
|
1223
|
-
}, {
|
1224
|
-
"populates": ["label.stage.id.name"],
|
1225
|
-
"mode": "FULL",
|
1226
|
-
"columnName": "name"
|
1227
|
-
}, {
|
1228
|
-
"populates": ["label.stage.id.order"],
|
1229
|
-
"mode": "FULL",
|
1230
|
-
"columnName": "order"
|
1231
|
-
}, {
|
1232
|
-
"referenceKey": 1,
|
1233
|
-
"populates": ["label.stage.is_won"],
|
1234
|
-
"mode": "FULL",
|
1235
|
-
"columnName": "is_won"
|
1236
|
-
}, {
|
1237
|
-
"referenceKey": 1,
|
1238
|
-
"populates": ["label.stage.status"],
|
1239
|
-
"mode": "FULL",
|
1240
|
-
"columnName": "status"
|
1241
|
-
}, {
|
1242
|
-
"referenceKey": 1,
|
1243
|
-
"populates": ["label.stage.is_active"],
|
1244
|
-
"mode": "FULL",
|
1245
|
-
"columnName": "is_active"
|
1246
|
-
}, {
|
1247
|
-
"referenceKey": 1,
|
1248
|
-
"populates": ["label.stage.is_closed"],
|
1249
|
-
"mode": "FULL",
|
1250
|
-
"columnName": "is_closed"
|
1251
|
-
}, {
|
1252
|
-
"referenceKey": 1,
|
1253
|
-
"populates": ["label.stage.issao"],
|
1254
|
-
"mode": "FULL",
|
1255
|
-
"columnName": "issao"
|
1256
|
-
}, {
|
1257
|
-
"referenceKey": 1,
|
1258
|
-
"populates": ["label.stage.amconsolidatedstage"],
|
1259
|
-
"mode": "FULL",
|
1260
|
-
"columnName": "amconsolidatedstage"
|
1261
|
-
}, {
|
1262
|
-
"populates": ["label.stage.amconsolidatedstage.amstageorder"],
|
1263
|
-
"mode": "FULL",
|
1264
|
-
"columnName": "amstageorder"
|
1265
|
-
}],
|
1266
|
-
"dataSet": "dataset.stage",
|
1267
|
-
"file": "data.csv",
|
1268
|
-
"csvParams": {
|
1269
|
-
"quoteChar": "\"",
|
1270
|
-
"escapeChar": "\"",
|
1271
|
-
"separatorChar": ",",
|
1272
|
-
"endOfLine": "\n"
|
1273
|
-
}
|
1274
|
-
}
|
1275
|
-
}, {
|
1276
|
-
"dataSetSLIManifest": {
|
1277
|
-
"parts": [{
|
1278
|
-
"referenceKey": 1,
|
1279
|
-
"populates": ["label.opp_owner.id"],
|
1280
|
-
"mode": "FULL",
|
1281
|
-
"columnName": "id"
|
1282
|
-
}, {
|
1283
|
-
"populates": ["label.opp_owner.id.name"],
|
1284
|
-
"mode": "FULL",
|
1285
|
-
"columnName": "name"
|
1286
|
-
}, {
|
1287
|
-
"populates": ["label.opp_owner.id.oppownerpicture"],
|
1288
|
-
"mode": "FULL",
|
1289
|
-
"columnName": "oppownerpicture"
|
1290
|
-
}, {
|
1291
|
-
"populates": ["label.opp_owner.id.url"],
|
1292
|
-
"mode": "FULL",
|
1293
|
-
"columnName": "url"
|
1294
|
-
}, {
|
1295
|
-
"referenceKey": 1,
|
1296
|
-
"populates": ["label.opp_owner.region"],
|
1297
|
-
"mode": "FULL",
|
1298
|
-
"columnName": "region"
|
1299
|
-
}, {
|
1300
|
-
"referenceKey": 1,
|
1301
|
-
"populates": ["label.opp_owner.department"],
|
1302
|
-
"mode": "FULL",
|
1303
|
-
"columnName": "department"
|
1304
|
-
}, {
|
1305
|
-
"populates": ["oppownerstart.date.mdyy"],
|
1306
|
-
"mode": "FULL",
|
1307
|
-
"constraints": {
|
1308
|
-
"date": "MM/dd/yyyy"
|
1309
|
-
},
|
1310
|
-
"columnName": "oppownerstart",
|
1311
|
-
"referenceKey": 1
|
1312
|
-
}],
|
1313
|
-
"dataSet": "dataset.opp_owner",
|
1314
|
-
"file": "data.csv",
|
1315
|
-
"csvParams": {
|
1316
|
-
"quoteChar": "\"",
|
1317
|
-
"escapeChar": "\"",
|
1318
|
-
"separatorChar": ",",
|
1319
|
-
"endOfLine": "\n"
|
1320
|
-
}
|
1321
|
-
}
|
1322
|
-
}, {
|
1323
|
-
"dataSetSLIManifest": {
|
1324
|
-
"parts": [{
|
1325
|
-
"referenceKey": 1,
|
1326
|
-
"populates": ["label.activity.id"],
|
1327
|
-
"mode": "FULL",
|
1328
|
-
"columnName": "id"
|
1329
|
-
}, {
|
1330
|
-
"populates": ["label.activity.id.subject"],
|
1331
|
-
"mode": "FULL",
|
1332
|
-
"columnName": "subject"
|
1333
|
-
}, {
|
1334
|
-
"populates": ["label.activity.id.url"],
|
1335
|
-
"mode": "FULL",
|
1336
|
-
"columnName": "url"
|
1337
|
-
}, {
|
1338
|
-
"referenceKey": 1,
|
1339
|
-
"populates": ["label.activity.status"],
|
1340
|
-
"mode": "FULL",
|
1341
|
-
"columnName": "status"
|
1342
|
-
}, {
|
1343
|
-
"referenceKey": 1,
|
1344
|
-
"populates": ["label.activity.type"],
|
1345
|
-
"mode": "FULL",
|
1346
|
-
"columnName": "type"
|
1347
|
-
}],
|
1348
|
-
"dataSet": "dataset.activity",
|
1349
|
-
"file": "data.csv",
|
1350
|
-
"csvParams": {
|
1351
|
-
"quoteChar": "\"",
|
1352
|
-
"escapeChar": "\"",
|
1353
|
-
"separatorChar": ",",
|
1354
|
-
"endOfLine": "\n"
|
1355
|
-
}
|
1356
|
-
}
|
1357
|
-
}, {
|
1358
|
-
"dataSetSLIManifest": {
|
1359
|
-
"parts": [{
|
1360
|
-
"referenceKey": 1,
|
1361
|
-
"populates": ["label.opportunity.id"],
|
1362
|
-
"mode": "FULL",
|
1363
|
-
"columnName": "id"
|
1364
|
-
}, {
|
1365
|
-
"populates": ["label.opportunity.id.name"],
|
1366
|
-
"mode": "FULL",
|
1367
|
-
"columnName": "name"
|
1368
|
-
}, {
|
1369
|
-
"populates": ["label.opportunity.id.url"],
|
1370
|
-
"mode": "FULL",
|
1371
|
-
"columnName": "url"
|
1372
|
-
}],
|
1373
|
-
"dataSet": "dataset.opportunity",
|
1374
|
-
"file": "data.csv",
|
1375
|
-
"csvParams": {
|
1376
|
-
"quoteChar": "\"",
|
1377
|
-
"escapeChar": "\"",
|
1378
|
-
"separatorChar": ",",
|
1379
|
-
"endOfLine": "\n"
|
1380
|
-
}
|
1381
|
-
}
|
1382
|
-
}, {
|
1383
|
-
"dataSetSLIManifest": {
|
1384
|
-
"parts": [{
|
1385
|
-
"referenceKey": 1,
|
1386
|
-
"populates": ["label.bookingtype.booking_type_id"],
|
1387
|
-
"mode": "FULL",
|
1388
|
-
"columnName": "booking_type_id"
|
1389
|
-
}, {
|
1390
|
-
"populates": ["label.bookingtype.booking_type_id.booking_type_nm"],
|
1391
|
-
"mode": "FULL",
|
1392
|
-
"columnName": "booking_type_nm"
|
1393
|
-
}],
|
1394
|
-
"dataSet": "dataset.bookingtype",
|
1395
|
-
"file": "data.csv",
|
1396
|
-
"csvParams": {
|
1397
|
-
"quoteChar": "\"",
|
1398
|
-
"escapeChar": "\"",
|
1399
|
-
"separatorChar": ",",
|
1400
|
-
"endOfLine": "\n"
|
1401
|
-
}
|
1402
|
-
}
|
1403
|
-
}, {
|
1404
|
-
"dataSetSLIManifest": {
|
1405
|
-
"parts": [{
|
1406
|
-
"referenceKey": 1,
|
1407
|
-
"populates": ["label.forecast.id"],
|
1408
|
-
"mode": "FULL",
|
1409
|
-
"columnName": "id"
|
1410
|
-
}, {
|
1411
|
-
"populates": ["label.forecast.id.forecastcategoryordered"],
|
1412
|
-
"mode": "FULL",
|
1413
|
-
"columnName": "forecastcategoryordered"
|
1414
|
-
}],
|
1415
|
-
"dataSet": "dataset.forecast",
|
1416
|
-
"file": "data.csv",
|
1417
|
-
"csvParams": {
|
1418
|
-
"quoteChar": "\"",
|
1419
|
-
"escapeChar": "\"",
|
1420
|
-
"separatorChar": ",",
|
1421
|
-
"endOfLine": "\n"
|
1422
|
-
}
|
1423
|
-
}
|
1424
|
-
}]
|