polygon-models/profiles.yml
xiuy001 010bbc86e1
added the profiles (#54)
* added the profiles

* added the profiles

* added the profiles

* added the profiles

* added the profiles

* updated the path

* updated the path

* updated

* updated

* updated the path

* updated the target

* updated

Co-authored-by: yulike <xiuyangguan@gmail.com>
2022-12-02 13:26:48 -05:00

29 lines
949 B
YAML

polygon:
target: prod
outputs:
dev:
type: snowflake
account: "{{ env_var('ACCOUNT') }}"
role: "{{ env_var('ROLE') }}"
user: "{{ env_var('USER') }}"
password: "{{ env_var('PASSWORD') }}"
region: "{{ env_var('REGION') }}"
database: "{{ env_var('DATABASE_DEV') }}"
warehouse: "{{ env_var('WAREHOUSE_DEV') }}"
schema: "{{ env_var('SCHEMA') }}"
threads: 4
client_session_keep_alive: False
query_tag: polygon_curator
prod:
type: snowflake
account: "{{ env_var('ACCOUNT') }}"
role: "{{ env_var('ROLE') }}"
user: "{{ env_var('USER') }}"
password: "{{ env_var('PASSWORD') }}"
region: "{{ env_var('REGION') }}"
database: "{{ env_var('DATABASE_PROD') }}"
warehouse: "{{ env_var('WAREHOUSE_PROD') }}"
schema: "{{ env_var('SCHEMA') }}"
threads: 4
client_session_keep_alive: False
query_tag: polygon_curator