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
However when I try to test the contract, I receive this error:
It seems the YAML is correctly parsed, and case of the table name (PaymentLinksV1) is correctly retained - but then in the error message (relation does not exist) the table name is shown lowercase.
It looks like the table is not found because at some point the tablename is converted to lowercase. I suggest this because if I try this same test with a postgres table that has a lowercase-only name, I don't have this problem.
I would appreciate advice on this, if it's an issue or something I've missed. If the answer is just to only use lowercase table names then that's an option too.
The text was updated successfully, but these errors were encountered:
I have the following in my data contract:
However when I try to test the contract, I receive this error:
It seems the YAML is correctly parsed, and case of the table name (PaymentLinksV1) is correctly retained - but then in the error message (relation does not exist) the table name is shown lowercase.
It looks like the table is not found because at some point the tablename is converted to lowercase. I suggest this because if I try this same test with a postgres table that has a lowercase-only name, I don't have this problem.
I would appreciate advice on this, if it's an issue or something I've missed. If the answer is just to only use lowercase table names then that's an option too.
The text was updated successfully, but these errors were encountered: