Service
Examples
Python
service = Service(
name="some_service",
compute_pool="some_compute_pool",
stage="@tutorial_stage",
yaml_file_stage_path="echo_spec.yaml",
specification="FROM SPECIFICATION $$some_specification$$",
external_access_integrations=["some_integration"],
auto_resume=True,
min_instances=1,
max_instances=2,
query_warehouse="some_warehouse",
tags={"key": "value"},
comment="This is a sample service."
)YAML
Fields
Last updated