Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upShow a helpful error message when trying to execute queries detached from a data source #4608
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


When a data source gets deleted, it's queries are still accessible (detailed explanation can be found in #4336) but they error out due to
data_sourcebeing None.We should provide a helpful error message there (perhaps by raising
QueryDetachedFromDataSourceError).