Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.51 KB

us-census.md

File metadata and controls

43 lines (27 loc) · 1.51 KB

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

Feature Supported?
Full Refresh Sync Yes
Incremental Sync No
SSL connection Yes
Namespaces No

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:

Changelog

Version Date Pull Request Subject
0.1.1 2021-11-08 7499 Remove base-python dependencies
0.1.0 2021-07-20 4228 Initial release