From 942f6fbaa2e4a898d1f024a93e8d0717d6efba25 Mon Sep 17 00:00:00 2001 From: Renee Li Date: Mon, 8 Apr 2024 17:24:54 -0400 Subject: [PATCH] update integration tests --- integration_tests/.gitignore | 3 ++- integration_tests/dbt_project.yml | 4 ++-- integration_tests/package-lock.yml | 11 ----------- 3 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 integration_tests/package-lock.yml diff --git a/integration_tests/.gitignore b/integration_tests/.gitignore index de963f0..35caf46 100644 --- a/integration_tests/.gitignore +++ b/integration_tests/.gitignore @@ -4,4 +4,5 @@ dbt_modules/ logs/ .DS_Store dbt_packages/ -env/ \ No newline at end of file +env/ +package-lock.yml \ No newline at end of file diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 1fb4e26..0f80f69 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -4,8 +4,8 @@ version: '0.17.1' profile: 'integration_tests' config-version: 2 vars: - hubspot_schema: fivetran_platform_integration_tests - hubspot_contact_merge_audit_enabled: true + hubspot_schema: hubspot_integration_tests_11 + # hubspot_contact_merge_audit_enabled: true hubspot_source: hubspot_service_enabled: true hubspot_sales_enabled: true # enable when generating docs diff --git a/integration_tests/package-lock.yml b/integration_tests/package-lock.yml deleted file mode 100644 index 547ef64..0000000 --- a/integration_tests/package-lock.yml +++ /dev/null @@ -1,11 +0,0 @@ -packages: -- local: ../ -- package: fivetran/hubspot_source - version: 0.14.1 -- package: fivetran/fivetran_utils - version: 0.4.10 -- package: dbt-labs/spark_utils - version: 0.3.0 -- package: dbt-labs/dbt_utils - version: 1.1.1 -sha1_hash: de2deba3d66ce03d8c02949013650cc9b94f6030