Skip to content

Snowflake

Scratch will updload data to the internal table stage for uploading data before copying into the table itself.

databases:
  - type: snowflake
    api_keys:
      - test_api_key
    settings:
      account: 'account'
      user: 'user'
      password: 'password'
      staging_prefix: '/scratchdata'