Skip to content
Snippets Groups Projects
Commit 2686608c authored by David James's avatar David James
Browse files

rm SQL action

parent acbf6533
No related branches found
No related tags found
No related merge requests found
......@@ -30,27 +30,6 @@
<yloc>288</yloc>
<attributes_hac/>
</action>
<action>
<name>set dim_trainer default_values</name>
<description/>
<type>SQL</type>
<attributes/>
<connection>DBWINA</connection>
<sendOneStatement>N</sendOneStatement>
<sql>UPDATE pokemon.dim_trainer
SET "version"=1, date_from='1900-01-01 00:00:00.000', date_to='2199-12-31 23:59:59.999', trainer_id=0, trainer_name='unknown Trainer', trainer_location_code='0000', trainer_location_name='unknown location', trainer_region_name='unknown region', modifieddate='1900-01-01 00:00:00.000'
WHERE id=0;
;
</sql>
<sqlfromfile>N</sqlfromfile>
<useVariableSubstitution>N</useVariableSubstitution>
<parallel>N</parallel>
<xloc>1216</xloc>
<yloc>288</yloc>
<attributes_hac/>
</action>
<action>
<name>dim_date.hpl</name>
<description/>
......@@ -177,7 +156,7 @@ WHERE id=0;
<set_logfile>N</set_logfile>
<wait_until_finished>Y</wait_until_finished>
<parallel>N</parallel>
<xloc>1488</xloc>
<xloc>1248</xloc>
<yloc>288</yloc>
<attributes_hac/>
</action>
......@@ -187,7 +166,7 @@ WHERE id=0;
<type>SUCCESS</type>
<attributes/>
<parallel>N</parallel>
<xloc>1712</xloc>
<xloc>1472</xloc>
<yloc>288</yloc>
<attributes_hac/>
</action>
......@@ -229,20 +208,6 @@ WHERE id=0;
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>dim_trainer.hpl</from>
<to>set dim_trainer default_values</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
<hop>
<from>set dim_trainer default_values</from>
<to>fact_pokemon_fights.hpl</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>Y</unconditional>
</hop>
<hop>
<from>fact_pokemon_fights.hpl</from>
<to>Success</to>
......@@ -264,6 +229,13 @@ WHERE id=0;
<evaluation>Y</evaluation>
<unconditional>Y</unconditional>
</hop>
<hop>
<from>dim_trainer.hpl</from>
<to>fact_pokemon_fights.hpl</to>
<enabled>Y</enabled>
<evaluation>Y</evaluation>
<unconditional>N</unconditional>
</hop>
</hops>
<notepads>
</notepads>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment