-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bcdd72e
commit c6b6adc
Showing
19 changed files
with
775 additions
and
4,151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# HEY! This file is used in the dbt package integrations tests with Buildkite. | ||
# You should __NEVER__ check credentials into version control. Thanks for reading :) | ||
|
||
config: | ||
send_anonymous_usage_stats: False | ||
use_colors: True | ||
|
||
integration_tests: | ||
target: bigquery | ||
outputs: | ||
# bigquery: | ||
# type: bigquery | ||
# method: service-account-json | ||
# project: "dbt-package-testing" | ||
# schema: github_integration_tests | ||
# threads: 8 | ||
# keyfile_json: "{{ env_var('GCLOUD_SERVICE_KEY') | as_native }}" | ||
# snowflake: | ||
# type: snowflake | ||
# account: "{{ env_var('SNOWFLAKE_DBT_ACCOUNT') }}" | ||
# user: "{{ env_var('SNOWFLAKE_DBT_USER') }}" | ||
# password: "{{ env_var('SNOWFLAKE_DBT_PASSWORD') }}" | ||
# role: "{{ env_var('SNOWFLAKE_DBT_ROLE') }}" | ||
# database: "{{ env_var('SNOWFLAKE_DBT_DATABASE') }}" | ||
# warehouse: "{{ env_var('SNOWFLAKE_DBT_WAREHOUSE') }}" | ||
# schema: TEXT_SCHEMA | ||
# threads: 8 | ||
postgres: | ||
type: postgres | ||
host: "{{ env_var('POSTGRES_DBT_HOST') }}" | ||
user: "{{ env_var('POSTGRES_DBT_USER') }}" | ||
pass: "{{ env_var('POSTGRES_DBT_PASSWORD') }}" | ||
dbname: "{{ env_var('POSTGRES_DBT_DBNAME') }}" | ||
port: 5432 | ||
schema: airbyte | ||
threads: 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
729 changes: 728 additions & 1 deletion
729
...ectors/source_zendesk_support/poetry.lock → poetry.lock
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.