-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support generating types for foreign tables #560
Comments
If you can access the underlying Postgres database, you should be able to run Kanel on it. |
It looks like |
Ah they're foreign tables, right. Those are not supported at the moment, that's correct. |
@kristiandupont, such feature is of interest for an upcoming project I'll be joining. I'm currently assessing this tool and it's pretty cool. I'd like to help develop this feature. Is it being tracked in any roadmap? How can I contribute? |
It ought to be fairly simple, actually. There is no roadmap or anything like that but I am assuming you would want a foreign table to create types exactly like regular tables? |
I'm using steampipe as a way to query cloud apis using sql.
Steampipe use postgresql behind the scene (see https://steampipe.io/docs/develop/overview).
Sadly it looks like kanel is not able to generate types from steampipe foreign tables.
The text was updated successfully, but these errors were encountered: