Open lancetipton opened 3 months ago
select zip, street from ${schema}_places.${type}_address;
variables={ '${schema}': 'staging', '${type}': 'home', } lineagex(sql='/path/to/sql/files', conn_string='...', variables=variables)
select zip, street from staging_places.home_address;
Example
Original SQL
Lineagex Call
SQL after variable replacement