We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description https://www.influxdata.com/ Add the ability to query and modify Influxdb from airflow.
Python wrapper that can be used to create the hook : https://github.com/influxdata/influxdb-python
There are some usage examples in https://github.com/influxdata/influxdb-python/tree/master/examples would be nice if the hook would support the following: create_database query drop_database write_points
Are you willing to submit a PR?
not at the moment due to time contains.
Related Issues
couldn't find any
The text was updated successfully, but these errors were encountered:
@HaloKo4 It will be really nice to have this feature. What do you think? @kaxil @ashb
Sorry, something went wrong.
Sure yeah would be nice. Someone will need to open a PR though :)
I can give it a go.
@kaxil , @Dr-Denzy , is this being worked on, please let me know I could take it on.
@subkanthi go for it :)
subkanthi
Successfully merging a pull request may close this issue.
Description
https://www.influxdata.com/
Add the ability to query and modify Influxdb from airflow.
Python wrapper that can be used to create the hook :
https://github.com/influxdata/influxdb-python
There are some usage examples in https://github.com/influxdata/influxdb-python/tree/master/examples
would be nice if the hook would support the following:
create_database
query
drop_database
write_points
Are you willing to submit a PR?
not at the moment due to time contains.
Related Issues
couldn't find any
The text was updated successfully, but these errors were encountered: