Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
--If customer is V1 customer
snowsql -o output_format=csv -q "select * from callpotential.exports.leads ..." > leads.csv

--If customer is V2 customer
snowsql -o output_format=csv -q "select * from callpotential.v2exports.leads ..." > leads.csv

NOTE FOR COSTING:

https://docs.snowflake.com/en/user-guide/cost-exploring-compute

SnowFlake charges on a per “credit” basis. They define one “credit” as 60 minutes of querying time. This makes each minute of querying time $0.033 for the “x-small” size warehouse.