Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 16, 2025

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 16, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 16, 2025 09:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 16, 2025
@github-actions
Copy link

github-actions bot commented Jul 21, 2025

✅ 27/27 passed, 1 flaky, 1m18s total

Flaky tests:

  • 🤪 test_transpile_sql_file (8.013s)

Running from acceptance #2522

@asnare
Copy link
Contributor

asnare commented Jul 30, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 30, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@asnare
Copy link
Contributor

asnare commented Jul 30, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/github_actions/databrickslabs/sandbox/acceptanceacceptance/v0.4.2-0.4.4 branch from 279bf29 to ce967af Compare July 30, 2025 10:15
@sundarshankar89
Copy link
Collaborator

@dependabot recreate

---
updated-dependencies:
- dependency-name: databrickslabs/sandbox/acceptance@acceptance/v0.4.2
  dependency-version: 0.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/databrickslabs/sandbox/acceptanceacceptance/v0.4.2-0.4.4 branch from a072e9c to d4b4551 Compare September 16, 2025 08:34
Copy link
Collaborator

@sundarshankar89 sundarshankar89 left a comment

Choose a reason for hiding this comment

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

LGTM

@sundarshankar89 sundarshankar89 added this pull request to the merge queue Oct 7, 2025
Merged via the queue into main with commit e19d9b3 Oct 7, 2025
9 checks passed
@sundarshankar89 sundarshankar89 deleted the dependabot/github_actions/databrickslabs/sandbox/acceptanceacceptance/v0.4.2-0.4.4 branch October 7, 2025 04:36
gueniai added a commit that referenced this pull request Oct 16, 2025
## Analyzer

* **New installation verification command** - Introduced a new command to verify successful installation of the Lakebridge Analyzer, displaying usage and available flags for report file paths, source directories, and source technologies

## Converters

### General

* **Enhanced transpile command** - Updated `transpile` command to support `--overrides-path` and `--target-technology` arguments for greater flexibility and customization

* **Improved error handling** - Enhanced handling of parsing errors during code transpilation to output transpiled code instead of original input, providing clearer outcomes when issues arise

* **Refactored naming conventions** - Renamed transpiler `product_name` to `transpiler_id` throughout the codebase for improved consistency and clarity

### Morpheus

#### TSQL

* **Enhanced TSQL support** - Added support for DENY statements, EXEC statement syntax improvements, COLLATION in CREATE TABLE column definitions, and WINDOW clause functionality

* **Improved ALTER DATABASE support** - Enhanced support for all options on ALTER DATABASE SET statements and multiple LOG file specifications in ALTER DATABASE ADD LOG

* **Better JOIN functionality** - Added support for all join hints (MERGE, HASH, LOOP, REDUCE, REPLICATE, REDISTRIBUTE) in JOIN constructs

* **Enhanced COPY INTO support** - Fixed syntax for COPY INTO commands and added extended column definitions support in TSQL mode

* **Improved DELETE operations** - Added transformation rule to translate `IN` to `EXISTS` when needed in DELETE statement WHERE clauses

#### Snowflake

* **COPY INTO improvements** - Refactored and standardized grammar rules for COPY INTO commands, consolidating stage location handling

* **UPDATE FROM enhancements** - Added tests for UPDATE FROM statements to verify correct transpilation to MERGE INTO statements

#### General

* **Enhanced permission handling** - Added support for column-specific privileges and improved handling of column-specific permissions

* **Improved parser functionality** - Allowed SCHEMAS keyword to be used as identifier and clarified warning messages for unrecognized functions

### BladeBridge

#### MSSQL

* **Fixed update_to_merge functionality** - Improved WITH clause handling and script variable ordering for MSSQL dialects

* **Table variable support** - Implemented table variable conversion support for MSSQL dialects

* **DDL operation fixes** - Fixed and removed unsupported DDL operations including alter index, switch partitions, and drop constraints

#### Informatica

* **Power Center improvements** - Fixed hanging issue on Linux for Informatica PC conversion by improving block_subst patterns and output flushing

* **Dataframe implementation fixes** - Fixed dataframe implementation for pulling data from flat file unconnected lookups in Informatica Power Center

#### DataStage

* **TRUNCATE TABLE support** - Added spark.sql_template to resolve TRUNCATE TABLE statement generation when TRUNCATE flag is enabled in DataStage

## Reconcile

* **Enhanced Databricks schema queries** - Fixed Databricks schema query to improve accuracy and reliability of schema reconciliation, with better column name consistency and filtering

## Documentation

