betodealmeida commented on a change in pull request #17600:
URL: https://github.com/apache/superset/pull/17600#discussion_r759640507
##########
File path: superset/charts/commands/importers/v1/__init__.py
##########
@@ -96,10 +96,5 @@ def _import(
}
)
config["params"].update({"datasource": dataset.uid})
- if config["query_context"]:
Review comment:
We need to delete query_context if it exists:
```python
# fix old exports before PR
if config["query_context"]:
config["query_context"] = None
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]