-
Notifications
You must be signed in to change notification settings - Fork 83
TDengine Sink #931
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
base: main
Are you sure you want to change the base?
TDengine Sink #931
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.
Added some comments =)
Also note as a last piece, we typically add a doc in the docs/connectors/sinks
folder, which outlines additional details on how the sink works, plus how to run tdengine locally for testing purposes (Let me know if you want what I did for that since I also used it for testing... happy to give you it!).
Feel free to copy another doc and make changes as needed.
enh: enhance subtable handling and improve database status checks
I added a documentation page. We are done with changes. Please let me know if i missed anything. |
fix: update database status check
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 really good now, tested and works as expected =)
I added a couple minor things, I don't think it'll be much work to adjust what's left.
add noqs ref
remove unused string format
remove internal field assignment, change a couple staticmethods to classmethods
add missing cls argument
fix ruff noqa
fix arguments
fix args...again!
Added the table naming template variable