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
I noticed that in the latest Citus documentation for the create_time_partitions() function under Citus Utility Functions that when I followed the example, my code wasn't creating time partitions properly. I realized that I was missing the SQL INTERVAL keyword, and when I checked the example in the documentation, it was also missing the keyword.