Sha256: ca9856365b9182a1c01c22f9db474e276224fbbd1a924191a1039aa7d1a86024
Contents?: true
Size: 875 Bytes
Versions: 77
Compression:
Stored size: 875 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2017 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. module GoodData module Model # GoodData REST API categories LDM_CTG = 'ldm' LDM_MANAGE_CTG = 'ldm-manage2' # Model naming conventions FIELD_PK = 'id' FK_SUFFIX = '_id' FACT_COLUMN_PREFIX = 'f_' DATE_COLUMN_PREFIX = 'dt_' TIME_COLUMN_PREFIX = 'tm_' LABEL_COLUMN_PREFIX = 'nm_' ATTRIBUTE_FOLDER_PREFIX = 'dim' ATTRIBUTE_PREFIX = 'attr' LABEL_PREFIX = 'label' FACT_PREFIX = 'fact' DATE_FACT_PREFIX = 'dt' DATE_ATTRIBUTE = 'date' DATE_ATTRIBUTE_DEFAULT_DISPLAY_FORM = 'mdyy' TIME_FACT_PREFIX = 'tm.dt' TIME_ATTRIBUTE_PREFIX = 'attr.time' FACT_FOLDER_PREFIX = 'ffld' end end
Version data entries
77 entries across 77 versions & 1 rubygems