You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The tables to generate views for.\n\t\tEach item must be a map with:\n\t\t- schema (string, required)\n\t\t- table_name (string, required)\n\t\t- primary_key (string, optional)\n\t\t- base_view (boolean, optional)\n\t\t- columns (array of objects, optional): Each object must have 'column_name' (string).",
799
799
"items": map[string]any{
800
800
"additionalProperties": true,
801
-
"authSources": []any{},
802
-
"description": "Table definition.",
803
-
"name": "table",
804
-
"required": true,
805
-
"type": "object",
801
+
"authSources": []any{},
802
+
"description": "Table definition.",
803
+
"name": "table",
804
+
"required": true,
805
+
"type": "object",
806
806
},
807
-
"name": "tables",
808
-
"required": true,
809
-
"type": "array",
807
+
"name": "tables",
808
+
"required": true,
809
+
"type": "array",
810
810
},
811
811
map[string]any{
812
812
"authSources": []any{},
813
-
"default": "views",
813
+
"default": "views",
814
814
"description": "The folder to place the view files in (e.g., 'views').",
0 commit comments