diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c30c02e..8dcf035 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - name: Test with pytest env: UV_PYTHON: ${{ matrix.python-version }} diff --git a/README.md b/README.md index a87e62a..ff8cab6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Built with the [Meltano Mapper SDK](https://sdk.meltano.com) for Singer Mappers. - Adding properties pertaining to [Fivetran system columns](https://fivetran.com/docs/core-concepts/system-columns-and-tables) - `_fivetran_id`: MD5-hash of a record, added when no `key_properties` are defined for the stream - `_fivetran_synced`: ISO8601 timestamp of when the record was initally extracted, or otherwise processed by the mapper - - `_fivetran_deleted`: boolean to indicate soft-delete + - `_fivetran_deleted`: boolean to indicate soft-delete