You are viewing documentation about an older version (1.1.0). View latest version

snowflake.core.service.ServiceSpecΒΆ

snowflake.core.service.ServiceSpec(spec: str) β†’ ServiceSpecInlineText | ServiceSpecStageFileΒΆ

Infers whether a specification is a stage file or inline text.

Any spec that starts with β€˜@’ is parsed as a stage file, otherwise it is passed as an inline text.