Skip to content

Commit

Permalink
chore: Updated the target-postgres transferwise variant to point to t…
Browse files Browse the repository at this point in the history
…he corresponding subdirectories in `transferwise/pipelinewise` (#1891)
  • Loading branch information
edgarrmondragon authored Nov 6, 2024
1 parent 9f92f2a commit 35701f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_meltano_add_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
get_changed_plugins:
name: Get changed plugins
runs-on: ubuntu-latest
outputs:
matrix: ${{ steps.changed_plugins.outputs.all_changed_files }}
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
- name: Configure Meltano
working-directory: test-project
run: |
meltano config meltano set cli.log_level debug
meltano config meltano set venv.backend uv
- name: Test add
Expand Down
4 changes: 2 additions & 2 deletions _data/meltano/loaders/target-postgres/transferwise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ logo_url: /assets/logos/loaders/postgres.png
maintenance_status: active
name: target-postgres
namespace: target_postgres
pip_url: pipelinewise-target-postgres
pip_url: git+https://github.com/transferwise/pipelinewise.git#subdirectory=singer-connectors/target-postgres
quality: silver
repo: https://github.com/transferwise/pipelinewise-target-postgres
repo: https://github.com/transferwise/pipelinewise
settings:
- description: |
Metadata columns add extra row level information about data ingestions, (i.e. when was the row read in source, when was inserted or deleted in postgres etc.)
Expand Down

0 comments on commit 35701f7

Please sign in to comment.