NickTick92 commented on issue #34700:
URL: https://github.com/apache/superset/issues/34700#issuecomment-3327241047

   Hello @betodealmeida and thank you for your input :) Seem like I don't have 
the permissions to reopen this issue.
   
   I've been trying a few things over the last few days and following the other 
issues here, but so far without success.
   Both the `5.0.0` tag and the `6.0.0rc1` & `6.0.0rc2` tags still have the 
problem of setting the ticks and schema in the query. 
   
   ```dockerfile
   FROM apache/superset:6.0.0rc2
   USER root
   
   ENV PYTHONPATH /app/pythonpath
   ENV SUPERSET_CONFIG_PATH /app/superset_config.py
   
   RUN . /app/.venv/bin/activate && \
       uv pip install \
       redis \
       psycopg2-binary \
       pinotdb \
   ```
   I've tried the suggested hacks like 
https://github.com/apache/superset/issues/34856#issuecomment-3225455138 but 
without success. How does the parser work? Do I need to execute any commands 
afterwards for the change to be recognized?
   
   <img width="1124" height="536" alt="Image" 
src="https://github.com/user-attachments/assets/03a14d9a-200a-4911-90fb-a41c4846cbe8";
 />
   


-- 
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]

Reply via email to