-
Notifications
You must be signed in to change notification settings - Fork 282
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
unable to use env variable in connection resource: Function calls not allowed #4433
Comments
Hey @0xADD1E it seems like Steampipe connections do not support functions currently. The issue and the fix you have tagged are related to Flowpipe and not Steampipe. Flowpipe credentials currently support functions. Hence I'm transferring this issue to the steampipe repo and marking it as a new Feature Request. This will be a good addition and we will work on it. Thanks for bringing this to our attention. 😊 |
Hey @pskrbasu - apologies for the confusion, |
Hey @0xADD1E You are correct that Steampipe connection parsing happens in pipe-fittings. However the connection structure of Steampipe connections and Flowpipe/Powerpipe connections (PipelingConnections) is different - thus there is a different set of parsing code. This this problem is Steampipe specific. At present the Steampipe connection parsing code does not support functions. This is more a for historical reasons rather than any technical reason and I certainly think it's reasonable to add this support. I don't foresee issues buit let me take a look into it |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Further to turbot/pipe-fittings#149 (and the fix turbot/pipe-fittings#150)
It would be beneficial in some cases to be able to setup steampipe connection resources as follows
but when attempting to run, this yields
Version info: Steampipe v1.0.0 on arm64 macOS 15.1 (24B82)
The text was updated successfully, but these errors were encountered: