databrickslabs / remorph

Cross-compiler and Data Reconciler into Databricks Lakehouse
Other
21 stars 13 forks source link

[BUG]: Identified bugs in V 0.3.0 #516

Closed ganeshdogiparthi-db closed 1 month ago

ganeshdogiparthi-db commented 1 month ago

Is there an existing issue for this?

Category of Bug / Issue

ReconcileError

Current Behavior

  1. Fix DDL - remove not null constraint from main table DDL
  2. connector/datbricks.py -- file for line 52 instead of table_with_namespace = f"{catalog}.{schema}.{table}" should be replaced with table_with_namespace = f"{catalog}.{schema}.{table}" if catalog else f"{schema}.{table}" To handle source_catalog as null

Expected Behavior

No response

Steps To Reproduce

No response

Relevant log output or Exception details

No response

Sample Query

No response

Operating System

macOS

Version

latest via Databricks CLI