Untitled

mail@pastecode.io avatar
unknown
sql
2 years ago
820 B
0
Indexable
Never
CREATE OR REPLACE TABLE  `rs-nprd-dlk-dt-trsv-digt-f7ef.trsv_procesos_calidad.dash_personas_gob_detalle_registros_positivos`
(
    id_regla STRING,
    fec_periodo_corte DATE,
    fec_creacion DATE,
    nom_fuente STRING,
    nom_tabla STRING,
    nom_campo STRING,
    ind_cliente STRING,
    nom_segmento STRING,
    ind_mayor_edad STRING,
    nom_usuario_modificacion STRING,
    nom_unidad_organizativa STRING,
    id_numid STRING,
    nom_canal STRING,
    nom_subcanal STRING,
    nom_agrupador STRING,
    id_numero_documento STRING,
    nom_tipo_documento STRING,
    fec_ejecucion TIMESTAMP,
    des_valor_fallido STRING,
    des_detalle_complemento STRING,
    des_valor_nom_tabla_fallida_padron STRING,
    des_valor_nom_campo_fallido_padron STRING
)
PARTITION BY fec_periodo_corte
;