cemremengu commented on PR #19421:
URL: https://github.com/apache/superset/pull/19421#issuecomment-1104190086
There is another one @ktmud not sure about the fix yet:
```
>> Run postprocessing on 41 datasets
Process dataset 1~41...
File "<string>", line 8, in run_migrations
File
"/usr/local/lib/python3.8/site-packages/alembic/runtime/environment.py", line
813, in run_migrations
self.get_context().run_migrations(**kw)
File
"/usr/local/lib/python3.8/site-packages/alembic/runtime/migration.py", line
561, in run_migrations
step.migration_fn(**kw)
File
"/app/superset/migrations/versions/a9422eeaae74_new_dataset_models_take_2.py",
line 887, in upgrade
postprocess_datasets(session)
File
"/app/superset/migrations/versions/a9422eeaae74_new_dataset_models_take_2.py",
line 581, in postprocess_datasets
quoted_expression = get_identifier_quoter(drivername)(expression)
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py",
line 3700, in quote
if self._requires_quotes(ident):
File "/usr/local/lib/python3.8/site-packages/sqlalchemy/sql/compiler.py",
line 3613, in _requires_quotes
or value[0] in self.illegal_initial_characters
IndexError: string index out of range
```
--
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]