1
0
mirror of synced 2026-01-04 00:04:25 -05:00
Files
airbyte/docs/integrations/sources/open-data-dc.md

53 lines
2.4 KiB
Markdown

# Open Data DC
Open Data DC source connector which ingests data from the MAR 2 API.
## Prerequisites
Create a developer MAR account at https://developers.data.dc.gov/ to obtain your API key.
The MAR 2 API allows users to search for addresses, place names, blocks and intersections within the DC boundary.
In order to use this search, input the string in the `location` field.
MARID is the Master Address Repository ID associated with all addresses within the DC boundary.
## Set up the Adjust source connector
1. Click **Sources** and then click **+ New source**.
2. On the Set up the source page, select **Open Data DC** from the Source type dropdown.
3. Enter a name for your new source.
4. For **API Key**, enter your API key obtained in the previous step.
5. For **location**, enter any string to search for a location as explained in the previous step.
6. For **marid**, enter your MARID as explained in the previous step.
7. Click **Set up source**.
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `api_key` | `string` | API Key. | |
| `location` | `string` | location. address or place or block | |
| `marid` | `string` | marid. A unique identifier (Master Address Repository). | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| locations | | No pagination | ✅ | ❌ |
| units | UnitNum | No pagination | ✅ | ❌ |
| ssls | SSL | No pagination | ✅ | ❌ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.5 | 2024-12-12 | [49364](https://github.com/airbytehq/airbyte/pull/49364) | Update dependencies |
| 0.0.4 | 2024-12-11 | [49096](https://github.com/airbytehq/airbyte/pull/49096) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
| 0.0.3 | 2024-10-29 | [47912](https://github.com/airbytehq/airbyte/pull/47912) | Update dependencies |
| 0.0.2 | 2024-10-28 | [47594](https://github.com/airbytehq/airbyte/pull/47594) | Update dependencies |
| 0.0.1 | 2024-10-06 | | Initial release by [@aazam-gh](https://github.com/aazam-gh) via Connector Builder |
</details>