-
Notifications
You must be signed in to change notification settings - Fork 8
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
feature(fivetran_sdk): Add support for DataType Param #45
feature(fivetran_sdk): Add support for DataType Param #45
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I requested one change but looks good otherwise
}, | ||
"campaign": { | ||
"columns": { | ||
"name": "STRING", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep this one like this to show that byte length is optional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
* added support for decimal params * incorporate comment
* added support for decimal params * incorporate comment
* added support for decimal params * incorporate comment
* Changes to interfaces * fix(partner-sdk): updated the go example with the new proto changes (#35) * fix(partner-sdk): updated the go example with new proto changes * fix(partner-sdk): re-formatted the code * feature(partner_sdk): fix python destination examples as per updated proto files (#34) * fix python destination example * fixed tester issue * feature(partner_sdk): fix java examples as per updated proto files (#33) * fix(partner-sdk): updated the python example with updated proto interface (#38) * fix(partner-sdk): updated the python example with updated proto interface * fix(python-example): refactored the code * fix(python-example): added field as part of kwargs * fix(partner_sdk): change proto version to v2 (#39) * feature(partner_sdk): add example for max value in destination capabilities (#41) * feature(fivetran_sdk): Add support for DataType Param (#45) * added support for decimal params * incorporate comment * add max value example for python destination (#48) * Separated proto updates files into v2 files (#47) * separated updated proto files into v2, updated build files * updated the README file * addressed requested changes * addressed requested changes * removed comment * removed naive_time from old proto * fixed python example * fixed go example * addressed comments * fix(fivetran-sdk): fixed the field number * refactor(Partner_sdk): Improvement in examples (#50) improvements in examples Co-authored-by: Satvik Patil <[email protected]> * addressed requested comments, fixed python destination example * removed note --------- Co-authored-by: SatvikPatil <[email protected]> Co-authored-by: Satvik Patil <[email protected]> --------- Co-authored-by: Manjunath Tapali <[email protected]> Co-authored-by: Abdul Salam <[email protected]> Co-authored-by: Niket Khandelwal <[email protected]> Co-authored-by: SatvikPatil <[email protected]> Co-authored-by: Satvik Patil <[email protected]>
Links: https://fivetran.height.app/T-719486
Add DataTypeParam support and modified input file to support schemaDiffs