Skip to content

Commit

Permalink
Use built-in create_artifact_resources (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallRees authored Feb 17, 2022
1 parent d8bd5e1 commit ec1bda4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
29 changes: 0 additions & 29 deletions integration_test_project/macros/replace_artifact_resources.sql

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ commands = sqlfluff fix models --ignore parsing
changedir = integration_test_project
commands =
dbt deps
dbt run-operation create_or_replace_artifact_resources
dbt run-operation create_artifact_resources
dbt run-operation upload_dbt_artifacts --args '\{filenames: [manifest, run_results], prefix: artifacts/schema_v4/build/\}'
dbt run-operation upload_dbt_artifacts --args '\{filenames: [manifest, run_results], prefix: artifacts/schema_v4/build_full_refresh/\}'
dbt run-operation upload_dbt_artifacts --args '\{filenames: [manifest, run_results], prefix: artifacts/schema_v4/run/\}'
Expand Down

0 comments on commit ec1bda4

Please sign in to comment.