-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Reject property names with dot #17241
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
Reject property names with dot #17241
Conversation
Property name cannot contain a dot. This is especially true for session property names transferred as HTTP headers, but applies to schema, table and column properties as well. Properties with a dot were not usable.
|
thanks @wweiss-starburst for reporting this |
Add a unit test for BigQuery plugin setup. The credentials key is verbatim copy from product test environment.
fe5940f to
102e5aa
Compare
102e5aa to
8975aad
Compare
|
Does this need release notes? I don't think so, but want to be sure... @findepi |
|
it does not |
|
Do you remember what problems properties with dots were causing, besides the misspelled property fixed in this PR? I'm considering using the |
For catalog session property the syntax is: For global session properties the syntax is: Now with global session property with |
No description provided.