Nifi init
This commit is contained in:
6
nifi/sql/load/04_dim_country.sql
Normal file
6
nifi/sql/load/04_dim_country.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
INSERT INTO DIM_COUNTRY (country_id, name, region)
|
||||
VALUES (
|
||||
${country_id},
|
||||
'${name}',
|
||||
'${region}'
|
||||
)
|
||||
Reference in New Issue
Block a user