diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-09-20 11:05:36 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-09-20 11:05:36 +0700 |
| commit | 989d15201cd7a1dc75ef9b60424df6bad2bef81b (patch) | |
| tree | fdad403c2980fdfa6ecc23078e8d52e586184bd5 /import_adempiere_to_data_warehouse.ktr | |
| parent | 378be935ef27121019d2e648212e34b05e02fe3b (diff) | |
fix source data
Diffstat (limited to 'import_adempiere_to_data_warehouse.ktr')
| -rw-r--r-- | import_adempiere_to_data_warehouse.ktr | 61 |
1 files changed, 5 insertions, 56 deletions
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 @@ -436,57 +436,6 @@ <notepads> </notepads> <connection> - <name>dw bi indoteknik</name> - <server>192.168.23.5</server> - <type>POSTGRESQL</type> - <access>Native</access> - <database>dw_bi_indoteknik</database> - <port>5432</port> - <username>odoo</username> - <password>Encrypted 2be98afc86aa7f2e4cb79ce10d196a0d5</password> - <servername/> - <data_tablespace/> - <index_tablespace/> - <attributes> - <attribute> - <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> - <attribute>N</attribute> - </attribute> - <attribute> - <code>FORCE_IDENTIFIERS_TO_UPPERCASE</code> - <attribute>N</attribute> - </attribute> - <attribute> - <code>IS_CLUSTERED</code> - <attribute>N</attribute> - </attribute> - <attribute> - <code>PORT_NUMBER</code> - <attribute>5432</attribute> - </attribute> - <attribute> - <code>PRESERVE_RESERVED_WORD_CASE</code> - <attribute>Y</attribute> - </attribute> - <attribute> - <code>QUOTE_ALL_FIELDS</code> - <attribute>N</attribute> - </attribute> - <attribute> - <code>SUPPORTS_BOOLEAN_DATA_TYPE</code> - <attribute>Y</attribute> - </attribute> - <attribute> - <code>SUPPORTS_TIMESTAMP_DATA_TYPE</code> - <attribute>Y</attribute> - </attribute> - <attribute> - <code>USE_POOLING</code> - <attribute>N</attribute> - </attribute> - </attributes> - </connection> - <connection> <name>dw bi indoteknik (localhost)</name> <server>localhost</server> <type>POSTGRESQL</type> @@ -538,8 +487,8 @@ </attributes> </connection> <connection> - <name>erp indoteknik production</name> - <server>34.101.171.249</server> + <name>erp indoteknik production (localhost)</name> + <server>10.148.0.3</server> <type>POSTGRESQL</type> <access>Native</access> <database>erp_indoteknik</database> @@ -580,7 +529,7 @@ </attribute> <attribute> <code>SUPPORTS_TIMESTAMP_DATA_TYPE</code> - <attribute>Y</attribute> + <attribute>N</attribute> </attribute> <attribute> <code>USE_POOLING</code> @@ -1476,7 +1425,7 @@ <method>none</method> <schema_name/> </partitioning> - <connection>erp indoteknik production</connection> + <connection>erp indoteknik production (localhost)</connection> <sql>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</sql> @@ -1605,7 +1554,7 @@ where reference_number is not null</sql> <method>none</method> <schema_name/> </partitioning> - <connection>dw bi indoteknik</connection> + <connection>dw bi indoteknik (localhost)</connection> <sql>select name, value from bp_altama</sql> <limit>0</limit> <lookup/> |
