ypandey-fluidata commented on issue #37129:
URL: https://github.com/apache/superset/issues/37129#issuecomment-3749275485

   #Dockerfile
   
   COPY frontend_overrides/native_filters/index.tsx \
     src/dashboard/components/nativeFilters/FilterBar/index.tsx
   
   RUN npm ci
   RUN npm run build
   
   FROM apache/superset:6.0.0
   
   USER root
   
   RUN pip install --no-cache-dir psycopg2-binary
   
   COPY --from=frontend-builder \
     /superset/superset/static/assets \
     /app/superset/static/assets
   
   USER superset
   
   ----
   The above code is used to change the clear all functionality and rebuild the 
superset image. I need help with the proper src path of 
[BigNumberViz.tsx](https://github.com/user-attachments/files/24611197/BigNumberViz.tsx)
 to override it in the actual image creation.


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