This markdown demonstrates the key implementation code for share-back data functionality offered via Snowflake Native App.
Doc: Request data sharing with app specifications
The approach demonstrated here as follows:
- The Native App as part of its install, creates a database (app_shareback_db).
- The app then creates a table (pos_transactions) in this database
- The app then creates a share (app_shareback_share) and adds the table to this share.