diff --git a/.github/workflows/meltano/action.yml b/.github/workflows/meltano/action.yml index 5cbc0bc4f..cf67c5037 100644 --- a/.github/workflows/meltano/action.yml +++ b/.github/workflows/meltano/action.yml @@ -64,7 +64,10 @@ runs: shell: bash # This is for testing for now run: | - env && cd ${{ inputs.meltano_path }} && poetry run meltano run ${{ inputs.tap}} ${{ inputs.target }} + env && + cd ${{ inputs.meltano_path }} && + poetry run meltano config ${{ inputs.tap }} set no_tmp_dir_clean 1 && + poetry run meltano run ${{ inputs.tap }} ${{ inputs.target }} env: MELTANO_DATABASE_URI: postgresql+psycopg://${{ inputs.db_user }}:${{ inputs.db_password }}@127.0.0.1:5432/${{ inputs.db_name }} MELTANO_STATE_BACKEND_URI: ${{ inputs.meltano_state_backend_uri }} diff --git a/warehouse/meltano-setup/meltano.yml b/warehouse/meltano-setup/meltano.yml index a8f8cf05f..43989cff8 100644 --- a/warehouse/meltano-setup/meltano.yml +++ b/warehouse/meltano-setup/meltano.yml @@ -15,7 +15,7 @@ plugins: pip_url: git+https://github.com/opensource-observer/tap-airbyte-wrapper.git config: nullable_generated_fields: - - "*._ab_cdc_deleted_at" + - '*._ab_cdc_deleted_at' airbyte_spec: image: airbyte/source-postgres tag: 3.3.26 @@ -43,7 +43,7 @@ plugins: pip_url: git+https://github.com/opensource-observer/tap-airbyte-wrapper.git config: nullable_generated_fields: - - "*._ab_cdc_deleted_at" + - '*._ab_cdc_deleted_at' airbyte_spec: image: airbyte/source-postgres tag: 3.3.26