CensusOperator
CensusTriggers sync with Census API.
Access Instructions
Install the Census provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
sync_idintCensus sync ID
census_conn_idstrConn ID of the Connection to be used to configure this hook.
Documentation
Triggers sync with Census API.
Example DAGs
census
Data Processing
Using Census for Reverse ETL in Airflow
This reverse-ETL pipeline syncs customer data from a Snowflake data warehouse to a marketing platform using Census.
DatabasesETL/ELT
Salesforce ELT with Fivetran, dbt Cloud, and Census
This example showcases a modern ELT pipeline extracting with Fivetran, performing data transformations via a dbt Cloud job, and reverse-ETL using Census.
ETL/ELT