only create foreign tables where the foreign key is not a date
This commit is contained in:
parent
a5d9c1d145
commit
9356081662
@ -27,9 +27,8 @@ BEGIN
|
||||
FROM
|
||||
fc.target_meta tm
|
||||
WHERE
|
||||
func IS NOT NULL
|
||||
--if func is populated for a date type, a foreign table will be setup unless excluded here or func not populated
|
||||
--AND dtype <> 'date'
|
||||
--only create master tables that don't have date as a foreign key
|
||||
func IN (SELECT DISTINCT func FROM fc.target_meta WHERE fkey IS NOT NULL AND func IS NOT NULL AND dtype <> 'date')
|
||||
GROUP BY
|
||||
schema
|
||||
,tname
|
||||
|
Loading…
Reference in New Issue
Block a user