-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Key error when converting aggregate to YAML #251
Comments
I believe this is a variation of issue #175 and a symptom of #185, i.e., the problem is because currently we do not retrieve "built-in" types. This wouldn't be too difficult to do just for |
Grégoire, if I may ask, are you using both |
Yes after a little more research I saw #175 and guessed it was a similar problem. |
I'd like to offer some suggestions to your experts, but I think it would be best if we continue the conversation under #185, so I'll leave comments there. I'll leave this issue open for a while. |
Hi,
We have created the following aggregate which works well on its own:
However when performing dbtoyaml command we get the following error:
KeyError: ('public', 'sum_distinct_on', 'numeric, anyarray')
Any idea where it could come from ? Should we change something in the aggregate or is this an issue where Pyrseas ?
Cheers
The text was updated successfully, but these errors were encountered: