It allows you to reference the output of another model in your Flow, bringing you composition capabilities without a headache.
You simply use it by dragging and dropping any previously created Model (SQL or Flow) in the View Selector.
Note: A model cannot reference itself
There are no configuration option for this step.
If the model is not materialized in your warehouse:
If the model is materialized in your warehouse as a view or a table we run:
Last updated 3 years ago
Was this helpful?
SELECT * FROM (<IMPORTED MODEL SQL>)
SELECT * FROM database.schema.table