You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance smart generation and profiling with stable column ordering (#31)
- Introduced column order preservation in smart generation processes, ensuring that generated fields maintain their DDL order.
- Added functionality to hydrate column order from ClickHouse, improving the stability of column arrangements during profiling.
- Updated serialization and deserialization processes to include column order, allowing for consistent handling of column arrangements across different operations.
- Implemented cache invalidation for user sessions post-model generation to ensure immediate updates in Explore/Meta requests.
This update improves the reliability and predictability of column handling in generated models.
0 commit comments