Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func S3Endpoint ¶ added in v0.14.0
S3Endpoint returns the value for the Snowflake emulator's SF_S3_ENDPOINT variable for the given host port. The Python Snowflake emulator funnels all S3 access (including internal stages, e.g. COPY INTO) through this single endpoint, so it must match the port the emulator is exposed on; otherwise it defaults to 4566 and S3 access fails when the emulator runs on a custom port.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) FetchResources ¶
FetchResources is a no-op for Snowflake — the emulator does not expose AWS-style resources.
Click to show internal directories.
Click to hide internal directories.