1
0
mirror of synced 2025-12-25 02:09:19 -05:00
Files
airbyte/docs/integrations/sources/cimis.md
octavia-bot-hoard[bot] 270f7d2dcb 🐙 source-cimis: run up-to-date pipeline [2025-10-14] (#68047)
# Update source-cimis

This PR was autogenerated by running `airbyte-ci connectors
--name=source-cimis up_to_date --pull`

We've set the `auto-merge` label on it, so it will be automatically
merged if the CI pipelines pass.
If you don't want to merge it automatically, please remove the
`auto-merge` label.
Please reach out to the Airbyte Connector Tooling team if you have any
questions or concerns.


## Operations

- Upgrade the base image to the latest version in metadata.yaml:
Successful

- PATCH bump source-cimis version to 0.0.40: Successful

- Build source-cimis docker image for platform(s) linux/amd64,
linux/arm64: Successful

- Get dependency updates: Successful

- Create or update pull request on Airbyte repository: Successful

- Add changelog entry: Successful




## Dependency updates

We use [`syft`](https://github.com/anchore/syft) to generate a SBOM for
the latest connector version and the one from the PR.
It allows us to spot the dependencies that have been updated at all
levels and for all types of dependencies (system, python, java etc.).
Here are the dependencies that have been updated compared to
`airbyte/source-cimis:latest`.
Keep in mind that `:latest` does not always match the connector code on
the main branch.
It is the latest released connector image when the head commit of this
branch was created.

| Type | Name | State | Previous Version | New Version |
|------|------|-------|-------------|------------------|
| python | airbyte-cdk | updated | 6.60.12 | **7.3.4** |
| python | anyio | updated | 4.10.0 | **4.11.0** |
| python | cattrs | updated | 24.1.2 | **25.2.0** |
| python | importlib_metadata | updated | 8.0.0 | **8.7.0** |
| python | joblib | updated | 1.5.1 | **1.5.2** |
| python | jsonschema | updated | 4.17.3 | **4.25.1** |
| python | pandas | updated | 2.2.2 | **2.2.3** |
| python | whenever | updated | 0.6.16 | **0.8.8** |
| python | zipp | updated | 3.19.2 | **3.23.0** |
| python | jsonschema-specifications | added | not present |
**2025.4.1** |
| python | referencing | added | not present | **0.36.2** |
| python | rpds-py | added | not present | **0.27.1** |
| python | filelock | removed | 3.18.0 | **not present** |
| python | pyrsistent | removed | 0.20.0 | **not present** |

> [!IMPORTANT]
> **Auto-merge enabled.**
> 
> _This PR is set to merge automatically when all requirements are met._

Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
2025-10-14 16:12:47 -04:00

6.1 KiB

CIMIS

The California Irrigation Management Information System (CIMIS) is a program unit in the Water Use and Efficiency Branch, Division of Regional Assistance, California Department of Water Resources (DWR) that manages a network of over 145 automated weather stations in California. CIMIS was developed in 1982 by DWR and the University of California, Davis (UC Davis). It was designed to assist irrigators in managing their water resources more efficiently. Efficient use of water resources benefits Californians by saving water, energy, and money.

Configuration

Input Type Description Default Value
api_key string API Key.
targets_type string Targets Type.
targets array Targets.
daily_data_items array Daily Data Items.
hourly_data_items array Hourly Data Items.
start_date string Start date.
end_date string End date.
unit_of_measure string Unit of Measure.

To get started, register and request your appKey from the CIMIS website. You will receive an application key (aka appKey).

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
data Julian No pagination
stations StationNbr No pagination
spatial_zipcodes ZipCode No pagination
station_zipcodes StationNbr.ZipCode No pagination

⚠️ Note that Juilan in the data stream represents the day (in Julia format).

Changelog

Expand to review
Version Date Pull Request Subject
0.0.40 2025-10-14 68047 Update dependencies
0.0.39 2025-10-07 67177 Update dependencies
0.0.38 2025-09-30 66246 Update dependencies
0.0.37 2025-09-09 65880 Update dependencies
0.0.36 2025-08-23 65256 Update dependencies
0.0.35 2025-08-09 64774 Update dependencies
0.0.34 2025-08-02 64353 Update dependencies
0.0.33 2025-07-26 64010 Update dependencies
0.0.32 2025-07-19 63594 Update dependencies
0.0.31 2025-07-12 63004 Update dependencies
0.0.30 2025-07-05 62774 Update dependencies
0.0.29 2025-06-28 62421 Update dependencies
0.0.28 2025-06-22 62004 Update dependencies
0.0.27 2025-06-14 61200 Update dependencies
0.0.26 2025-05-24 60357 Update dependencies
0.0.25 2025-05-10 60044 Update dependencies
0.0.24 2025-05-03 59427 Update dependencies
0.0.23 2025-04-26 58898 Update dependencies
0.0.22 2025-04-19 58348 Update dependencies
0.0.21 2025-04-12 57764 Update dependencies
0.0.20 2025-04-05 57172 Update dependencies
0.0.19 2025-03-29 56611 Update dependencies
0.0.18 2025-03-22 56103 Update dependencies
0.0.17 2025-03-08 55370 Update dependencies
0.0.16 2025-03-01 54876 Update dependencies
0.0.15 2025-02-22 54263 Update dependencies
0.0.14 2025-02-15 53908 Update dependencies
0.0.13 2025-02-08 53437 Update dependencies
0.0.12 2025-02-01 52947 Update dependencies
0.0.11 2025-01-25 52158 Update dependencies
0.0.10 2025-01-18 51713 Update dependencies
0.0.9 2025-01-11 51236 Update dependencies
0.0.8 2024-12-28 50453 Update dependencies
0.0.7 2024-12-21 50154 Update dependencies
0.0.6 2024-12-14 49565 Update dependencies
0.0.5 2024-12-12 49281 Update dependencies
0.0.4 2024-12-11 49024 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-11-04 48156 Update dependencies
0.0.2 2024-10-28 47556 Update dependencies
0.0.1 2024-09-18 Initial release by @topefolorunso via Connector Builder