Question 81

You are developing a Snowflake Native Application that uses Streamlit to present dat a. The application relies on a UDF to perform calculations. The UDF resides in the application's schema within the container. The application package is named and the application itself is named 'my_app'. You need to grant the application the necessary privileges to execute this UDF. Which of the following SQL statements, executed by the application provider, will correctly grant the required privilege to the application?
  • Question 82

    You are developing a Snowflake Native Application that leverages Snowpark Python for data transformation. Your CI/CD pipeline utilizes GitHub Actions for automated testing and deployment. One of your Snowpark functions relies on a UDF that reads data from an external stage. To ensure seamless integration testing in different environments (development, staging, production), you need to dynamically configure the stage URL during the test execution. Consider that you're using environment variables to store environment-specific values. Which of the following approaches provides the MOST secure and maintainable way to configure the stage URL in your Snowpark test code?
  • Question 83

    You are developing a Snowflake Native App that requires specific Snowflake features and functionalities. To ensure compatibility and proper execution across different consumer environments, you need to define the minimum required Snowflake version. Which section in the manifest file is used to specify the minimum Snowflake version required by the application and what is the correct syntax?
  • Question 84

    You are developing a Streamlit application within a Snowflake Native App that needs to access a custom Python module ('my_module.py') containing utility functions. The module resides in the same stage as your Streamlit application code. How would you ensure that the Streamlit application can correctly import and use this module?
  • Question 85

    Which of the following statements regarding warehouse sizing and configuration for a Snowflake Native Application are true?