Skip to content

Conversation

shubham19may
Copy link
Contributor

@shubham19may shubham19may commented Oct 13, 2025

Description

Modified Playgrounds after review from Product

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Documentation

  • Documentation Link: [link to README, olake.io/docs, or olake-docs]
  • N/A (bug fix, refactor, or test changes only)

Related PR's (If Any):

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

```sql
SELECT station_state, AVG(temperature_avg) as avg_temp
FROM iceberg.weather.weather
FROM job_weather.weather
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Trino SQLPad Configuration Schema Naming Issue

The Trino example's SQLPad configuration hardcodes the schema to job_weather. This requires users to name their OLake job exactly "job" for the example to function, creating an inconsistency with other examples that support dynamic job naming.

Additional Locations (1)

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants