blob: 2d2663acd452248e0e9cb9b8ac4a9bac166512eb [file] [log] [blame]
{"version":3,"sources":["webpack:///./src/pages/docs/Miscellaneous/issue_codes.mdx"],"names":["_frontmatter","layoutProps","MDXLayout","DefaultLayout","MDXContent","components","props","mdxType","parentName","isMDXComponent"],"mappings":"0PAQaA,G,UAAe,S,8NAC5B,IAAMC,EAAc,CAClBD,gBAEIE,EAAYC,IACH,SAASC,EAAT,GAGZ,IAFDC,EAEC,EAFDA,WACGC,EACF,8BACD,OAAO,YAACJ,EAAD,eAAeD,EAAiBK,EAAhC,CAAuCD,WAAYA,EAAYE,QAAQ,cAG5E,iBAAQ,CACN,GAAM,wBADR,wBAGA,wHAEA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMC,WAAW,OAAU,IAA3B,4CAEL,uPAIA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,6CAEL,6MAGA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,iDAEL,sUAKA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,2FAEL,2MAGA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,yDAEL,2OAGA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,wDAEL,6LAGA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,iEAEL,sSAIA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,+CAEL,mKAEA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,0BAEL,+LAGA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,0EAEL,oOAGA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,6DAEL,2JAEA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,gDAEL,wHAEA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,wEAEL,wKAEA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,wEAEL,4HAEA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,8DAEL,gLAEA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,oEAEL,6HACA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,yDAEL,uHACA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,8EAEL,+JACA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,yEAEL,kLACA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,sDAEL,iGACA,iBAAQ,CACN,GAAM,cADR,cAGA,uBAAK,gCAAMA,WAAW,OAAU,IAA3B,sDAEL,6F,4NAKJJ,EAAWK,gBAAiB","file":"component---src-pages-docs-miscellaneous-issue-codes-mdx-52d7b0c69adf0d42d8a4.js","sourcesContent":["import * as React from 'react'\n /* @jsx mdx */\nimport { mdx } from '@mdx-js/react';\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\n\nimport DefaultLayout from \"/home/runner/work/superset/superset/docs/node_modules/gatsby-theme-docz/src/base/Layout.js\";\nexport const _frontmatter = {};\nconst layoutProps = {\n _frontmatter\n};\nconst MDXLayout = DefaultLayout;\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n\n <h1 {...{\n \"id\": \"issue-code-reference\"\n }}>{`Issue Code Reference`}</h1>\n <p>{`This page lists issue codes that may be displayed in\nSuperset and provides additional context.`}</p>\n <h2 {...{\n \"id\": \"issue-1000\"\n }}>{`Issue 1000`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The datasource is too large to query.\n`}</code></pre>\n <p>{`It's likely your datasource has grown too large to run the current\nquery, and is timing out. You can resolve this by reducing the\nsize of your datasource or by modifying your query to only process a\nsubset of your data.`}</p>\n <h2 {...{\n \"id\": \"issue-1001\"\n }}>{`Issue 1001`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The database is under an unusual load.\n`}</code></pre>\n <p>{`Your query may have timed out because of unusually high load on the\ndatabase engine. You can make your query simpler, or wait until the\ndatabase is under less load and try again.`}</p>\n <h2 {...{\n \"id\": \"issue-1002\"\n }}>{`Issue 1002`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The database returned an unexpected error.\n`}</code></pre>\n <p>{`Your query failed because of an error that occurred on the database.\nThis may be due to a syntax error, a bug in your query, or some other\ninternal failure within the database. This is usually not an\nissue within Superset, but instead a problem with the underlying\ndatabase that serves your query.`}</p>\n <h2 {...{\n \"id\": \"issue-1003\"\n }}>{`Issue 1003`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.\n`}</code></pre>\n <p>{`Your query failed because of a syntax error within the underlying query. Please\nvalidate that all columns or tables referenced within the query exist and are spelled\ncorrectly.`}</p>\n <h2 {...{\n \"id\": \"issue-1004\"\n }}>{`Issue 1004`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The column was deleted or renamed in the database.\n`}</code></pre>\n <p>{`Your query failed because it is referencing a column that no longer exists in\nthe underlying datasource. You should modify the query to reference the\nreplacement column, or remove this column from your query.`}</p>\n <h2 {...{\n \"id\": \"issue-1005\"\n }}>{`Issue 1005`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The table was deleted or renamed in the database.\n`}</code></pre>\n <p>{`Your query failed because it is referencing a table that no longer exists in\nthe underlying database. You should modify your query to reference the correct\ntable.`}</p>\n <h2 {...{\n \"id\": \"issue-1006\"\n }}>{`Issue 1006`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`One or more parameters specified in the query are missing.\n`}</code></pre>\n <p>{`Your query was not submitted to the database because it's missing one or more\nparameters. You should define all the parameters referenced in the query in a\nvalid JSON document. Check that the parameters are spelled correctly and that\nthe document has a valid syntax.`}</p>\n <h2 {...{\n \"id\": \"issue-1007\"\n }}>{`Issue 1007`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The hostname provided can't be resolved.\n`}</code></pre>\n <p>{`The hostname provided when adding a new database is invalid and cannot be\nresolved. Please check that there are no typos in the hostname.`}</p>\n <h2 {...{\n \"id\": \"issue-1008\"\n }}>{`Issue 1008`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The port is closed.\n`}</code></pre>\n <p>{`The port provided when adding a new database is not open. Please check that\nthe port number is correct, and that the database is running and listening on\nthat port.`}</p>\n <h2 {...{\n \"id\": \"issue-1009\"\n }}>{`Issue 1009`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The host might be down, and cannot be reached on the provided port.\n`}</code></pre>\n <p>{`The host provided when adding a new database doesn't seem to be up.\nAdditionally, it cannot be reached on the provided port. Please check that\nthere are no firewall rules preventing access to the host.`}</p>\n <h2 {...{\n \"id\": \"issue-1010\"\n }}>{`Issue 1010`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`Superset encountered an error while running a command.\n`}</code></pre>\n <p>{`Something unexpected happened, and Superset encountered an error while\nrunning a command. Please reach out to your administrator.`}</p>\n <h2 {...{\n \"id\": \"issue-1011\"\n }}>{`Issue 1011`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`Superset encountered an unexpected error.\n`}</code></pre>\n <p>{`Something unexpected happened in the Superset backend. Please reach out\nto your administrator.`}</p>\n <h2 {...{\n \"id\": \"issue-1012\"\n }}>{`Issue 1012`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The username provided when connecting to a database is not valid.\n`}</code></pre>\n <p>{`The user provided a username that doesn't exist in the database. Please check\nthat the username is typed correctly and exists in the database.`}</p>\n <h2 {...{\n \"id\": \"issue-1013\"\n }}>{`Issue 1013`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The password provided when connecting to a database is not valid.\n`}</code></pre>\n <p>{`The user provided a password that is incorrect. Please check that the\npassword is typed correctly.`}</p>\n <h2 {...{\n \"id\": \"issue-1014\"\n }}>{`Issue 1014`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`Either the username or the password used are incorrect.\n`}</code></pre>\n <p>{`Either the username provided does not exist or the password was written incorrectly. Please\ncheck that the username and password were typed correctly.`}</p>\n <h2 {...{\n \"id\": \"issue-1015\"\n }}>{`Issue 1015`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`Either the database is spelled incorrectly or does not exist.\n`}</code></pre>\n <p>{`Either the database was written incorrectly or it does not exist. Check that it was typed correctly.`}</p>\n <h2 {...{\n \"id\": \"issue-1016\"\n }}>{`Issue 1016`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The schema was deleted or renamed in the database.\n`}</code></pre>\n <p>{`The schema was either removed or renamed. Check that the schema is typed correctly and exists.`}</p>\n <h2 {...{\n \"id\": \"issue-1017\"\n }}>{`Issue 1017`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The user doesn't have the proper permissions to connect to the database\n`}</code></pre>\n <p>{`We were unable to connect to your database. Please confirm that your service account has the Viewer and Job User roles on the project.`}</p>\n <h2 {...{\n \"id\": \"issue-1018\"\n }}>{`Issue 1018`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`One or more parameters needed to configure a database are missing.\n`}</code></pre>\n <p>{`Not all parameters required to test, create, or edit a database were present. Please double check which parameters are needed, and that they are present.`}</p>\n <h2 {...{\n \"id\": \"issue-1019\"\n }}>{`Issue 1019`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The submitted payload has the incorrect format.\n`}</code></pre>\n <p>{`Please check that the request payload has the correct format (eg, JSON).`}</p>\n <h2 {...{\n \"id\": \"issue-1020\"\n }}>{`Issue 1020`}</h2>\n <pre><code parentName=\"pre\" {...{}}>{`The submitted payload has the incorrect schema.\n`}</code></pre>\n <p>{`Please check that the request payload has the expected schema.`}</p>\n\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;\n "],"sourceRoot":""}