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
Add ability to configure plugin startup timeout. (#4320)
Install FDW and embedded postgres database from GHCR instead of GCP. (#4344)
Update query JSON output format to add a columns property containing the column information. This allows us to handle duplicate column names by appending a unique suffix to duplicate column name (#4317)
Changelog
Whats new
columns
property containing the column information. This allows us to handle duplicate column names by appending a unique suffix to duplicate column name (#4317)Existing query JSON format:
New query JSON format(with new
columns
property):Bug fixes
Checklist
The text was updated successfully, but these errors were encountered: