mirror of
https://github.com/FlipsideCrypto/aptos-models.git
synced 2026-02-06 09:26:44 +00:00
Update README.md
This commit is contained in:
parent
6ae3ba5a9c
commit
7bbd2439bf
10
README.md
10
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'));
|
||||
```
|
||||
```
|
||||
|
||||
### 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
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user