a foreign table is built for any func populated even if a date
This commit is contained in:
parent
0b5ee0bdf3
commit
2f10d46806
@ -28,6 +28,8 @@ BEGIN
|
||||
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'
|
||||
GROUP BY
|
||||
schema
|
||||
,tname
|
||||
|
Loading…
Reference in New Issue
Block a user