HOW TO: Build Applications with Snowflake's SQL REST API

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • Data and APIs lay the foundation for creating modern applications. The newly released Snowflake SQL REST API can be used to build applications, automate administrative tasks, integrate custom plugins, and more. In this session, we cover the Snowflake SQL REST API and how to use it to build an IoT application from the ground up. We will also explore our API playground, and how you can use it to experiment in your own Snowflake environment. ❄Join our TH-cam community❄ bit.ly/3lzfeeB
    Related topics: Application Development, Data Application Development
    Other than statements of historical fact, all information contained in these materials and any accompanying oral commentary (collectively, the “Materials”), including statements regarding (i) Snowflake’s business strategy and plans, (ii) Snowflake’s new and enhanced products, services, and technology offerings, including those that are under development or not generally available, (iii) market growth, trends, and competitive considerations, and (iv) the integration, interoperability, and availability of products with and on third-party platforms, are forward-looking statements. These forward-looking statements are subject to a number of risks, uncertainties and assumptions, including those described under the heading “Risk Factors” and elsewhere in the Annual Reports on Form 10-K and the Quarterly Reports on Form 10-Q that Snowflake files with the Securities and Exchange Commission. In light of these risks, uncertainties, and assumptions, the future events and trends discussed in the Materials may not occur, and actual results could differ materially and adversely from those anticipated or implied in the forward-looking statements. As a result, you should not rely on any forwarding-looking statements as predictions of future events.
    Any future product or roadmap information (collectively, the “Roadmap”) is intended to outline general product direction; is not a commitment, promise, or legal obligation for Snowflake to deliver any future products, features, or functionality; and is not intended to be, and shall not be deemed to be, incorporated into any contract. The actual timing of any product, feature, or functionality that is ultimately made available may be different from what is presented in the Roadmap. The Roadmap information should not be used when making a purchasing decision. In case of conflict between the information contained in the Materials and official Snowflake documentation, official Snowflake documentation should take precedence over these Materials. Further, note that Snowflake has made no determination as to whether separate fees will be charged for any future products, features, and/or functionality which may ultimately be made available. Snowflake may, in its own discretion, choose to charge separate fees for the delivery of any future products, features, and/or functionality which are ultimately made available.
    © 2022 Snowflake Inc. All rights reserved. Snowflake, the Snowflake logo, and all other Snowflake product, feature and service names mentioned in the Materials are registered trademarks or trademarks of Snowflake Inc. in the United States and other countries. All other brand names or logos mentioned or used in the Materials are for identification purposes only and may be the trademarks of their respective holder(s). Snowflake may not be associated with, or be sponsored or endorsed by, any such holder(s).
    Learn more about Snowflake:
    ➡️ Website: www.snowflake.com
    ➡️ Careers: careers.snowfla...
    ➡️ Podcast page: bit.ly/3sFXst6
    ➡️ Twitter: / snowflakedb
    ➡️ Instagram: / _snowflake_inc
    ➡️ Facebook: / snowflakedb
    ➡️ LinkedIn: bit.ly/2QUexl4
    ➡️ Sign up for our weekly live demo program and have your questions answered by a Snowflake expert at bit.ly/2TdVCmJ
    Listen on:
    🔈 Apple Podcasts: apple.co/3cCdrCU
    🔈 Spotify: spoti.fi/39vCNjH
    🔈 Simplecast: bit.ly/3rFCrgA
    #Snowflake #DataCloud

ความคิดเห็น • 6

  • @neogeo8267
    @neogeo8267 ปีที่แล้ว

    OAUTH is a pain for a lot of applications, especially when you're making small API clients that don't themselves necessarily have a web interface (a-la IoT). Why not use allow issue of keys direct from the UI in snowflake similar to AWS?

  • @anthonymeno2242
    @anthonymeno2242 8 หลายเดือนก่อน

    Is there anyway to connect Snowflake directly to a third party dashboard, without the middleware or Postman

    • @snowflakedevelopers
      @snowflakedevelopers  8 หลายเดือนก่อน

      Hi Anthony! I'd consider posting the question in the Snowflake subreddit on Reddit. You'll likely get a wide variety of perspectives there from folks currently connecting Snowflake to a dashboard. reddit.com/r/snowflake

  • @madhusudhanans4718
    @madhusudhanans4718 ปีที่แล้ว

    Snowflake SQL apis are mostly used from postman only. I could not see any documentation to call the SQL apis from custom client apis.

    • @snowflakedevelopers
      @snowflakedevelopers  ปีที่แล้ว

      Hi @madhusudhanans4718, we encourage you to take a look at this Quickstart! quickstarts.snowflake.com/guide/developing_tasty_bytes_react_native_application_with_snowflake_sql_api/#0
      Thanks!