We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm trying to import a postgres table using the postgres connector, passig this json in the body:
{ "connector": { "provider": "postgres", "connection": { "server": "localhost", "port": "9000", "database": "pgdatabase", "username": "postgres", "password": "xxx" }, "schema": "some", "table": "some_table" } }
the response is "success": true but when I check the status I get:
"success": true
{ "id": "xxx", "user_id": "xxx", "table_id": null, "data_type": "datasource", "table_name": null, "state": "failure", "error_code": 1501, "queue_id": "xxx", "tables_created_count": null, "synchronization_id": null, "type_guessing": true, "quoted_fields_guessing": true, "content_guessing": false, "create_visualization": false, "visualization_id": null, "user_defined_limits": "{\"twitter_credits_limit\":0}", "get_error_text": { "title": "Connectors disabled", "what_about": "The type of connector you were trying to use is not enabled", "source": "user" }, "display_name": "xxx", "success": false, "original_url": "", "warnings": null, "is_raster": false }
Thanks.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Hi, I'm trying to import a postgres table using the postgres connector, passig this json in the body:
the response is
"success": true
but when I check the status I get:Thanks.
The text was updated successfully, but these errors were encountered: