Skip to content

Commit 7598d8c

Browse files
Another found of CI test fixes
1 parent a228448 commit 7598d8c

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dbt-snowflake-streams-tasks
1+
# dbt-streams-tasks
22

33
A dbt package that enables creating Snowflake [streams](https://docs.snowflake.com/en/sql-reference/sql/create-stream) and [tasks](https://docs.snowflake.com/en/sql-reference/sql/create-task) through dbt, providing an alternative to incremental models that leverages Snowflake's native change data capture.
44

@@ -18,7 +18,7 @@ Add to your `packages.yml`:
1818

1919
```yaml
2020
packages:
21-
- git: "https://github.com/<your-org>/dbt-snowflake-streams-tasks.git"
21+
- git: "https://github.com/<your-org>/dbt-streams-tasks.git"
2222
revision: v0.0.1
2323
```
2424

integration_tests/dbt_project.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ flags:
2121
send_anonymous_usage_stats: False
2222
use_colors: True
2323

24-
models:
25-
dbt_streams_tasks_integration_tests:
26-
customers:
27-
+enabled: True
28-
2924
dispatch:
3025
- macro_namespace: 'dbt_streams_tasks'
3126
search_order: ['dbt_streams_tasks_integration_tests', 'dbt_streams_tasks']

run_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ read -p "Type 'yes' to clean up Snowflake tables, streams, and tasks created by
3636
if [[ $REPLY =~ ^[Yy][Ee][Ss]$ ]]; then
3737
echo "Cleaning up test resources..."
3838
uv run dbt run-operation cleanup
39+
done

0 commit comments

Comments
 (0)