airflow-clickhouse-plugin | Airflow ClickHouse Plugin based on clickhouse-driver
kandi X-RAY | airflow-clickhouse-plugin Summary
kandi X-RAY | airflow-clickhouse-plugin Summary
airflow-clickhouse-plugin is a Python library. airflow-clickhouse-plugin has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install airflow-clickhouse-plugin' or download it from GitHub, PyPI.
Provides ClickHouseOperator, ClickHouseHook and ClickHouseSqlSensor for Apache Airflow based on mymarilyn/clickhouse-driver.
Provides ClickHouseOperator, ClickHouseHook and ClickHouseSqlSensor for Apache Airflow based on mymarilyn/clickhouse-driver.
Support
Quality
Security
License
Reuse
Support
airflow-clickhouse-plugin has a low active ecosystem.
It has 42 star(s) with 11 fork(s). There are 11 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 10 have been closed. On average issues are closed in 15 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of airflow-clickhouse-plugin is v0.8.0
Quality
airflow-clickhouse-plugin has 0 bugs and 2 code smells.
Security
airflow-clickhouse-plugin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
airflow-clickhouse-plugin code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
airflow-clickhouse-plugin is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
airflow-clickhouse-plugin releases are available to install and integrate.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
It has 635 lines of code, 59 functions and 19 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed airflow-clickhouse-plugin and discovered the below as its top functions. This is intended to give you an instant insight into airflow-clickhouse-plugin implemented functionality, and help decide if they suit your requirements.
- Returns a list of records from the database
- Run the given SQL query
- Logs the given parameters
- Get a connection to clickhouse
- Log a query
- Execute the sql statement
Get all kandi verified functions for this library.
airflow-clickhouse-plugin Key Features
No Key Features are available at this moment for airflow-clickhouse-plugin.
airflow-clickhouse-plugin Examples and Code Snippets
Copy
from airflow import DAG
from airflow_clickhouse_plugin.operators.clickhouse_operator import ClickHouseOperator
from airflow.operators.python_operator import PythonOperator
from airflow.utils.dates import days_ago
with DAG(
dag_id='update_inc
Copy
from airflow import DAG
from airflow_clickhouse_plugin.sensors.clickhouse_sql_sensor import ClickHouseSqlSensor
from airflow_clickhouse_plugin.operators.clickhouse_operator import ClickHouseOperator
from airflow.utils.dates import days_ago
with DAG
Copy
from airflow import DAG
from airflow_clickhouse_plugin.hooks.clickhouse_hook import ClickHouseHook
from airflow.hooks.mysql_hook import MySqlHook
from airflow.operators.python_operator import PythonOperator
from airflow.utils.dates import days_ago
Community Discussions
No Community Discussions are available at this moment for airflow-clickhouse-plugin.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install airflow-clickhouse-plugin
Requires apache-airflow and clickhouse-driver (installed automatically by pip). Primarily supports Airflow 2.0–2.2. Later versions are expected to work properly but may be not fully tested. Use plugin versions below 0.6.0 (e.g. 0.5.7.post1) to preserve compatibility with Airflow 1.10.6 (this version has long-term support on Google Cloud Composer).
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page