From 989d15201cd7a1dc75ef9b60424df6bad2bef81b Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 20 Sep 2023 11:05:36 +0700 Subject: fix source data --- import_adempiere_to_data_warehouse.ktr | 61 +++------------------------------- 1 file changed, 5 insertions(+), 56 deletions(-) (limited to 'import_adempiere_to_data_warehouse.ktr') diff --git a/import_adempiere_to_data_warehouse.ktr b/import_adempiere_to_data_warehouse.ktr index 7da86fc..d72119e 100644 --- a/import_adempiere_to_data_warehouse.ktr +++ b/import_adempiere_to_data_warehouse.ktr @@ -435,57 +435,6 @@ - - dw bi indoteknik - 192.168.23.5 - POSTGRESQL - Native - dw_bi_indoteknik - 5432 - odoo - Encrypted 2be98afc86aa7f2e4cb79ce10d196a0d5 - - - - - - FORCE_IDENTIFIERS_TO_LOWERCASE - N - - - FORCE_IDENTIFIERS_TO_UPPERCASE - N - - - IS_CLUSTERED - N - - - PORT_NUMBER - 5432 - - - PRESERVE_RESERVED_WORD_CASE - Y - - - QUOTE_ALL_FIELDS - N - - - SUPPORTS_BOOLEAN_DATA_TYPE - Y - - - SUPPORTS_TIMESTAMP_DATA_TYPE - Y - - - USE_POOLING - N - - - dw bi indoteknik (localhost) localhost @@ -538,8 +487,8 @@ - erp indoteknik production - 34.101.171.249 + erp indoteknik production (localhost) + 10.148.0.3 POSTGRESQL Native erp_indoteknik @@ -580,7 +529,7 @@ SUPPORTS_TIMESTAMP_DATA_TYPE - Y + N USE_POOLING @@ -1476,7 +1425,7 @@ none - erp indoteknik production + erp indoteknik production (localhost) select rp.id, rp.name, reference_number, rpi.name as industry from res_partner rp left join res_partner_industry rpi on rpi.id = rp.industry_id where reference_number is not null @@ -1605,7 +1554,7 @@ where reference_number is not null none - dw bi indoteknik + dw bi indoteknik (localhost) select name, value from bp_altama 0 -- cgit v1.2.3