Commit f24f5491 by luofeng

feat:新高考流程调整

parent d0ad815b
<?xml version="1.0" encoding="UTF-8"?>
<transformation> <transformation>
<info> <info>
<name>set_variable_is_run</name> <name>set_variable_is_run</name>
...@@ -424,40 +423,45 @@ ...@@ -424,40 +423,45 @@
<partitionschemas> <partitionschemas>
</partitionschemas> </partitionschemas>
<slaveservers> <slaveservers>
<slaveserver>
<name>10.1.104.244</name>
<hostname>10.1.104.244</hostname>
<port>8081</port>
<webAppName/>
<username>carte</username>
<password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password>
<proxy_hostname/>
<proxy_port/>
<non_proxy_hosts/>
<master>N</master>
<sslMode>N</sslMode>
</slaveserver>
</slaveservers> </slaveservers>
<clusterschemas> <clusterschemas>
</clusterschemas> </clusterschemas>
<created_user>admin</created_user> <created_user>admin</created_user>
<created_date>2020/01/04 14:20:17.611</created_date> <created_date>2020/01/04 14:20:17.611</created_date>
<modified_user>admin</modified_user> <modified_user>admin</modified_user>
<modified_date>2021/06/08 14:08:35.403</modified_date> <modified_date>2021/09/17 11:15:04.315</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private> <is_key_private>N</is_key_private>
</info> </info>
<notepads> <notepads>
</notepads> </notepads>
<connection> <connection>
<name>intelligent_single_yuejuan_neiwang</name> <name>intelligent_greenplum_neiwang</name>
<server>10.1.104.23</server> <server>10.1.104.241</server>
<type>MYSQL</type> <type>POSTGRESQL</type>
<access>Native</access> <access>Native</access>
<database>union_yuejuan_yun</database> <database>intelligent_dev</database>
<port>3306</port> <port>5432</port>
<username>root</username> <username>gpadmin</username>
<password>Encrypted 2be98afc86aa7f28ebf00a469fec3fd89</password> <password>Encrypted 2be98afc86aa7f2e4cb13ba69fec3fd89</password>
<servername/> <servername/>
<data_tablespace/> <data_tablespace/>
<index_tablespace/> <index_tablespace/>
<attributes> <attributes>
<attribute> <attribute>
<code>EXTRA_OPTION_MYSQL.defaultFetchSize</code>
<attribute>500</attribute>
</attribute>
<attribute>
<code>EXTRA_OPTION_MYSQL.useCursorFetch</code>
<attribute>true</attribute>
</attribute>
<attribute>
<code>FORCE_IDENTIFIERS_TO_LOWERCASE</code> <code>FORCE_IDENTIFIERS_TO_LOWERCASE</code>
<attribute>N</attribute> <attribute>N</attribute>
</attribute> </attribute>
...@@ -471,7 +475,7 @@ ...@@ -471,7 +475,7 @@
</attribute> </attribute>
<attribute> <attribute>
<code>PORT_NUMBER</code> <code>PORT_NUMBER</code>
<attribute>3306</attribute> <attribute>5432</attribute>
</attribute> </attribute>
<attribute> <attribute>
<code>PRESERVE_RESERVED_WORD_CASE</code> <code>PRESERVE_RESERVED_WORD_CASE</code>
...@@ -482,10 +486,6 @@ ...@@ -482,10 +486,6 @@
<attribute>N</attribute> <attribute>N</attribute>
</attribute> </attribute>
<attribute> <attribute>
<code>STREAM_RESULTS</code>
<attribute>Y</attribute>
</attribute>
<attribute>
<code>SUPPORTS_BOOLEAN_DATA_TYPE</code> <code>SUPPORTS_BOOLEAN_DATA_TYPE</code>
<attribute>Y</attribute> <attribute>Y</attribute>
</attribute> </attribute>
...@@ -551,8 +551,8 @@ ...@@ -551,8 +551,8 @@
<method>none</method> <method>none</method>
<schema_name/> <schema_name/>
</partitioning> </partitioning>
<connection>intelligent_single_yuejuan_neiwang</connection> <connection>intelligent_greenplum_neiwang</connection>
<sql>select case when (select count(*) from task_list where task_status=1 and id=${task_id} and del_flag=0 and source_type=1)>0 then 1 else 0 end is_run</sql> <sql>select case when (select count(*) from single_yuejuan_source_process.task_list where task_status=1 and id=${task_id} and del_flag=0 and source_type=1)>0 then 1 else 0 end is_run</sql>
<limit>0</limit> <limit>0</limit>
<lookup/> <lookup/>
<execute_each_row>N</execute_each_row> <execute_each_row>N</execute_each_row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment