-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: brianjester/learntools
base: master
head repository: Kaggle/learntools
compare: master
- 12 commits
- 3 files changed
- 1 contributor
Commits on Mar 27, 2025
-
Rough implementation using kagglesdk
This shouldn't impact any existing users, because it depends on an environment variable being set. This will enable us to rollout gradually when we're ready. For now, there are still a few things to be done, primarily improving kagglesdk authorization. http://b/379083750
Configuration menu - View commit details
-
Copy full SHA for 7c0888b - Browse repository at this point
Copy the full SHA 7c0888bView commit details
Commits on Mar 28, 2025
-
Merge pull request Kaggle#478 from Kaggle/using-kagglesdk
Rough implementation using kagglesdk
Configuration menu - View commit details
-
Copy full SHA for 9188caf - Browse repository at this point
Copy the full SHA 9188cafView commit details
Commits on May 27, 2025
-
Sort the results before comparison
The SQL statements don't contain an `ORDER BY` clause, so the ordering can't be an intentional check for this exercise. This exercise happens to work most of the time because BigQuery tends to return results in the same order, but sometimes it doesn't. Learn users shouldn't have to deal with this non-determinism in the check. http://b/415948668
Configuration menu - View commit details
-
Copy full SHA for b00a2aa - Browse repository at this point
Copy the full SHA b00a2aaView commit details -
Merge pull request Kaggle#480 from Kaggle/fix-ordering-sql-ex
Sort the results before comparison
Configuration menu - View commit details
-
Copy full SHA for 003526b - Browse repository at this point
Copy the full SHA 003526bView commit details
Commits on Jul 1, 2025
-
Use the
KAGGLE_LEARN_SESSION_ID
This environment variable was added in kaggleazure PR 36128. It is set on all Learn sessions. It refers to the version of the exercise the user forked from. Note that this is all still behind a feature flag, so this code is a no-op for now. http://b/379083750
Configuration menu - View commit details
-
Copy full SHA for a3752b6 - Browse repository at this point
Copy the full SHA a3752b6View commit details
Commits on Jul 2, 2025
-
Merge pull request Kaggle#481 from Kaggle/use-env-var
Use the `KAGGLE_LEARN_SESSION_ID`
Configuration menu - View commit details
-
Copy full SHA for 58d1c06 - Browse repository at this point
Copy the full SHA 58d1c06View commit details
Commits on Jul 17, 2025
-
Post response back to the outer iframe.
Enables Kaggle Notebooks to continue to show nudges even if using kagglesdk under the hood. http://b/379083750
Configuration menu - View commit details
-
Copy full SHA for a8e9772 - Browse repository at this point
Copy the full SHA a8e9772View commit details
Commits on Jul 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3f4775a - Browse repository at this point
Copy the full SHA 3f4775aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bd9089 - Browse repository at this point
Copy the full SHA 2bd9089View commit details -
Merge pull request Kaggle#482 from Kaggle/post-nudges
Post response back to the outer iframe.
Configuration menu - View commit details
-
Copy full SHA for 8ee90fc - Browse repository at this point
Copy the full SHA 8ee90fcView commit details
Commits on Jul 24, 2025
-
Cast KAGGLE_LEARN_SESSION_ID to int
In testing, I was assuming this would already be an int, but it looks like KKB puts all environment variables as strings. http://b/379083750
Configuration menu - View commit details
-
Copy full SHA for 14475cf - Browse repository at this point
Copy the full SHA 14475cfView commit details
Commits on Jul 25, 2025
-
Merge pull request Kaggle#483 from Kaggle/fix-session-id
Cast KAGGLE_LEARN_SESSION_ID to int
Configuration menu - View commit details
-
Copy full SHA for a0c08ac - Browse repository at this point
Copy the full SHA a0c08acView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master