Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Jul 25, 2024
1 parent d7282d2 commit 07877d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci/sample.profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ integration_tests:
pass: "{{ env_var('POSTGRES_DBT_PASSWORD') }}"
dbname: "{{ env_var('POSTGRES_DBT_DBNAME') }}"
port: 5432
schema: airbyte
schema: "{{ env_var('CONNECTOR_NAME') }}"
threads: 8
1 change: 1 addition & 0 deletions .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
POSTGRES_DBT_USER: ${{ secrets.POSTGRES_DBT_USER }}
POSTGRES_DBT_PASSWORD: ${{ secrets.POSTGRES_DBT_PASSWORD }}
POSTGRES_DBT_DBNAME: ${{ secrets.POSTGRES_DBT_DBNAME }}
CONNECTOR_NAME: ${{ steps.get_connector.outputs.connector }}
run: |
poetry run dbt deps
poetry run dbt run --target postgres

0 comments on commit 07877d0

Please sign in to comment.