HTTP 500 Error: Issue with org_level_billing Field in organization Table #55865
Unanswered
lidija9
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am encountering an HTTP 500 error when trying to log in to Airbyte. The error message suggests an issue with reading the org_level_billing field from the organization table in the SQL query. The exact error message is as follows
"message": "Internal Server Error: SQL [select * from "public"."organization" left outer join "public"."sso_config" on "public"."organization"."id" = "public"."sso_config"."organization_id" where "public"."organization"."id" = cast(? as uuid)]; Error while reading field: "public"."organization"."org_level_billing", at JDBC index: 8",
I do not see a column for org_level_billing in the organization table in the database.
This field is also not listed in the official Airbyte documentation under Database Data Catalog.
Please advise how I can resolve this issue.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions