Skip to main content

Hightouch Provider for Airflow

Project description

Apache Airflow Provider for Hightouch

Provides an Airflow Operator and Hook for Hightouch. This allows the user to initiate a run for a sync from Airflow.

Installation

Pre-requisites: An environment running apache-airflow >= 1.10, including >= 2.

pip install airflow-provider-hightouch

Configuration

In the Airflow Connections UI, create a new connection for Hightouch.

  • Conn ID: hightouch_default
  • Conn Type: HTTP
  • Host: https://api.hightouch.io
  • Password: enter the API key for your workspace. You can generate an API key from your Workspace Settings

The Operator uses the hightouch_default connection id by default, but if needed, you can create additional Airflow Connections and reference them in the operator

Modules

HightouchTriggerSyncOperator

Starts a Hightouch Sync Run. Requires the sync_id or the sync_slug for the sync you wish to run.

The run is synchronous by default, and the task will be marked complete once the sync is successfully completed.

However, you can request a asynchronous request instead by passing synchronous=False to the operator.

If the API key is not authorized or if the request is invalid the task will fail. If a run is already in progress, a new run will be triggered following the completion of the existing run.

Examples

Creating a run is as simple as importing the operator and providing it with a sync_id. An example dag is available as well.

from airflow_provider_hightouch.operators.hightouch import HightouchTriggerSyncOperator

with DAG(....) as dag:
...
    my_task = HightouchTriggerSyncOperator(task_id="run_my_sync", sync_id="123")
    my_other_task = HightouchTriggerSyncOperator(task_id="run_my_sync", sync_slug="my-sync-slug")

Issues

Please submit issues and pull requests in our official repo: https://github.com/hightouchio/airflow-provider-hightouch

We are happy to hear from you, for any feedback please email the authors at pedram@hightouch.io.

Acknowledgements

Special thanks to Fivetran for their provider and Marcos Marx's Airbyte contribution in the core Airflow repo for doing this before we had to so we could generously learn from their hard work.

Project details


Download files

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

Source Distribution

airflow-provider-hightouch-3.0.0.tar.gz (14.9 kB view details)

Uploaded Source

Built Distribution

airflow_provider_hightouch-3.0.0-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file airflow-provider-hightouch-3.0.0.tar.gz.

File metadata

File hashes

Hashes for airflow-provider-hightouch-3.0.0.tar.gz
Algorithm Hash digest
SHA256 cd4e54ce139b755eca4f94ff90d71024ff3d098cf9204ac19a2f33fa36f93f23
MD5 dd8d6c9b333e26803f5b08b048c71cd9
BLAKE2b-256 caac173ac5608842b9fb59d82d8fc371f6b21563d40be7ebbdd21b70714e3348

See more details on using hashes here.

File details

Details for the file airflow_provider_hightouch-3.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for airflow_provider_hightouch-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 16ef749780da7bab635a4294a5b24c87b71458ea7e9943797b32f32f15a1e8cc
MD5 ca192be878e828865007fb9b56e13a11
BLAKE2b-256 c943c0633bbf8a36177867c53dc25a36cc5af5a25e238828a7e94d4aedf204aa

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