Skip to main content

US Census API

Overview

This connector syncs data from the US Census API

Output schema

This source always outputs a single stream, us_census_stream. The output of the stream depends on the configuration of the connector.

Features

FeatureSupported?
Full Refresh SyncYes
Incremental SyncNo
SSL connectionYes
NamespacesNo

Getting started

Requirements

  • US Census API key
  • US Census dataset path & query parameters

Setup guide

Visit the US Census API page to obtain an API key.

In addition, to understand how to configure the dataset path and query parameters, follow the guide and examples in the API documentation. Some particularly helpful pages:

Reference

Config fields reference

Field
Type
Property name
string
query_path
string
api_key
string
query_params

Changelog

VersionDatePull RequestSubject
0.1.32024-01-0333890Allow additional properties in connector spec
0.1.22021-12-288628Update fields in source-connectors specifications
0.1.12021-11-087499Remove base-python dependencies
0.1.02021-07-204228Initial release