* **Updated CLI documentation** - Refreshed documentation to reflect latest changes in Command Line Interface menus, including new commands and flags such as `transpile`, `reconcile`, and `install-transpile` subcommands

* **Enhanced command documentation** - Added detailed documentation for transpile command usage and flags, including optional flags for catalog name, error file path, and source dialect

* **Updated installation guides** - Modified installation documentation to include verification examples and updated help flags for new command options
Dependency updates:

 * Updated cryptography requirement from <45.1.0,>=44.0.2 to >=44.0.2,<46.1.0 ([#2028](#2028)).
 * Bump databrickslabs/sandbox/acceptance@acceptance/v0.4.2 from 0.4.2 to 0.4.4 ([#1833](#1833)).
@gueniai gueniai mentioned this pull request Oct 16, 2025
gueniai added a commit that referenced this pull request Oct 16, 2025
## Analyzer

* **New installation verification command** - Introduced a new command
to verify successful installation of the Lakebridge Analyzer, displaying
usage and available flags for report file paths, source directories, and
source technologies

## Converters

### General

* **Enhanced transpile command** - Updated `transpile` command to
support `--overrides-path` and `--target-technology` arguments for
greater flexibility and customization

* **Improved error handling** - Enhanced handling of parsing errors
during code transpilation to output transpiled code instead of original
input, providing clearer outcomes when issues arise

* **Refactored naming conventions** - Renamed transpiler `product_name`
to `transpiler_id` throughout the codebase for improved consistency and
clarity

### Morpheus

#### TSQL

* **Enhanced TSQL support** - Added support for DENY statements, EXEC
statement syntax improvements, COLLATION in CREATE TABLE column
definitions, and WINDOW clause functionality

* **Improved ALTER DATABASE support** - Enhanced support for all options
on ALTER DATABASE SET statements and multiple LOG file specifications in
ALTER DATABASE ADD LOG

* **Better JOIN functionality** - Added support for all join hints
(MERGE, HASH, LOOP, REDUCE, REPLICATE, REDISTRIBUTE) in JOIN constructs

* **Enhanced COPY INTO support** - Fixed syntax for COPY INTO commands
and added extended column definitions support in TSQL mode

* **Improved DELETE operations** - Added transformation rule to
translate `IN` to `EXISTS` when needed in DELETE statement WHERE clauses

#### Snowflake

* **COPY INTO improvements** - Refactored and standardized grammar rules
for COPY INTO commands, consolidating stage location handling

* **UPDATE FROM enhancements** - Added tests for UPDATE FROM statements
to verify correct transpilation to MERGE INTO statements

#### General

* **Enhanced permission handling** - Added support for column-specific
privileges and improved handling of column-specific permissions

* **Improved parser functionality** - Allowed SCHEMAS keyword to be used
as identifier and clarified warning messages for unrecognized functions

### BladeBridge

#### MSSQL

* **Fixed update_to_merge functionality** - Improved WITH clause
handling and script variable ordering for MSSQL dialects

* **Table variable support** - Implemented table variable conversion
support for MSSQL dialects

* **DDL operation fixes** - Fixed and removed unsupported DDL operations
including alter index, switch partitions, and drop constraints

#### Informatica

* **Power Center improvements** - Fixed hanging issue on Linux for
Informatica PC conversion by improving block_subst patterns and output
flushing

* **Dataframe implementation fixes** - Fixed dataframe implementation
for pulling data from flat file unconnected lookups in Informatica Power
Center

#### DataStage

* **TRUNCATE TABLE support** - Added spark.sql_template to resolve
TRUNCATE TABLE statement generation when TRUNCATE flag is enabled in
DataStage

## Reconcile

* **Enhanced Databricks schema queries** - Fixed Databricks schema query
to improve accuracy and reliability of schema reconciliation, with
better column name consistency and filtering

## Documentation

* **Updated CLI documentation** - Refreshed documentation to reflect
latest changes in Command Line Interface menus, including new commands
and flags such as `transpile`, `reconcile`, and `install-transpile`
subcommands

* **Enhanced command documentation** - Added detailed documentation for
transpile command usage and flags, including optional flags for catalog
name, error file path, and source dialect

* **Updated installation guides** - Modified installation documentation
to include verification examples and updated help flags for new command
options
Dependency updates:

* Updated cryptography requirement from <45.1.0,>=44.0.2 to
>=44.0.2,<46.1.0
([#2028](#2028)).
* Bump databrickslabs/sandbox/acceptance@acceptance/v0.4.2 from 0.4.2 to
0.4.4 ([#1833](#1833)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants