gooddata 1.1.0 → 1.2.0

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