Skip to content
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 full templating in YAML connector properties #5630

Merged
merged 3 commits into from
Sep 6, 2024

Conversation

begelundmuller
Copy link
Contributor

This PR adds supports for arbitrary templating in connector properties defined in a YAML file with type: connector. Originally we avoided this due to the performance implications, but it has now become necessary. If we find performance issues, we will need to investigate caching for resolved connector properties.

Among other things, this is needed to support user-specified DuckDB native secrets with boot_queries that reference other variables (such as S3 credentials).

runtime/connections.go Outdated Show resolved Hide resolved
@k-anshul k-anshul merged commit 2ab735f into main Sep 6, 2024
10 checks passed
@k-anshul k-anshul deleted the begelundmuller/full-templating-connector-props branch September 6, 2024 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants