2021-07-28 07:44:04 +00:00
|
|
|
{"unpublishedDefaultPageName":"PostgreSQL","datasourceList":[{"new":true,"invalids":[],"pluginId":"amazons3-plugin","isValid":true,"name":"AmazonS3","userPermissions":["execute:datasources","manage:datasources","read:datasources"],"datasourceConfiguration":{"sshProxyEnabled":false,"endpoints":[{"host":""}],"properties":[{"value":"ap-south-1"},{"value":"amazon-s3","key":"s3Provider"},{"value":"","key":"customRegion"}]},"structure":{}},{"new":true,"invalids":[],"pluginId":"firestore-plugin","isValid":true,"name":"FBTemplateDB","userPermissions":["execute:datasources","manage:datasources","read:datasources"],"datasourceConfiguration":{"sshProxyEnabled":false,"url":"https://firebase-crud-template.firebaseio.com"},"structure":{}},{"new":true,"invalids":[],"pluginId":"google-sheets-plugin","isValid":true,"name":"Google Sheet","userPermissions":["execute:datasources","manage:datasources","read:datasources"],"datasourceConfiguration":{"sshProxyEnabled":false},"structure":{}},{"new":true,"invalids":[],"pluginId":"postgres-plugin","isValid":true,"name":"Internal DB","userPermissions":["execute:datasources","manage:datasources","read:datasources"],"datasourceConfiguration":{"sshProxyEnabled":false,"endpoints":[{"port":5432,"host":"fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com"}],"connection":{"mode":"READ_WRITE","ssl":{"authType":"DEFAULT"}}},"structure":{"tables":[{"schema":"public","columns":[{"defaultValue":"nextval('active_app_report_id_seq'::regclass)","name":"id","type":"int4"},{"name":"active_app","type":"text"},{"name":"num_api_calls","type":"int8"},{"name":"date","type":"text"},{"name":"report_type","type":"text"},{"name":"app_id","type":"text"}],"keys":[{"columnNames":["id"],"name":"active_app_report_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"active_app_report\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"active_app_report\" (\"active_app\", \"num_api_calls\", \"date\", \"report_type\", \"app_id\")\n VALUES ('', 1, '', '', '');"},{"title":"UPDATE","body":"UPDATE public.\"active_app_report\" SET\n \"active_app\" = ''\n \"num_api_calls\" = 1\n \"date\" = ''\n \"report_type\" = ''\n \"app_id\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"active_app_report\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.active_app_report","type":"TABLE"},{"schema":"public","columns":[{"defaultValue":"nextval('audit_logs_id_seq'::regclass)","name":"id","type":"int4"},{"name":"date","type":"timestamptz"},{"name":"appId","type":"text"},{"name":"appName","type":"text"},{"name":"orgId","type":"text"},{"name":"actionName","type":"text"},{"name":"userId","type":"text"},{"name":"pageId","type":"text"},{"name":"insert_id","type":"text"},{"name":"pageName","type":"text"},{"name":"req","type":"json"}],"keys":[{"columnNames":["id"],"name":"audit_logs_pkey","type":"primary key"}],"templates":[{"title":"SELECT","body":"SELECT * FROM public.\"audit_logs\" LIMIT 10;"},{"title":"INSERT","body":"INSERT INTO public.\"audit_logs\" (\"date\", \"appId\", \"appName\", \"orgId\", \"actionName\", \"userId\", \"pageId\", \"insert_id\", \"pageName\", \"req\")\n VALUES (TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET', '', '', '', '', '', '', '', '', '');"},{"title":"UPDATE","body":"UPDATE public.\"audit_logs\" SET\n \"date\" = TIMESTAMP WITH TIME ZONE '2019-07-01 06:30:00 CET'\n \"appId\" = ''\n \"appName\" = ''\n \"orgId\" = ''\n \"actionName\" = ''\n \"userId\" = ''\n \"pageId\" = ''\n \"insert_id\" = ''\n \"pageName\" = ''\n \"req\" = ''\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may update every row in the table!"},{"title":"DELETE","body":"DELETE FROM public.\"audit_logs\"\n WHERE 1 = 0; -- Specify a valid condition here. Removing the condition may delete everything in the table!"}],"name":"public.audit_logs","type":"TABL
|