You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
When I run the script below, I get the following error.
SETUP has been completed.
<Script>
CALL mapbox.core.setup('mapbox_api_integration');
Uncaught exception of type 'STATEMENT_ERROR' on line 17 at position 2 : Reference definition 'MAPBOX_API_INTEGRATION' cannot be found in the current version of the application 'MAPBOX'
**URL of where you see the bug**
https://quickstarts.snowflake.com/guide/geocoding_address_data_with_mapbox/index.html?index=..%2F..index#1
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Snowsight'
2. Click on 'Worksheet'
3. Enter the following SQL
CALL mapbox.core.setup('mapbox_api_integration');
4. See error
Uncaught exception of type 'STATEMENT_ERROR' on line 17 at position 2 : Reference definition 'MAPBOX_API_INTEGRATION' cannot be found in the current version of the application 'MAPBOX'
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
![Error](https://github.com/user-attachments/assets/c008166a-ee65-407f-918d-7ef70fc1471f)
![Setup](https://github.com/user-attachments/assets/406c1cc4-1a62-4526-a870-a25f77c3ffca)
**Desktop (please complete the following information):**
- OS: Windows11
- Browser chrome
- Version 128.0.6613.86(Official Build)
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
When I run the script below, I get the following error.
<Script> CALL mapbox.core.setup('mapbox_api_integration'); Uncaught exception of type 'STATEMENT_ERROR' on line 17 at position 2 : Reference definition 'MAPBOX_API_INTEGRATION' cannot be found in the current version of the application 'MAPBOX' **URL of where you see the bug** https://quickstarts.snowflake.com/guide/geocoding_address_data_with_mapbox/index.html?index=..%2F..index#1 **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Snowsight' 2. Click on 'Worksheet' 3. Enter the following SQL CALL mapbox.core.setup('mapbox_api_integration'); 4. See error Uncaught exception of type 'STATEMENT_ERROR' on line 17 at position 2 : Reference definition 'MAPBOX_API_INTEGRATION' cannot be found in the current version of the application 'MAPBOX' **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. ![Error](https://github.com/user-attachments/assets/c008166a-ee65-407f-918d-7ef70fc1471f) ![Setup](https://github.com/user-attachments/assets/406c1cc4-1a62-4526-a870-a25f77c3ffca) **Desktop (please complete the following information):** - OS: Windows11 - Browser chrome - Version 128.0.6613.86(Official Build) **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.SETUP has been completed.
The text was updated successfully, but these errors were encountered: