Merged
Conversation
The serverless() method requires databricks-connect 15.1.0+, but version 17.x only supports Python 3.12. Updated documentation to specify: - Python 3.10/3.11: use >=15.1,<16.2 - Python 3.12: use >=16.2 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…alog management - Strongly recommend Spark + Faker for all data generation (default approach) - Only use Polars for <10K rows if user explicitly prefers local generation - Add volume upload instructions using databricks fs commands - Remove CREATE CATALOG statements - assume catalogs already exist - Update decision guides and examples to reflect Spark-first approach - Consolidate and simplify execution options and installation instructions - Update best practices and common issues sections Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Closed
- Rename databricks-synthetic-data-generation to databricks-synthetic-data-gen across all install scripts, documentation, and cross-references to match the actual skill directory name - Add missing skills (databricks-iceberg, databricks-parsing) to install.sh and install.ps1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Bugs: - Remove .cache()/.unpersist() in generate_synthetic_data.py (serverless incompatible) - Fix .gitignore formatting (restore blank line separator) Design: - Refactor ground_truth.yaml to use external response files (1127 → 347 lines) - Change timeout from 480s to 240s with explanatory comment - Add Windows timeout warning in mlflow_eval.py Nits: - Fix hardcoded catalog name (dustin_vannoy_catalog → my_catalog) - Fix DatabricksEnv import path (databricks.connect.session → databricks.connect) - Add EOF newline to 1-setup-and-execution.md - Remove unused imports in evaluate.py Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove new_cluster section and use environment_key at task level for cleaner serverless job definition. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
DatabricksEnv requires databricks-connect>=16.4 which requires Python 3.12+. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Expand version constraint from >=16.4,<17.0 to >=16.4,<17.4 to support databricks-connect 17.x versions - Fix get_databricks_connect_version() to use importlib.metadata.version() instead of non-existent databricks.connect.__version__ attribute Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Collaborator
malcolndandaro
left a comment
There was a problem hiding this comment.
Looks great, did some deployments with multiple parallel agents and everything worked well.
calreynolds
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.