-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[receiver/sqlqueryreceiver]: break up datasource
parameter into separate fields
#39762
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
[receiver/sqlqueryreceiver]: break up datasource
parameter into separate fields
#39762
Conversation
|
451b0c0
to
67d4161
Compare
datasource
parameter into structdatasource
parameter into struct
@dmitryax @crobert-1 Originally, I converted the |
3cbfc3c
to
a9cad77
Compare
datasource
parameter into structdatasource_config
parameter
datasource_config
parameterdatasource_config
parameter
47b940e
to
fcf6f8f
Compare
This URL: https://blogs.oracle.com/developers/post/connecting-a-go-application-to-oracle-database in |
6d11cf9
to
ba3feb5
Compare
ba3feb5
to
9ce48f0
Compare
fa6e884
to
bb772e2
Compare
8e66f70
to
023c902
Compare
@crobert-1 Good to merge? |
@crobert-1 I'm not authorized to push this branch, could I have you push this? Thanks! |
Only contrib maintainers have permission to merge PRs, I don't have permission either. I've added the |
Ahh gotcha, thanks! |
Description
datasource
parameter. Sends values to receiver separately in order to process them separately.datasource
is not specified, the individual fields are used.Link to tracking issue
Fixes #39760
Testing
Documentation