From 7bbd2439bfc40e4331786110c000905dc239f6fb Mon Sep 17 00:00:00 2001 From: Ryan-Loofy <63126328+Ryan-Loofy@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:37:22 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1e0d38..cfe5061 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Profile Set Up -#### Use the following within profiles.yml +#### Use the following within profiles.yml ---- ```yml @@ -72,4 +72,10 @@ dbt run --var '{"UPDATE_SNOWFLAKE_TAGS":True}' -s models/core/core__fact_swaps.s ``` select * from table(aptos.information_schema.tag_references('aptos.core.fact_blocks', 'table')); -``` \ No newline at end of file +``` + +### Running the streamline permissions macro + +``` +dbt run-operation grant_streamline_permissions --args '{"project": "aptos", "warehouse_name": "dbt_cloud", "integration_name": "aws_lambda_aptos_api", "dev_integration_name": "aws_lambda_aptos_api_dev", "lambda_role": "aws_lambda_aptos_api", "dbt_cloud_role": "dbt_cloud_aptos", "internal_dev_role": "internal_dev"}' --profile aptos --target dev +```