Skip to main content

Common functions for airflow

Project description

airflow-commons

A python package that contains common functionalities for airflow

Installation

Use the package manager pip to install airflow-commons.

pip install airflow-commons

Modules

  • bigquery_operator: With this module you can manage your Google BigQuery operations.
  • mysql_operator: Using this module, you can connect to your MySQL data source and manage your data operations.
  • s3_operator: This operator connects to your s3 bucket and lets you manage your bucket.
  • glossary: This module consists of constants used across project
  • sql_resources: Template BigQuery and MySQL queries such as merge, delete, select etc. are located here.
  • utils: Generic methods like connection, querying etc. are implemented in this module.

Usage

  • Sample deduplication code works like:
from airflow_commons import bigquery_operator

bigquery_operator.deduplicate(
        service_account_file="path_to_file",
        start_date="01-01-2020 14:00:00",
        end_date="01-01-2020 15:00:00",
        project_id="bigquery_project_id",
        source_dataset="source_dataset",
        source_table="source_table",
        target_dataset="target_dataset",
        target_table="target_table",
        oldest_allowable_target_partition="01-01-2015 00:00:00",
        primary_keys=["primary_keys"],
        time_columns=["time_columns"],
        allow_partition_pruning=True,
    )

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

airflow_commons-0.0.79.tar.gz (27.2 kB view details)

Uploaded Source

Built Distribution

airflow_commons-0.0.79-py3-none-any.whl (40.3 kB view details)

Uploaded Python 3

File details

Details for the file airflow_commons-0.0.79.tar.gz.

File metadata

  • Download URL: airflow_commons-0.0.79.tar.gz
  • Upload date:
  • Size: 27.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for airflow_commons-0.0.79.tar.gz
Algorithm Hash digest
SHA256 5284e455decc555080d5a2c7f33e3f5619489c29174e40fa14af00d5049a84e8
MD5 bc8bef36dd44f16db61a6a7c0863f80d
BLAKE2b-256 195f90800b7454c1c279afc24c894cb9897e0f61ea9cd48050a8b559812bc4ae

See more details on using hashes here.

File details

Details for the file airflow_commons-0.0.79-py3-none-any.whl.

File metadata

File hashes

Hashes for airflow_commons-0.0.79-py3-none-any.whl
Algorithm Hash digest
SHA256 0196a2cc67f010d61aa44fcdfd015ae8e0ad8970c278c6c1e35327285cd49dca
MD5 bd5b3da89329fcc8e57865cbd1f73801
BLAKE2b-256 896cc0e1fadcf718f51f9360c35807edcb4e8c6a2f5f7933aa71d9adeca792cd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page