Nifi init
This commit is contained in:
10
nifi/sql/extract/04_dim_organization.sql
Normal file
10
nifi/sql/extract/04_dim_organization.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
SELECT
|
||||
o.organization_id,
|
||||
o.name,
|
||||
o.region,
|
||||
c.name AS country,
|
||||
o.club_partner_status,
|
||||
o.founded_year,
|
||||
o.social_media_followers_m
|
||||
FROM organization o
|
||||
LEFT JOIN country c ON o.country_id = c.country_id;
|
||||
Reference in New Issue
Block a user