fact_purchase.ktr:0 (TransformNode)

Properties

KeyValue
node_typeUnmapped
raw<step> <name>Calculate Date Ids And Amounts</name> <type>Formula</type> <description/> <distribute>Y</distribute> <custom_distribution/> <copies>1</copies> <partitioning> <method>none</method> <schema_name/> </partitioning> <formula> <field_name>calculated_order_date_id</field_name> <formula_string>[order_date_year]*10000 + [order_date_month]*100 + [order_date_day]</formula_string> <value_type>Integer</value_type> <value_length>-1</value_length> <value_precision>-1</value_precision> <replace_field/> </formula> <formula> <field_name>calculated_ship_date_id</field_name> <formula_string>[ship_date_year]*10000 + [ship_date_month]*100 + [ship_date_day]</formula_string> <value_type>Integer</value_type> <value_length>-1</value_length> <value_precision>-1</value_precision> <replace_field/> </formula> <formula> <field_name>calculated_rejected_amount</field_name> <formula_string>[RejectedQty] * [UnitPrice]</formula_string> <value_type>Number</value_type> <value_length>-1</value_length> <value_precision>-1</value_precision> <replace_field/> </formula> <formula> <field_name>calculated_stocked_amount</field_name> <formula_string>[StockedQty] * [UnitPrice]</formula_string> <value_type>Number</value_type> <value_length>-1</value_length> <value_precision>-1</value_precision> <replace_field/> </formula> <formula> <field_name>calculated_received_amount</field_name> <formula_string>[ReceivedQty] * [UnitPrice]</formula_string> <value_type>Number</value_type> <value_length>-1</value_length> <value_precision>-1</value_precision> <replace_field/> </formula> <attributes/> <cluster_schema/> <remotesteps> <input> </input> <output> </output> </remotesteps> <GUI> <xloc>496</xloc> <yloc>112</yloc> <draw>Y</draw> </GUI> </step>
reasonunrecognized step type: Formula

Relationships

FeedsInto

Diagram

graph TD
    n8ef59248d2ee5feea746e41ca8eeee69["fact_purchase.ktr:0"]
    naacf805dac0d5ebe8eb5be7f9dea1724["fact_purchase.ktr:7"]
    n8ef59248d2ee5feea746e41ca8eeee69 -->|FeedsInto| naacf805dac0d5ebe8eb5be7f9dea1724
    n38c748f9959556a197fd6bbd010e579f["fact_purchase.ktr:2"]
    n38c748f9959556a197fd6bbd010e579f -->|FeedsInto| n8ef59248d2ee5feea746e41ca8eeee69

Evidence

Rendered

graph TD n8ef59248d2ee5feea746e41ca8eeee69["fact_purchase.ktr:0"] naacf805dac0d5ebe8eb5be7f9dea1724["fact_purchase.ktr:7"] n8ef59248d2ee5feea746e41ca8eeee69 -->|FeedsInto| naacf805dac0d5ebe8eb5be7f9dea1724 n38c748f9959556a197fd6bbd010e579f["fact_purchase.ktr:2"] n38c748f9959556a197fd6bbd010e579f -->|FeedsInto| n8ef59248d2ee5feea746e41ca8eeee69

Live rendering added for this hosted example via mermaid.js (CDN). The ekos docs generate tool itself ships the diagram as source only, to stay fully offline by default.