In the configuration file example there is a setting for "TableIncludes". The example shows this as a lits of strings ["schema01", "schema02"].
When trying to add multiple schemas as a list using an environment setting PGFS_DATABASE_TABLEINCLUDES I get the error message "PGFS_DATABASE_TABLEINCLUDES must be a string, number, boolean or null". How can multiple schemas be added to this setting?
In the configuration file example there is a setting for "TableIncludes". The example shows this as a lits of strings ["schema01", "schema02"].
When trying to add multiple schemas as a list using an environment setting PGFS_DATABASE_TABLEINCLUDES I get the error message "PGFS_DATABASE_TABLEINCLUDES must be a string, number, boolean or null". How can multiple schemas be added to this setting?