mirror of
https://github.com/apache/superset.git
synced 2026-04-11 20:37:16 +00:00
* setup docusaurus
* rename
* add introduction content
* chore(docsV2): move content from docs to docsV2 (#17714)
* add FAQs and contribution pages
* chore: add api, security, and roadmap pages, include swaggerui in dependency for api page
* chore: move api page header below imports
* chore: change API page info alert to use built in Infima class instead of custom class
Co-authored-by: Corbin Robb <corbin@Corbins-MacBook-Pro.local>
* chore(docs-v2): moving more markdown content to new documentation site (#17736)
* chore: move markdown content and images for docs installation directory to docs-v2
* chore: move docs miscellaneous directory content to docs-v2
* chore(docs-v2): move over connecting to databases content and rename some files to .mdx
Co-authored-by: Corbin Robb <corbin@Corbins-MacBook-Pro.local>
* Update styling and logo (#17990)
* update styling
* update colors
* chore(docs-v2): remove blog and tutorial and update some styling (#17929)
* add superset logo and favicon, change styles to better match current docs, add prettierrc
* change file types to mdx
* Add simple superset dark mode freindly logo
* clean up default pages - blog and tutorial docs
Co-authored-by: Corbin Robb <corbin@Corbins-MacBook-Pro.local>
* Chore: moving charts and dashboard to docusaurus (#18036)
* add contributing add creating charts and dashboards
* delete extra images
* update rat-excludes
* Port homepage (#18115)
* Port community page (#18128)
* chore: add seo redirects for Docs v@ (#18092)
* fix: handle null values in time-series table (#18039)
* cleanup column_type_mappings (#17569)
Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
* important change to MakeFile (#18037)
* Update superset-e2e.yml (#18041)
* Revert "Update superset-e2e.yml (#18041)" (#18051)
This reverts commit b5652739c9.
* feat: Trino Authentications (#17593)
* feat: support Trino Authentications
Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
* docs: Trino Authentications
Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
* chore(supeset.utils.core): move all database utils to database utils module (#18058)
* chore(plugin-chart-echarts): add types to controls (#18059)
* fix(generator): more cleanup to plugin framework (#18027)
* fix(generator): more cleanup to plugin framework
* fix typo and package name
* add docs
* fix typo
* Update superset-frontend/webpack.config.js
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
* fix generator reference
* add steps to tutorial and fix package version
* refine docs/readme
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
* feat(advanced analytics): support groupby in resample (#18045)
* fix(dashboard): scope of nativefilter not update (#18048)
* fix(generator): add lockfile and fix styling issues (#18073)
* fix(generator): add lockfile and fix styling issues
* fix margins and remove redundant scroll
* update tutorial
* refactor(sql_lab): SQL Lab Persistent Saved State (#17771)
* a lot of console logs
* testing
* test
* added saved_query to remoteId
* created useEffect so that title properly changes in modal
* Update superset-frontend/src/SqlLab/actions/sqlLab.js
Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com>
Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com>
* refactor(example_data): replace the way the birth_names data is loaded to DB (#18060)
* refactor: replace the way the birth_names data is loaded to DB
* fix failed unit test
* fix failed unit test
* fix failed tests
* fix pass wrong flag of support datetime type
* remove unused fixture
* feat: add chart description in info tooltip (#17207)
* feat: add chart list description
* fix: text overflow
* fix: text-overflow with line-height
* Correction of proper names format in README (#18087)
* chore: added SEO routes
* fix can't use examples helpers on non app context based environment (#18086)
* chore: split CLI into multiple files (#18082)
* chore: split CLI into multiple files
* Update tests
* Who fixes the fixtures?
* Add subcommands dynamically
* Rebase
* fix misspelling (#18097)
* refactor: sqleditorleftbar to functional (#17807)
* Working on converting sqleditorleftbar to functional component
* Creating draft PR to address bug
* Still working on solving re rendering bug
* infinite rerender fix
* Creating draft PR to address bug
* Cleaning up in preparation for push
* Made changes suggested by Elizabeth
* Fixed issues as per Lindsey's comment
Co-authored-by: Arash <arash.afghahi@gmail.com>
* fix rat excludes and headers
* fix(docs): fix path of image for "Create New Chart" (#18089)
* Migrate Checkbox story to tsx - see #18100 (#18101)
Looks good!
* refactor: migrate RowCountLabel to TypeScript & added story (#18105)
* enable superbook for explore component
* migrate RowCountLabel to TypeScript
* add storybook for RowCountLabel
* fix: logging warning on dataframe (don't use python's warnings) (#18111)
* fix: logging warning on dataframe (don't use python's warnings)
* lint
* update changelog and updating for 1.4.0 (#18083)
* feat: Adds a key-value endpoint to store charts form data (#17882)
* feat: Adds a key-value endpoint to store charts form data
* Fixes linting problems
* Removes the query_params from the endpoints
* Refactors the commands
* Removes unused imports
* Changes the parameters to use dataclass
* Adds more access tests
* Gets the first dataset while testing
* Adds unit tests for the check_access function
* Changes the can_access check
* Always check for dataset access
* fix(explore): fix chart embed code modal glitch (#17843)
* feat(plugin-chart-echarts): support non-timeseries x-axis (#17917)
* feat(plugin-chart-echarts): support non-timeseries x-axis
* fix tests
* change formula return type from Date to number
* add x_axis test coverage
* rename func and improve coverage
* add x-axis control to bar chart
* remove redundant console.log
* fix description
* make x-axis control mandatory
* 🙃
* fix x-axis formatter
* fix showValues
* fix implicit rDTTM_ALIAS references in postProcessing
* replace TIME_COLUMN with DTTM_ALIAS
* fix remaining implicit indexes
* fix: Disable filtering on wide result sets (#18021)
* fix: handle null values in time-series table (#18039)
* cleanup column_type_mappings (#17569)
Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
* important change to MakeFile (#18037)
* add missing is_timeseries to pivot op
Co-authored-by: Erik Ritter <erik.ritter@airbnb.com>
Co-authored-by: Grace Guo <grace.guo@airbnb.com>
Co-authored-by: Đặng Minh Dũng <dungdm93@live.com>
Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com>
* feat(country-map): added new countries in country-chart-map (#18081)
* chore: migrating storybook jsx to typescript #18100 (#18133)
* Migrating storybook jsx to typescript #18100
* Migrating storybook jsx to typescript
Co-authored-by: Jayakrishnan Karolil <jayakrishnan.karolil@nielsen.com>
* feat(annotation): add toast feedback to annotation templates (#18116)
* feat(dashboard): add toast feedback to dashboard actions (#18114)
* feat(explore): more toast feedback on user actions in Explore (#18108)
* feat(explore): add toasts feedback when user copies chart url
* Show toast message when updating chart properties
* Change toast type to success when saving chart
* Use success toast from props
* Fix tests
* Use withToasts instead of dispatch
* Use PropertiesModalProps instead of any
* Docs: fix typo (#18125)
* fix: undefined error when adding extra sequential color scheme (#18152)
* feat: allow assets to be managed externally (#18093)
* feat: allow assets to be managed externally
* Use server_default
* chore: use pkg_resources for cleaner config (#18130)
* refactor: Moves the Explore form_data endpoint (#18151)
* refactor: Moves the Explore form_data endpoint
* Removes unused imports
* Fixes openapi schema error
* Fixes typo
* Renames and UPDATING.md
Co-authored-by: Grace Guo <grace.guo@airbnb.com>
Co-authored-by: Đặng Minh Dũng <dungdm93@live.com>
Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com>
Co-authored-by: Hugh A. Miles II <hughmil3s@gmail.com>
Co-authored-by: ofekisr <35701650+ofekisr@users.noreply.github.com>
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
Co-authored-by: Yongjie Zhao <yongjie.zhao@gmail.com>
Co-authored-by: Stephen Liu <750188453@qq.com>
Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com>
Co-authored-by: Adam Dobrawy <ad-m@users.noreply.github.com>
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
Co-authored-by: Emily Wu <86927881+em0227@users.noreply.github.com>
Co-authored-by: Josue Lugaro <82119536+JosueLugaro@users.noreply.github.com>
Co-authored-by: Arash <arash.afghahi@gmail.com>
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
Co-authored-by: Daniel Vaz Gaspar <danielvazgaspar@gmail.com>
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
Co-authored-by: Erik Ritter <erik.ritter@airbnb.com>
Co-authored-by: Hammad-Raza <hammadraza42@hotmail.com>
Co-authored-by: jayakrishnankk <kk.jayakrishnan@gmail.com>
Co-authored-by: Jayakrishnan Karolil <jayakrishnan.karolil@nielsen.com>
Co-authored-by: Farid Rener <proteusvacuum@users.noreply.github.com>
* remove unneeded requirement
Co-authored-by: Corbin Robb <31329271+corbinrobb@users.noreply.github.com>
Co-authored-by: Corbin Robb <corbin@Corbins-MacBook-Pro.local>
Co-authored-by: Daniel W <61300812+The-hyphen-user@users.noreply.github.com>
Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
Co-authored-by: Srini Kadamati <skadamat@gmail.com>
Co-authored-by: Grace Guo <grace.guo@airbnb.com>
Co-authored-by: Đặng Minh Dũng <dungdm93@live.com>
Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com>
Co-authored-by: ofekisr <35701650+ofekisr@users.noreply.github.com>
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
Co-authored-by: Yongjie Zhao <yongjie.zhao@gmail.com>
Co-authored-by: Stephen Liu <750188453@qq.com>
Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com>
Co-authored-by: Adam Dobrawy <ad-m@users.noreply.github.com>
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
Co-authored-by: Emily Wu <86927881+em0227@users.noreply.github.com>
Co-authored-by: Josue Lugaro <82119536+JosueLugaro@users.noreply.github.com>
Co-authored-by: Arash <arash.afghahi@gmail.com>
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
Co-authored-by: Daniel Vaz Gaspar <danielvazgaspar@gmail.com>
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
Co-authored-by: Erik Ritter <erik.ritter@airbnb.com>
Co-authored-by: Hammad-Raza <hammadraza42@hotmail.com>
Co-authored-by: jayakrishnankk <kk.jayakrishnan@gmail.com>
Co-authored-by: Jayakrishnan Karolil <jayakrishnan.karolil@nielsen.com>
Co-authored-by: Farid Rener <proteusvacuum@users.noreply.github.com>
335 lines
8.4 KiB
Plaintext
335 lines
8.4 KiB
Plaintext
---
|
|
title: Issue Codes
|
|
sidebar_position: 3
|
|
version: 1
|
|
---
|
|
|
|
# Issue Code Reference
|
|
|
|
This page lists issue codes that may be displayed in
|
|
Superset and provides additional context.
|
|
|
|
## Issue 1000
|
|
|
|
```
|
|
The datasource is too large to query.
|
|
```
|
|
|
|
It's likely your datasource has grown too large to run the current
|
|
query, and is timing out. You can resolve this by reducing the
|
|
size of your datasource or by modifying your query to only process a
|
|
subset of your data.
|
|
|
|
## Issue 1001
|
|
|
|
```
|
|
The database is under an unusual load.
|
|
```
|
|
|
|
Your query may have timed out because of unusually high load on the
|
|
database engine. You can make your query simpler, or wait until the
|
|
database is under less load and try again.
|
|
|
|
## Issue 1002
|
|
|
|
```
|
|
The database returned an unexpected error.
|
|
```
|
|
|
|
Your query failed because of an error that occurred on the database.
|
|
This may be due to a syntax error, a bug in your query, or some other
|
|
internal failure within the database. This is usually not an
|
|
issue within Superset, but instead a problem with the underlying
|
|
database that serves your query.
|
|
|
|
## Issue 1003
|
|
|
|
```
|
|
There is a syntax error in the SQL query. Perhaps there was a misspelling or a typo.
|
|
```
|
|
|
|
Your query failed because of a syntax error within the underlying query. Please
|
|
validate that all columns or tables referenced within the query exist and are spelled
|
|
correctly.
|
|
|
|
## Issue 1004
|
|
|
|
```
|
|
The column was deleted or renamed in the database.
|
|
```
|
|
|
|
Your query failed because it is referencing a column that no longer exists in
|
|
the underlying datasource. You should modify the query to reference the
|
|
replacement column, or remove this column from your query.
|
|
|
|
## Issue 1005
|
|
|
|
```
|
|
The table was deleted or renamed in the database.
|
|
```
|
|
|
|
Your query failed because it is referencing a table that no longer exists in
|
|
the underlying database. You should modify your query to reference the correct
|
|
table.
|
|
|
|
## Issue 1006
|
|
|
|
```
|
|
One or more parameters specified in the query are missing.
|
|
```
|
|
|
|
Your query was not submitted to the database because it's missing one or more
|
|
parameters. You should define all the parameters referenced in the query in a
|
|
valid JSON document. Check that the parameters are spelled correctly and that
|
|
the document has a valid syntax.
|
|
|
|
## Issue 1007
|
|
|
|
```
|
|
The hostname provided can't be resolved.
|
|
```
|
|
|
|
The hostname provided when adding a new database is invalid and cannot be
|
|
resolved. Please check that there are no typos in the hostname.
|
|
|
|
## Issue 1008
|
|
|
|
```
|
|
The port is closed.
|
|
```
|
|
|
|
The port provided when adding a new database is not open. Please check that
|
|
the port number is correct, and that the database is running and listening on
|
|
that port.
|
|
|
|
## Issue 1009
|
|
|
|
```
|
|
The host might be down, and cannot be reached on the provided port.
|
|
```
|
|
|
|
The host provided when adding a new database doesn't seem to be up.
|
|
Additionally, it cannot be reached on the provided port. Please check that
|
|
there are no firewall rules preventing access to the host.
|
|
|
|
## Issue 1010
|
|
|
|
```
|
|
Superset encountered an error while running a command.
|
|
```
|
|
|
|
Something unexpected happened, and Superset encountered an error while
|
|
running a command. Please reach out to your administrator.
|
|
|
|
## Issue 1011
|
|
|
|
```
|
|
Superset encountered an unexpected error.
|
|
```
|
|
|
|
Something unexpected happened in the Superset backend. Please reach out
|
|
to your administrator.
|
|
|
|
## Issue 1012
|
|
|
|
```
|
|
The username provided when connecting to a database is not valid.
|
|
```
|
|
|
|
The user provided a username that doesn't exist in the database. Please check
|
|
that the username is typed correctly and exists in the database.
|
|
|
|
## Issue 1013
|
|
|
|
```
|
|
The password provided when connecting to a database is not valid.
|
|
```
|
|
|
|
The user provided a password that is incorrect. Please check that the
|
|
password is typed correctly.
|
|
|
|
## Issue 1014
|
|
|
|
```
|
|
Either the username or the password used are incorrect.
|
|
```
|
|
|
|
Either the username provided does not exist or the password was written incorrectly. Please
|
|
check that the username and password were typed correctly.
|
|
|
|
## Issue 1015
|
|
|
|
```
|
|
Either the database is spelled incorrectly or does not exist.
|
|
```
|
|
|
|
Either the database was written incorrectly or it does not exist. Check that it was typed correctly.
|
|
|
|
## Issue 1016
|
|
|
|
```
|
|
The schema was deleted or renamed in the database.
|
|
```
|
|
|
|
The schema was either removed or renamed. Check that the schema is typed correctly and exists.
|
|
|
|
## Issue 1017
|
|
|
|
```
|
|
The user doesn't have the proper permissions to connect to the database
|
|
```
|
|
|
|
We were unable to connect to your database. Please confirm that your service account has the Viewer and Job User roles on the project.
|
|
|
|
## Issue 1018
|
|
|
|
```
|
|
One or more parameters needed to configure a database are missing.
|
|
```
|
|
|
|
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.
|
|
|
|
## Issue 1019
|
|
|
|
```
|
|
The submitted payload has the incorrect format.
|
|
```
|
|
|
|
Please check that the request payload has the correct format (eg, JSON).
|
|
|
|
## Issue 1020
|
|
|
|
```
|
|
The submitted payload has the incorrect schema.
|
|
```
|
|
|
|
Please check that the request payload has the expected schema.
|
|
|
|
## Issue 1021
|
|
|
|
```
|
|
Results backend needed for asynchronous queries is not configured.
|
|
```
|
|
|
|
Your instance of Superset doesn't have a results backend configured, which is needed for asynchronous queries. Please contact an administrator for further assistance.
|
|
|
|
## Issue 1022
|
|
|
|
```
|
|
Database does not allow data manipulation.
|
|
```
|
|
|
|
Only `SELECT` statements are allowed against this database. Please contact an administrator if you need to run DML (data manipulation language) on this database.
|
|
|
|
## Issue 1023
|
|
|
|
```
|
|
CTAS (create table as select) doesn't have a SELECT statement at the end.
|
|
```
|
|
|
|
The last statement in a query run as CTAS (create table as select) MUST be a SELECT statement. Please make sure the last statement in the query is a SELECT.
|
|
|
|
## Issue 1024
|
|
|
|
```
|
|
CVAS (create view as select) query has more than one statement.
|
|
```
|
|
|
|
When running a CVAS (create view as select) the query should have a single statement. Please make sure the query has a single statement, and no extra semi-colons other than the last one.
|
|
|
|
## Issue 1025
|
|
|
|
```
|
|
CVAS (create view as select) query is not a SELECT statement.
|
|
```
|
|
|
|
When running a CVAS (create view as select) the query should be a SELECT statement. Please make sure the query has a single statement and it's a SELECT statement.
|
|
|
|
## Issue 1026
|
|
|
|
```
|
|
Query is too complex and takes too long to run.
|
|
```
|
|
|
|
The submitted query might be too complex to run under the time limit defined by your Superset administrator. Please double check your query and verify if it can be optimized. Alternatively, contact your administrator to increase the timeout period.
|
|
|
|
## Issue 1027
|
|
|
|
```
|
|
The database is currently running too many queries.
|
|
```
|
|
|
|
The database might be under heavy load, running too many queries. Please try again later, or contact an administrator for further assistance.
|
|
|
|
## Issue 1028
|
|
|
|
```
|
|
One or more parameters specified in the query are malformatted.
|
|
```
|
|
|
|
The query contains one or more malformed template parameters. Please check your query and confirm that all template parameters are surround by double braces, for example, "{{ ds }}". Then, try running your query again.
|
|
|
|
## Issue 1029
|
|
|
|
```
|
|
The object does not exist in this database.
|
|
```
|
|
|
|
Either the schema, column, or table do not exist in the database.
|
|
|
|
## Issue 1030
|
|
|
|
```
|
|
The query potentially has a syntax error.
|
|
```
|
|
|
|
The query might have a syntax error. Please check and run again.
|
|
|
|
## Issue 1031
|
|
|
|
```
|
|
The results backend no longer has the data from the query.
|
|
```
|
|
|
|
The results from the query might have been deleted from the results backend after some period. Please re-run your query.
|
|
|
|
## Issue 1032
|
|
|
|
```
|
|
The query associated with the results was deleted.
|
|
```
|
|
|
|
The query associated with the stored results no longer exists. Please re-run your query.
|
|
|
|
## Issue 1033
|
|
|
|
```
|
|
The results stored in the backend were stored in a different format, and no longer can be deserialized.
|
|
```
|
|
|
|
The query results were stored in a format that is no longer supported. Please re-run your query.
|
|
|
|
## Issue 1034
|
|
|
|
```
|
|
The database port provided is invalid.
|
|
```
|
|
|
|
Please check that the provided database port is an integer between 0 and 65535 (inclusive).
|
|
|
|
## Issue 1035
|
|
|
|
```
|
|
Failed to start remote query on a worker.
|
|
```
|
|
|
|
The query was not started by an asynchronous worker. Please reach out to your administrator for further assistance.
|
|
|
|
## Issue 1036
|
|
|
|
```
|
|
The database was deleted.
|
|
```
|
|
|
|
The operation failed because the database referenced no longer exists. Please reach out to your administrator for further assistance.
|